3. Create Kubernetes Cluster - np-reddy/git-issue-ops GitHub Wiki

Three popular cloud platforms to choose from

  • Google Cloud
  • Amazon Web Services
  • Microsoft Azure

Since my free accounts in AWS and Azure had already exhausted, I am going with GCP for creating K8 cluster and also not to forget that K8 was developed by Google.

Create Free account in GCP

I have created my free account in GCP using my gmail and a project called My First Project is automatically created for me. I have renamed the default project to npr-devops.

Create K8 cluster

  1. Login to GCP Portal, go to Navigation menu -> Compute -> Kubernetes Engine and click on clusters. image
  2. Click on Create on the following page image
  3. Choose GKE Autopilot on the next page image
  4. Give a meaningful name to the cluster and click on create image

Cluster mydevops-cluster-1 has been created. image

Check the cluster resources by using cloud shell image