Azure Kubernetes Service (AKS) Quiz Questions and Answers

Which service types work only if your cluster is set up to work with a cloud provider?

Answer :
  • LoadBalancer

______________ is the front end of the kubernetes control plane, handling internal and external requests.

Answer :
  • API Server

Containers require fewer system resources than virtual machines.

Answer :
  • True

Applications running in containers can be deployed easily to multiple different operating systems.

Answer :
  • True

It is mandatory to disable swap to run Kubernetes.

Answer :
  • True

What is the port number of the API server in the Kubernetes cluster?

Answer :
  • 6443

On which basis does a scheduler schedule the pod? (Select two)

Answer :
  • CPU
  • Memory

What is the port number of the Kube-Scheduler?

Answer :
  • 10251

It is mandatory to add Node Port numbers in network security groups.

Answer :
  • False

What is the command to check the kubectl version?

Answer :
  • kubectl version