Scale the application using the replica

The application was deployed with 2 replicas. Let's scale it to 3 replicas.

  1. Let's scale up to 3 replicas

     kubectl scale --replicas=3 deployment/mytodos
    
  2. Then, inspect your Pods again.

     kubectl get pods
    

    You should now see 3 pods.

results matching ""

    No results matching ""