Creating an alpha cluster using GKE on Google Cloud Platform

0 votes
What is an Alpha cluster and how do I create one using the Google Kubernetes Engine?
Sep 27, 2019 in GCP by Karan
• 19,610 points
658 views

1 answer to this question.

0 votes

The term Alpha cluster means that alpha APIs are enabled, both for Kubernetes and GKE, regardless of the version of Kubernetes the cluster runs.

Creating an alpha cluster:

Node auto-upgrade and auto-repair are disabled automatically for alpha clusters.

It is not possible to enroll an alpha cluster in a release channel.

To create an alpha cluster, run the following command:

gcloud container clusters create [CLUSTER_NAME] \
    --enable-kubernetes-alpha \
    [--zone [COMPUTE_ZONE]] \
    [--cluster-version [VERSION]]

where:

  • [CLUSTER_NAME] is the name you choose for the cluster

  • [COMPUTE_ZONE] is the Compute Engine [compute zone] in which to create the cluster. The optional --zone flag overrides the default compute/zone property set by gcloud config set compute/zone. Note: Your default compute zone must be set using gcloud config set compute/zone [COMPUTE_ZONE] or specified using --zone.

  • [VERSION] is the GKE version to run in the cluster. 

Hope it works!!

If you want to become a professional Google Cloud Architect, Its recommended to go for the certification course first.

Thanks!

answered Sep 27, 2019 by Sirajul
• 59,230 points

Related Questions In GCP

0 votes
1 answer

Tensorflow on Google Cloud Platform

There are a few ways to run ...READ MORE

answered Aug 1, 2018 in GCP by kurt_cobain
• 9,390 points
695 views
0 votes
1 answer

Creating a SQL Server instance using Google Compute engine.

Google Compute Engine provides public images preconfigured with ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points
2,634 views
0 votes
1 answer
0 votes
1 answer

How do i install gcloud compute?

The gcloud compute command-line tool enables you to easily ...READ MORE

answered Sep 23, 2019 in GCP by Sirajul
• 59,230 points

edited Jun 16, 2023 by Khan Sarfaraz 1,032 views
0 votes
1 answer
0 votes
1 answer

Creating a high availability cluster on google cloud.

A regional cluster increases availability of the cluster's ...READ MORE

answered Nov 12, 2019 in GCP by Sirajul
• 59,230 points
1,012 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP