Working with kubernetes Replication Controller

I want to create 1000s of SIMILAR PODS? ReplicationController – ReplicasSets – DeploymentStatefulsets – Deamonsets ReplicationController A ReplicationController ensures that a specified number of pod replicas are running at any one time. In other words, a ReplicationController makes sure that a pod or a homogeneous set of pods is always up and available. Replication– ONE PODs would replicate(SCALE) to X number of PODSController– This controller would control #of ACTUAL PODS === #of Desire PODS– If mis-matched – report back to … Continue reading Working with kubernetes Replication Controller