Kubernetes - Fundamentals
You want to create a kind cluster with a custom configuration file named
kind-config.yaml. Which command is correct?kind-config.yaml. Which command is correct?kind create cluster --config=filename to specify a config file.kind start cluster is invalid; minikube start does not accept --config this way; kubectl apply applies Kubernetes manifests, not cluster configs.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions