/cloud

Collection of scripts to manage Google Cloud Platform and Kubernetes ☁️

cloud

Collection of scripts to manage Google Cloud Platform and Kubernetes ☁️

install

brew cask install google-cloud-sdk

setup

gcloud init
gcloud config set compute/zone europe-west1-b
gcloud container clusters create cloud --num-nodes=1 --machine-type=e2-small
gcloud container clusters get-credentials cloud
gcloud compute addresses create cloud --global

usage

kubectl diff -f configs/
kubectl apply -f configs/