Member-only story
In this blog, we will explore Google Kubernetes Engine. We will setup a Kubernetes Cluster using Google Kubernetes Engine(GKE) Service which is provided by Google.
With GKE, we don’t need to build a cluster from scratch. Instead, clusters can be launched and turned down on demand.
Check out my GCP For beginners tutorial if you are not familiar with GCP.
Introduction
We can create Kubernetes Engine cluster using GCP console or using gcloud CLI.
CLI is a more flexible way to make the operation repeatable or to integrate it with your existing pipeline.
Prerequisite
1. GCP Project Created
2. gcloud
CLI configured
Follow my Youtube video or blog to setup the prerequisite.
Agenda:
- Creating a VPC
- Enable Kubernetes Cluster API
- Create a Kubernetes cluster
- Install Kubectl and check cluster details
- Connect to the cluster from other machine
- How Kubernetes Cluster Works
- Kubernetes-dashboard