-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-cluster support with Antrea #2770
Labels
area/multi-cluster
Issues or PRs related to multi cluster.
kind/design
Categorizes issue or PR as related to design.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/multi-cluster
Issues or PRs related to multi cluster.
kind/design
Categorizes issue or PR as related to design.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe what you are trying to solve
As the deployment of K8s clusters become more multiple cluster oriented, where users may deploy a single Service in multiple clusters or require access to Service in one cluster from other mutually trusted clusters, Antrea must be able to integrate with this multi cluster story and provide a set of APIs which makes it easier for users to consume Services in multiple clusters in a secure fashion. For more details on upstream MultiCluster Service APIs effort in k8s, see MCS API.
Describe the solution you have in mind
Introduce CRDs which allow users to easily create a set of mutually trusted K8s clusters and easily exchange information between these clusters in a secure manner.
Describe how your solution impacts user flows
Existing users will not be impacted. Users may start using the multi cluster APIs to connect their existing clusters to each other.
Describe the main design/architecture of your solution
See doc
Additional context
Following is an expected list of work items:
The text was updated successfully, but these errors were encountered: