FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have all the credentials to create a cluster. You create a cluster with Quick Create. Which threeare created by default in a multi-AD region?
A
VCN network
B
Kubernetes load-balanced subnets
C
Three worker nodes
D
Deployed Applications
E
Node pool with subnet
Explanation: 

Detailed explanation-1: -You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.

Detailed explanation-2: -Kubeadm-dind is a multi-node (while minikube is single-node) Kubernetes cluster which only requires a docker daemon. It uses docker-in-docker technique to spawn the Kubernetes cluster.

Detailed explanation-3: -etcd. It stores the configuration information which can be used by each of the nodes in the cluster. It is a high availability key value store that can be distributed among multiple nodes.

Detailed explanation-4: -kube-spawn is a tool to easily start a local, multi-node Kubernetes cluster on a Linux machine.

There is 1 question to complete.