What is the command to create a deployment with 7 replicas?
Solved
Kubernetes Question of the day, new format
Best answer by Geoff Burke
This is great folks as it gets people involved and shows variance in answers. Some times there is no real right answer but different ones, some more effective maybe but some more comfortable to a particular user.
I myself if this was a quick question on an example would do it this way
kubectl create deploy nginxdeploy --image=nginx --replicas=7
but you could just create the deploy and scale too, or create from a json or yaml file.
Keep up the great work!
Comment
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.