Choose a topic to test your knowledge and improve your Azure Kubernetes skills
This volume type can be used to share contents within containers in a pod, but will not persist beyond the life of a pod.
An abstraction in kubernetes which defines a logical set of pods and a policy to access them.
The Service Type _____________ works only if your cluster is setup to work with a cloud provider.
Kube-apiserver on kubernetes master is designed to scale.
________________ is a special namespace that is used for special purposes like bootstrapping a cluster.
The command to create Kubernetes service is
___________ is responsible for health check of the pods running on individual nodes
Cronjobs in kubernetes run in
______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.
______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.
_______ runs on each node and ensures containers are running in a pod.
___ manages the assigning nodes to pods depending on resource availability.
Kubernetes uses _______________________ to connect to ouath 2 providers to offload the authentication to external services.
To program additional authentication logic besides available authenticator modules, _______________ can be used.
As soon a service starts, .......... daemon running on each node add a set of environment variables on the pod for each active service.