Member-only story

Setup Kubernetes Cluster in GCP

Nidhi
5 min readNov 27, 2020

--

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:

  1. Creating a VPC
  2. Enable Kubernetes Cluster API
  3. Create a Kubernetes cluster
  4. Install Kubectl and check cluster details
  5. Connect to the cluster from other machine
  6. How Kubernetes Cluster Works
  7. Kubernetes-dashboard

--

--

Nidhi
Nidhi

Written by Nidhi

Devops Automation Enginneer

No responses yet