Microservices - Orchestration with Kubernetes
Which of the following is the correct Kubernetes command to deploy a microservice from a YAML file named
service.yaml?service.yaml?kubectl apply -f command applies changes from a YAML file to the cluster.kubectl run is for running pods directly, kubectl start and kubectl create do not accept YAML files directly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions