Show List
Quiz - Kubernetes - 1
Select the right answer for below questions:
What is Kubernetes?
A container management platform
A programming language
An operating system
A database
A container management platform
Which command can be used to create a new Kubernetes cluster?
kubectl create
kubectl apply
kubectl cluster create
kubectl init
kubectl cluster create
Which Kubernetes object is responsible for ensuring that a specified number of pod replicas are running at all times?
Deployment
Service
Pod
Node
Deployment
Which Kubernetes object is responsible for routing traffic to the correct pods based on rules and labels?
Deployment
Service
Pod
Node
Service
Which Kubernetes object is responsible for running a container and providing the necessary resources for it to run?
Deployment
Service
Pod
Node
Pod
Which Kubernetes command can be used to deploy a new container image to an existing pod?
kubectl apply
kubectl scale
kubectl update
kubectl edit
kubectl edit
Which Kubernetes resource is responsible for persisting data across pod restarts and failures?
ConfigMap
Secret
PersistentVolume
Namespace
PersistentVolume
Which Kubernetes object can be used to store sensitive information such as passwords and API keys?
ConfigMap
Secret
PersistentVolume
Namespace
Secret
What is a Kubernetes node?
A physical server or virtual machine that runs the Kubernetes software
A container image that is deployed to a pod
A tool for managing Kubernetes resources
A network object that routes traffic between pods
A physical server or virtual machine that runs the Kubernetes software
Which Kubernetes object can be used to group related resources together and provide a scope for naming?
ConfigMap
Secret
PersistentVolume
Namespace
Namespace
Submit
Retry
{"qz1-781679":"A container management platform","qz1-781680":"kubectl cluster create","qz1-781681":"Deployment","qz1-781682":"Service","qz1-781683":"Pod","qz1-781684":"kubectl edit","qz1-781685":"PersistentVolume","qz1-781686":"Secret","qz1-781687":"A physical server or virtual machine that runs the Kubernetes software","qz1-781688":"Namespace"}
Leave a Comment