Skip to content

Kong Ingress

With the introduction of the Kubernetes Gateway API it is now possible to use Argo Rollouts with all compliant implementations that support it. The integration is available with the Argo Rollouts Gateway API plugin currently hosted in Argo Labs.

Useful resources:

The process involves the following steps:

  1. Installing the Gateway API CRDs in your cluster
  2. Installing Kong and enabling the Gateway API support feature
  3. Creating a GatewayClass and Gateway resources
  4. Installing Argo Rollouts + gateway API plugin in the cluster
  5. Defining a Rollout that takes advantage of the plugin

For a full application that includes all manifests see the plugin example.