-
Notifications
You must be signed in to change notification settings - Fork 867
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
Signed-off-by: Kostis Kapelonis <[email protected]>
- Loading branch information
1 parent
6ac1533
commit d514eee
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 happening with the plugin currently hosted at 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