buildingthingswith.net

Terms

Some k8s commands

k8s local setup

kubectl apply -f <https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml>
   kubectl describe secret -n kube-system
   kubectl proxy

Home