Get Kubernetes objects and resources. More information: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#get.
kubectl get namespaces
kubectl get nodes {{[-n|--namespace]}} {{namespace}}
kubectl get pods {{[-n|--namespace]}} {{namespace}}
kubectl get deployments {{[-n|--namespace]}} {{namespace}}
kubectl get services {{[-n|--namespace]}} {{namespace}}
kubectl get all {{[-n|--namespace]}} {{namespace}}
kubectl get {{[-f|--file]}} {{path/to/manifest.yaml}}