Creating a Multicloud Setup of Kubernetes using Ansible Roles
Yash Indane
Tech Enthusiast | Integrating Technologies | 1x AWS Certified | 6x Microsoft Certified | Cloud Computing | DevOps
TASK 28
Task Description ??
?? CREATE A MULTI-CLOUD SETUP of K8S cluster:
?? Lunch node in AWS
?? Lunch node in Azure
?? Lunch 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.
My master in AWS:-
Configuring the Master:-
Now lets Configure the slaves:
Slave in AWS:-
Slave in Azure:-
Local Slave in Oracle-Virtual box:-
now let's run the command ->
kubectl get nodes
So we see now 3 worker nodes connected in the cluster!
Looking for new opportunities in Germany Site Reliability Engineer II @ JP Morgan Chase. @IUDX, @IISC
3 年Great work ?? Yash Indane