Score: 4%
Task
Scale the deployment presentation to 6 pods.
See the solution below.
Solution:
kubectl get deployment
kubectl scale deployment.apps/presentation --replicas=6
Submit