Kubernetes
What is a worker machine in Kubernetes known as?
Node or minion
The smallest unit you can create in Kubernetes object model is a:
Pod
What is the right approach to scale an application?
Deploy Additional Pods
A Node in Kubernetes can only be a physical machine and can never be a virtual machine. True or False
False
A Pod can only have one container in it. True or False
False
Which of the below is an instant way of setting up a permanent kubernetes cluster on the cloud?
Google Container Engine (GKE / Google Kubernetes Engine)
Multiple Nodes together form a
cluster
Which of the following is the underlying framework that is responsible for running application in containers like Docker?
container runtime
Which of the following is a distributed reliable key-value store used by kubernetes to store all data used to manage the cluster
etcd
Which of the following processes runs on Kubernetes Master Node
kube-apiserver
Which of the below solution is used for setting up a multi-node Kubernetes cluster in a local environment?
kubeadm
Which is the command line utility used to manage a kubernetes cluster?
kubectl
Which of the below is an option to run Kubernetes in a Local Environment?
minikube
Which of the following services is responsible for distributing work or containers across multiple nodes.
scheduler