Skip to content
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

Manage AWS Mesh resource per EKS cluster #632

Open
int128 opened this issue Sep 6, 2022 · 1 comment
Open

Manage AWS Mesh resource per EKS cluster #632

int128 opened this issue Sep 6, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@int128
Copy link

int128 commented Sep 6, 2022

Is your feature request related to a problem?
We upgrade an EKS cluster by blue-green strategy as follows:

  1. Create a new EKS cluster and deploy our applications
  2. Switch the traffic to the new cluster
  3. Delete the old EKS cluster

During the migration, both old and new clusters are running.
We deploy same manifests to both clusters.
Consequently, both cluster manage the same AWS Mesh resource.
It would be nice if we can manage an AWS Mesh resource per an EKS cluster.

Describe the solution you'd like
It would be nice if we can set a prefix to an AWS Mesh name by the controller.
For example,

  • Set a prefix of Mesh in the controller config (we can set it by the Helm values)
  • Add an option to acquire the cluster name from EKS API
  • Add a custom resource of config for meshes, such as MeshConfig

I think the first option is simple. How do you think?

Thanks.

@int128 int128 added the enhancement New feature or request label Sep 6, 2022
@BrokenKage
Copy link

I have the same use case where I have a blue/green clusters which are spun up and down when needed.
Instead of a prefix I suggest being able to use an existing AppMesh?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants