How to create a routes-based cluster on Gcloud

0 votes
What does route based cluster mean? How do I create a routes-based cluster?
Oct 31, 2019 in GCP by Karan
• 19,610 points
815 views

1 answer to this question.

0 votes

In Google Kubernetes Engine, clusters can be distinguished according to the way they route traffic from one Pod to another Pod. A cluster that uses Google Cloud Platform Routes is called a routes-based cluster.

To create a routes-based cluster, include the --no-enable-ip-alias flag in the cluster creation command:

gcloud container clusters create [CLUSTER_NAME] --no-enable-ip-alias

where [CLUSTER_NAME] is a name that you choose for your cluster.

answered Oct 31, 2019 by Sirajul
• 59,230 points
Can I customise the Pod address range for a routes-based cluster on GKE?
How to verify that my cluster is using routes?

Related Questions In GCP

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

How to disable a default event based hold on a bucket?

To disable a default event-based hold on ...READ MORE

answered Oct 25, 2019 in GCP by Sirajul
• 59,230 points
997 views
+1 vote
1 answer
0 votes
1 answer

Can I create a load balancer with path based routing in GKE?

Yes, it's possible. Note that you simply will use the internal Load balancing (ILB) for ...READ MORE

answered Oct 10, 2019 in GCP by Sirajul
• 59,230 points
950 views
0 votes
1 answer

How to create a Cloud dataproc cluster withn custom machne type using gcloud?

Run the gcloud dataproc clusters create command with the ...READ MORE

answered Nov 26, 2019 in GCP by Sirajul
• 59,230 points
1,699 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