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

Add new option to inject envoy container using sidecar feature provided by Kubernetes #777

Open
KMConner opened this issue May 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@KMConner
Copy link

Is your feature request related to a problem?

I want to access services in AppMesh from CronJob containers.
Since envoy containers will not end automatically, the CronJob Pods never end even if the main container ends.

Describe the solution you'd like

Kubernetes provides sidecar container feature. (https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/)
This feature will help use AppMesh with CronJobs.

So, I want feature to select two ways of sidecar injection.

  • Add one more container to Pods (this is the current behavior)
  • Add container using sidecar container feature provided by Kubernetes (mentioned earlier)
@KMConner KMConner added the enhancement New feature or request label May 23, 2024
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

1 participant