day6/40 Flashcards
1
Q
get cluster info
A
kubectl config get-contexts
2
Q
set the cluster to work on
A
kubectl config use-context
3
Q
create cluster in kind
A
kind create cluster
4
Q
set up cluster with 3 workers
A
yaml file from kind