INTRODUCTION TO NET
APPLICATION DEVELOPMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
VCN network
|
|
Kubernetes load-balanced subnets
|
|
Three worker nodes
|
|
Deployed Applications
|
|
Node pool with subnet
|
Detailed explanation-1: -Minikube is a lightweight Kubernetes implementation that creates a VM on your local machine and deploys a simple cluster containing only one node. Minikube is available for Linux, macOS, and Windows systems.
Detailed explanation-2: -Kubeadm has commands that can help you pre-pull the required images when creating a cluster without an internet connection on its nodes. See Running kubeadm without an internet connection for more details. Kubeadm allows you to use a custom image repository for the required images.
Detailed explanation-3: -When deciding how to create and deploy Kubernetes clusters quickly, three options to consider are a web interface, the command line, and terraform.
Detailed explanation-4: -You can access the clusters you create using the Kubernetes command line (kubectl), the Kubernetes Dashboard, and the Kubernetes API.
Detailed explanation-5: -kubectl apply-f backend. service. To see all the services run the below command: k get service. This tells you the service name and what type of service it is. kubectl apply-f backend.deploy.yml kubectl apply-f backend.service.yml. 17-Jun-2020