Kubernetes - kubectl Essential Commands
Which of the following is the correct syntax to create a deployment using
kubectl create?kubectl create?kubectl create syntax for deploymentkubectl create deployment myapp --image=nginx creates a deployment named myapp with the nginx image.kubectl apply syntaxkubectl apply uses the -f flag with a file, not direct deployment creation.create deployment uses direct command, apply uses files [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions