Which API object is the recommended way to run a scalable, stateless application on your cluster?
Which API object is the recommended way to run a scalable, stateless application on your cluster?
ReplicaSet for statefull applications Deployment is for stateless applications DaemonSet is for application that has to be on every node. Pod is created as part of replicaset, deployment, daemonset
B is correct
B is correct
Deployment
Deployment is for stateless applications