-
Notifications
You must be signed in to change notification settings - Fork 894
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: support for Google Cloud Load balancers (#2803)
* docs: support for Google Cloud Load balancers Signed-off-by: Kostis Kapelonis <[email protected]> * docs: minor fix Co-authored-by: Dan Garfield <[email protected]> Signed-off-by: Kostis Kapelonis <[email protected]> --------- Signed-off-by: Kostis Kapelonis <[email protected]> Co-authored-by: Dan Garfield <[email protected]>
- Loading branch information
1 parent
2761629
commit c6a189a
Showing
5 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# 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](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/) currently hosted in Argo Labs. | ||
|
||
Useful resources: | ||
|
||
* [The Gateway API specification](https://gateway-api.sigs.k8s.io/) | ||
* [Support of the Gateway API in Google Cloud](https://cloud.google.com/kubernetes-engine/docs/concepts/gateway-api) | ||
* [Argo Rollouts Plugin capabilities](../plugins/) | ||
* [Plugin for the Gateway API](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi) | ||
|
||
The process involves the following steps: | ||
|
||
1. Creating a Kubernetes cluster with support for the Gateway API in Google Cloud | ||
1. Creating a Load balancer that is managed by the Gateway API in Google Cloud | ||
1. Installing Argo Rollouts + gateway API plugin in the cluster | ||
1. Defining a Rollout that takes advantage of the plugin | ||
|
||
For a full application that includes all manifests see the [plugin example](https://github.com/argoproj-labs/rollouts-plugin-trafficrouter-gatewayapi/tree/main/examples/google-cloud). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters