Understand K8s Architecture
Kubeconfig Settings
kubectl config viewView k8s Cluster Information
kubectl cluster-infoView Kubernetes Nodes
kubectl get nodesView Pods
kubectl get podsView Services
kubectl get svcView Deployments
kubectl get deploymentsUse multiple kubeconfig files at the same time - Optional
KUBECONFIG=~/.kube/config:~/.kube/kubconfig2Last updated
Was this helpful?