gateway-api-integrator

Gateway API Integrator

Channel Revision Published Runs on
latest/stable 14 01 Jul 2024
Ubuntu 24.04 Ubuntu 22.04
latest/edge 96 23 Sep 2025
Ubuntu 24.04 Ubuntu 22.04
latest/edge 14 27 Jun 2024
Ubuntu 24.04 Ubuntu 22.04
juju deploy gateway-api-integrator
Show information

Platform:

Ubuntu
24.04 22.04

Deploy the Gateway API integrator charm

What you’ll do

This tutorial will walk you through deploying the gateway-api-integrator charm; you will:

  1. Deploy and configure the gateway-api-integrator charm
  2. 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

  1. 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

  1. Deploy a TLS provider
juju deploy self-signed-certificates
  1. Integrate the gateway-api-integrator charm with the TLS provider
juju integrate gateway-api-integrator self-signed-certificates