Controllers

Deployment

$ kubectl get deploy
$ kubectl describe deploy xyz

Pods

ReplicaSets

Scheduler

The Kubernetes scheduler watches for a Pod that isn’t yet running on any node, finds a suitable node for it, and instructs the kubelet on that node to run the Pod.

How does the Kubernetes scheduler work?

Services