Post

C.
Kubernetes can run stateless apps, stateful workloads (via StatefulSets), batch jobs (via Jobs/CronJobs), DaemonSets and more but the hard requirement is that whatever you run must be packaged as a container image first. Kubernetes orchestrates containers; it doesn't care what's inside them.
English

