jsy
jsy

Reputation: 81

GKE public endpoint - will it change?

I have a GKE cluster that has a public IP for the master. For example, when I run gcloud container clusters describe, I see a line like below:

publicEndpoint: 34.68.128.12

Questions:

  1. Does the public IP change arbitrarily?
  2. If the answer is Yes, can it be fixed?

Upvotes: 1

Views: 374

Answers (2)

boredabdel
boredabdel

Reputation: 2140

Unless you delete and create the cluster again. The Public IP doesn't change

Upvotes: 1

dany L
dany L

Reputation: 2654

I believe public endpoints on GKE are immutable, so it will not change.

Upvotes: 2

Related Questions