Create a Kyma cluster. By default, GKE uses the Ephemeral IPs. The best option is to use the Cloud NAT together with GKE to get the static IP.
But for demo purpose, the easiest way for me was to disable the auto-scaling and change IP of each VM instance from the existing node pool to Static. (non-production option!)
-
Visit the Google Kubernetes Engine in GCP Console.
-
Choose the cluster and its node pool and click its Edit button, which looks like a pencil.
-
Disable
Enable autoscalingoption. -
Click Save.
-
Visit the External IP addresses
-
Choose the IP entry assigned to your VM instance.
-
Select
staticoption from dropbox menu in Type column. -
Set
staticname and click create.
NOTE: Do that for each instance from your node pool.