Pod Replicas
The replicas
option expects an integer and defines how many pods Kubernetes will create for this component.
replicas
Default Value For replicas: 1
Example: Set Replica Number
containers:- image: john/appbackendreplicas: 3
The replicas
option expects an integer and defines how many pods Kubernetes will create for this component.
replicas
replicas: 1
containers:- image: john/appbackendreplicas: 3