Gateway API Integrator
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 14 | 01 Jul 2024 | |
latest/edge | 49 | Yesterday | |
latest/edge | 14 | 27 Jun 2024 |
juju deploy gateway-api-integrator
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
24.04
22.04
Tutorial: Deploy the Gateway API integrator charm
What you’ll do
This tutorial will walk you through deploying the gateway-api-integrator charm; you will:
- Deploy and configure the gateway-api-integrator charm
- Establish an integration with a TLS provider charm
Prerequisites
- A kubernetes cluster with a gateway controller installed.
- A host machine with juju version 3.3 or above.
Deploy and configure the gateway-api-integrator charm
- Deploy and configure the charm
juju deploy gateway-api-integrator
juju config gateway-api-integrator external-hostname=ingress.internal
Establish an integration with a TLS provider charm
- Deploy a TLS provider
juju deploy self-signed-certificates
- Integrate the gateway-api-integrator charm with the TLS provider
juju integrate gateway-api-integrator self-signed-certificates