Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 879 Bytes

File metadata and controls

26 lines (16 loc) · 879 Bytes

Overview

This sample contains utility script to get the Egress IPs of SAP BTP Kyma Runtime cluster. Kyma cluster is deployed in a minimal of 3 availability zones.

You might need Egress IPs for various allow-listing configurations when connecting to backing or DB Services such as SAP HANA Cloud, PostgreSQL on SAP BTP, hyperscaler option or any other third-party service which requires allow-listing.

The script intelligently runs the curl pod in each of the different availability zones to get the Egress IPs.

Prerequisites

To run

  • On MacOS or Linux, run the following command

    ./get-egress-ips.sh
  • On Windows (or MacOS or Linux if you have PowerShell installed), run the following command:

    ./get-egress-ips.ps1