AWS - EKS
Which of the following is the correct command to deploy an application using a YAML file named
app-deployment.yaml on EKS?app-deployment.yaml on EKS?kubectl apply -f filename.kubectl run app-deployment.yaml is for running individual pods, not applying YAML manifests. eksctl create app app-deployment.yaml misuses eksctl, which is primarily for EKS cluster creation. aws eks deploy app-deployment.yaml is not a valid AWS CLI command.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions