Show List
Quiz - Kubernetes - 2
Select the right answer for below questions:
What is the Kubernetes API server responsible for?
Exposing the Kubernetes API
Scheduling pods to run on nodes
Managing persistent storage
Managing networking and load balancing
Exposing the Kubernetes API
Which Kubernetes resource is responsible for storing configuration data that can be used by one or more containers?
ConfigMap
Secret
PersistentVolume
Namespace
ConfigMap
Which Kubernetes resource is responsible for providing storage that can be used by one or more pods?
ConfigMap
Secret
PersistentVolume
Namespace
PersistentVolume
Which Kubernetes object can be used to specify a minimum and maximum number of replicas for a set of pods?
Deployment
Service
Pod
Node
Deployment
Which Kubernetes object can be used to specify how traffic should be routed to a set of pods?
Deployment
Service
Pod
Node
Service
What is the primary benefit of using Kubernetes?
Improved container security
Improved container portability
Improved container performance
Improved container monitoring
Improved container portability
Which Kubernetes resource is used to define environment variables that are passed to containers?
ConfigMap
Secret
Deployment
Pod
Pod
Which Kubernetes resource is used to expose a set of pods to the network?
ConfigMap
Secret
Service
Namespace
Service
Which Kubernetes component is responsible for ensuring that the desired state of the cluster is maintained?
kubelet
kube-proxy
etcd
kube-controller-manager
kube-controller-manager
What is a Kubernetes label?
A key-value pair that can be attached to Kubernetes resources
A type of Kubernetes resource used to manage containers
A tool used for scaling Kubernetes resources
A network object used to manage traffic between pods
A key-value pair that can be attached to Kubernetes resources
Submit
Retry
{"qz1-397429":"Exposing the Kubernetes API","qz1-397430":"ConfigMap","qz1-397431":"PersistentVolume","qz1-397432":"Deployment","qz1-397433":"Service","qz1-397434":"Improved container portability","qz1-397435":"Pod","qz1-397436":"Service","qz1-397437":"kube-controller-manager","qz1-397438":"A key-value pair that can be attached to Kubernetes resources"}
Leave a Comment