Kubernetes Basics and kubectl
The question sheet
Reveal any answer as you study-
What company originally developed Kubernetes?
- IBM
- Amazon
- Microsoft
Reveal answer
Answer: Google
-
In what year was Kubernetes released publicly?
- 2010
- 2014
- 2018
- 2016
Reveal answer
Answer: 2014
-
The smallest deployable unit in Kubernetes is the ____.
- pod
- deployment
- node
- service
Reveal answer
Answer: pod
-
Pods are permanent and always keep the same IP address.
- True
- False
Reveal answer
Answer: False
-
What object manages a set of identical pods?
- Label
- Service
- Deployment
- Node
Reveal answer
Answer: Deployment
-
Copies of a pod in a deployment are called ____.
- labels
- clusters
- replicas
- nodes
Reveal answer
Answer: replicas
-
Deployments support rollbacks to an earlier version if an update fails.
- True
- False
Reveal answer
Answer: True
-
A ____ provides a single, stable network address for a group of pods.
- logs
- service
- label
- pod
Reveal answer
Answer: service
-
What does a service use to decide which pods get traffic?
- Ports
- Nodes
- Logs
- Labels
Reveal answer
Answer: Labels
-
Which service type is reachable only inside the cluster?
- API server
- ClusterIP
- NodePort
- LoadBalancer
Reveal answer
Answer: ClusterIP
-
Which service type requests an external load balancer?
- ClusterIP
- kubectl
- LoadBalancer
- NodePort
Reveal answer
Answer: LoadBalancer
-
What command-line tool controls a Kubernetes cluster?
- YAML
- Borg
- kubectl
- CNCF
Reveal answer
Answer: kubectl
-
Which command prints log output from a container in a pod?
- kubectl get
- kubectl logs
- kubectl scale
- kubectl exec
Reveal answer
Answer: kubectl logs
-
Which command runs a command inside a running container?
- kubectl exec
- kubectl describe
- kubectl logs
- kubectl delete
Reveal answer
Answer: kubectl exec
-
The command 'kubectl get' shows detailed events about an object.
- True
- False
Reveal answer
Answer: False
Make your own — free
Turn any notes into a game in under a minute. Free to start.