Skip to content

Google Cloud

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. Creating a Kubernetes cluster with support for the Gateway API in Google Cloud
  2. Creating a Load balancer that is managed by the Gateway API in Google Cloud
  3. Installing Argo Rollouts + gateway API plugin in the cluster
  4. Defining a Rollout that takes advantage of the plugin

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