You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl --kubeconfig="cluster1-kubeconfig-dupe.yaml" get nodes
Various commands.
kubectl --kubeconfig="batman-kubeconfig.yaml" get secrets
kubectl --kubeconfig="batman-kubeconfig.yaml" get pvc
kubectl --kubeconfig="batman-kubeconfig.yaml" get pods
kubectl --kubeconfig="batman-kubeconfig.yaml" get services
Secrets are passwords, PVC are Presistent Volume Claims, Pods are microservices.