Kubernetes - ReplicaSets and Deployments
What will be the output of this command?
Assuming the deployment is scaled to 3 replicas.
kubectl get deployment backend -o jsonpath='{.spec.replicas}'Assuming the deployment is scaled to 3 replicas.
