<CLUSTER_NAME>
and <REGION>
with the name, and region of your cluster.
This command will return the egress IP which you can use to whitelist your workloads with third party platforms. In case your cluster has multiple gateways, there will be multiple egress IPs.
VPC
console in the appropriate region for your cluster.
NAT gateways
, and you’ll be able to see your cluster’s NAT gateways; they’ll be named after your cluster, and have a tag porter.run/managed: true
Primary public IP
- this serves as the egress IP which you can use to whitelist your workloads with third party platforms. In case your cluster has multiple gateways, there will be multiple egress IPs.
<resource-name>
with the name of the resource group your cluster is deployed into and <cluster-name>
with the name of your cluster.
This command should return an array with only one ID.
After that, you should run
<id>
is the ID you got from the previous command (preferably between quotes). Note that the ID is the full path displayed by the previous command, and not just the UUID at the end.
From the last command, you should see your static egress IP as its output.
REGION
with the region that your cluster was deployed in.
If your cluster name is my-cluster
, then your egress IP will be my-cluster-cloud-nat-ip
This command will return the egress IP which you can use to whitelist your workloads with third party platforms.
In case your cluster has multiple gateways, there will be multiple egress IPs.