Scale the application using the replica
The application was deployed with 2 replicas. Let's scale it to 3 replicas.
Let's scale up to 3 replicas
kubectl scale --replicas=3 deployment/mytodos
Then, inspect your Pods again.
kubectl get pods
You should now see 3 pods.