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

Not able to run on EKS Fargate-only #34

Closed
miroljub1995 opened this issue Jul 8, 2021 · 1 comment
Closed

Not able to run on EKS Fargate-only #34

miroljub1995 opened this issue Jul 8, 2021 · 1 comment

Comments

@miroljub1995
Copy link

I'm running EKS on Fargate-only and it looks like it can not connect to secret manager. Is it because DeamonSet is not supported on Fargate? I do not see any pods of csi-secret-store and sci-secrete-store-provider-aws.

I can provide more details if my assumption isn't correct.

@joebaro
Copy link
Contributor

joebaro commented Jul 22, 2021

Yes, unfortunately you are correct. The CSI Secret Store driver (for which we are providing an AWS plugin) runs as a DeamonSet, and as described in the EKS Fargate public docs, DeamonSet can not be used on Fargate.

You may wish to investigate some of the side car options such as the AWS Secrets Controller PoC or kubernetes-external-secrets.

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

No branches or pull requests

2 participants