Location, RH 69, FRANCE
jpl@it-dust.net

IT Dust

Computing - Programming - Designing

Add a kubectl config entry for a cluster in Google Cloud

With the gcloud SDK one can add a cluster configuration int the kubectl config with the following command: If you’re already authenticated with gcloud against the right project and the right zone, the following command is good enough: At this point the current context is set to the target cluster and one can get cluster…
Read more

Docker installation

Ubuntu To avoid prefixing by sudo:

Docker

Docker is a runtime environment able to pack an application and its dependencies in an isolated container, which may then be deployed and executed on any server running a docker host. A container manager is not a virtualized environment. A container is an instance of an image where an image defines a lightweight package containing…
Read more