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