Sec:9 : Abs: Kubernetes on Cloud
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Introduction :
For production purposes there are may ways to get started with the Kubernetes cluster . Both in a private and public cloud environment
We can categories them as follows
1. Self Hosted / Turnkey Solutions
2. Hosted Solutions (Managed Solution)
deploying a Kubernetes cluster on aws can be made easy using tools like Kops (Kubernetes Operations) or kubeone
In certified Kubernetes administration we use the kubeadm tool
Hosted Solutions (Managed Solution):
It is more like Kubernetes as a service where the cluster and along with the required VMs are deployed by the provider and the Kubernetes is configured by the provider , so the VMs are maintained by the provider for eg : Google Kubernetes Engine (GKE) lets you provision a VM in a matter of minutes with just a few clicks without having to do any configuration by yourself.
In these environments you will not access to the Master Nodes or you most likely will not have access to the VMs themselves or to perform any kind of configuration on the Master node . The version of Kubernetes and the version of the Master node is all managed by the provider .
50. Kubernetes on GCP (GKE)In this we are going to create an EKS cluster which is an Amazon Managed Kubernetes Service know as Elastic Kubernetes Service
53. Kubernetes on Azure (AKS)




Comments
Post a Comment