Multi-master Kubernetes Cluster on GCP using Kubespray

Vinayak Pandey
1 min readAug 17, 2020

In this post, we’ll see how to setup multi-master/HA Kubernetes cluster on GCP using Kubespray.

Pre-requisite: You must have Google Cloud console access.

Step 1: Open Cloud Shell and create a project(if not already created.)

Step 2: Download https://raw.githubusercontent.com/vinycoolguy2015/awslambda/master/script/gcp/host_entries.sh and https://raw.githubusercontent.com/vinycoolguy2015/awslambda/master/script/gcp/Makefile

--

--