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 Gateway API specification
- Support of the Gateway API in Google Cloud
- Argo Rollouts Plugin capabilities
- Plugin for the Gateway API
The process involves the following steps:
- Creating a Kubernetes cluster with support for the Gateway API in Google Cloud
- Creating a Load balancer that is managed by the Gateway API in Google Cloud
- Installing Argo Rollouts + gateway API plugin in the cluster
- Defining a Rollout that takes advantage of the plugin
For a full application that includes all manifests see the plugin example.