Skip to content

Instantly share code, notes, and snippets.

@mikksoone
mikksoone / 0_pre.sh
Last active January 19, 2021 08:57
start.spring.io app dockerize + k8s workshop
gcloud auth login
gcloud container clusters get-credentials k8s-ws-6 --zone europe-west1-b --project k8s-ws-7
gcloud auth configure-docker
kubectl version
kubectl get nodes
kubectl create namespace myname