ARTH_TASK-28

Swapnilsukare
Jan 14, 2022

--

Task Description πŸ“„

πŸ“Œ CREATE A MULTI-CLOUD SETUP of K8S cluster:

πŸ”… Launch node in AWS
πŸ”… Launch node in Azure
πŸ”… Launch node in Local machine
πŸ”… And one over network on local system /Cloud -> Master Node
πŸ”… Then setup multi node kubernetes cluster.

What is Kubernetes ?

Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation.

THE SETUP

This is a 4 node cluster, one master node in AWS and the rest 3 worker nodes in AWS, Azure and local Virtual Machine.

Configuring the Master:-

Now lets Configure the slaves:

now let’s run the command ->

kubectl get nodes

Thanks For reading..!!

--

--