Careful!

You are browsing documentation for a version of Kuma that is not the latest release.

Looking for even older versions? Learn more.

ZoneIngress

  • zone (optional)

    Zone field contains Zone name where ingress is serving, field will be automatically set by Global Kuma CP

  • networking (required)

    Networking defines the address and port of the Ingress to listen on. Additionally publicly advertised address and port could be specified.

    Child properties:

    • address (required)

      Address on which inbound listener will be exposed

    • advertisedaddress (required)

      AdvertisedAddress defines IP or DNS name on which ZoneIngress is accessible to other Kuma clusters.

    • port (required)

      Port of the inbound interface that will forward requests to the service.

    • advertisedport (required)

      AdvertisedPort defines port on which ZoneIngress is accessible to other Kuma clusters.

    • admin (optional)

      Admin contains configuration related to Envoy Admin API

      Child properties:

      • port (optional)

        Port on which Envoy Admin API server will be listening

  • availableservices (optional, repeated)

    AvailableService contains tags that represent unique subset of endpoints

Last Updated: 10/26/2022, 10:13:28 AM