ARTH_TASK-28
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..!!