Welcome to your Kubernetes Quiz – Level 1
Which command can be used to create Kubernetes service is?
Which service runs on each node and ensures that containers are running in a pod.
List all pods in all namespaces
What is the connection between Scaling and Deployments?
Kubernetes is written in which programming language?
Which command can be used to get all running pods in the namespace?
List all pods in the current namespace, with more details? (Identify the correct command)
Replication Controllers and Deployment Controllers are part of?
List all pods in the current namespace, with more details
What manages the assigning pods on the nodes depending on resource availability.