Types of Kubernetes Pod Controllers

Most Kubernetes users do not create Pods directly; instead they create a Deployment, CronJob, StatefulSet, or other Controller which manages the Pods for them.

There is a list of most used Pod Controllers: