Tuesday, 28 January 2020

Google Cloud - Create Kubernetes Cluster

Google Cloud Kubernetes,is micro level of VM, The advantage of using is deploying the application,managing and auto scaling with respect to resources.
Kubernetes cluster consists of Cluster Master and Nodes
Cluster master is responsible to running scheduler,auto scale,workload distribution,Network,Storage so on.
Node is one run the applications


Ref: https://cloud.google.com/kubernetes-engine/docs/concepts/kubernetes-engine-overview

Create Kubernetes Cluster
> Console > Kubernetes Engine >

>Create Cluster

>Entername,Location

>Master node Image version,No of nodes

>Machine Type

>Availability,It might be charge able when we select other zone location

>Create

>


No comments: