Kubernetes

Generate an image of a modern office workspace featuring a computer screen displaying Kubernetes-related graphs and commands, with a diverse team of professionals collaborating around the desk.

Kubernetes Knowledge Challenge

Test your understanding of Kubernetes with our engaging quiz designed for enthusiasts and professionals alike. Explore key commands, concepts, and best practices in a fun way!

Key features:

  • 11 focused questions
  • Multiple choice format
  • Immediate feedback on your answers
11 Questions3 MinutesCreated by SailingCloud7
Name:
Whats command to create a new namespace called test-ns
Kubectl ns test-ns
Kubecontrol create ns test-ns
Kubectl create ns test-ns
Kubecontrol ns test-ns
What do you do when you do not have a scheduler in your cluster?
You can manually assign pods to node itself
Schedules the POD on the node by setting the nodeName property to the name of the node
Both A and B
None
Whats the command to check the targetPort configured on the kubernetes service
Kubectl describe service | grep TargetPort
Kubectl service | grep TargetedPort
Kubectl describe service | grep TargetedPort
Kubectl service | grep TargetPort
How to check the status of the created POD
Kubectl fetch pod
Kubectl get pods
Kubectl get pod
Kubectl fetch pods
_______ manages the assigning nodes to pods depending on resource availability.
Etcd
Kubectl
Scheduler
Flanneld
Whats command to select the pod with labels as App1 ?
Kubectl pods --selector app=App1
Kubectl get pods --selector app=App1
Kubectl fetch pods --selector app=App1
Kubectl pods app=App1
Whats the command to check how many deployments exist on the system ?
Kubectl get deployment
Kubectl fetch deployment
Kubectl get deployments
Kubectl fetch deployments
Whats the command to check if any taints exist on a node called node01?
Kubectl describe node node01
Kubectl node node01
Kubectl describe nodes node01
Kubectl nodes node01
Whats the command to check how many Services exist on the system
Kubectl get services
Kubectl fetch service
Kubectl get service
Kubectl fetch services
The Service Type _____________ works only if your cluster is setup to work with a cloud provider.
ClusterIP
NodePort
LoadBalancer
ExternalName
{"name":"Kubernetes", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Test your understanding of Kubernetes with our engaging quiz designed for enthusiasts and professionals alike. Explore key commands, concepts, and best practices in a fun way!Key features:11 focused questionsMultiple choice formatImmediate feedback on your answers","img":"https:/images/course5.png"}
Powered by: Quiz Maker