Understand K8s Architecture

Kubeconfig Settings

kubectl config view

View k8s Cluster Information

kubectl cluster-info

View Kubernetes Nodes

kubectl get nodes

View Pods

kubectl get pods

View Services

kubectl get svc

View Deployments

kubectl get deployments

Use multiple kubeconfig files at the same time - Optional

KUBECONFIG=~/.kube/config:~/.kube/kubconfig2

Last updated

Was this helpful?