alpine-docker / k8s

All-In-One Kubernetes tools (kubectl, helm, iam-authenticator, eksctl, etc)
MIT License
200 stars 89 forks source link

Install helm plugin: helm-secrets #68

Open ilimit-devops opened 11 months ago

ilimit-devops commented 11 months ago

Can you please install helm-secrets (https://github.com/jkroepke/helm-secrets) in the image?

ozbillwang commented 11 months ago

looks like another kubeseal, which already installed in this image.

Have you considered using ESO as an alternative to Kubeseal or helm-secrets? You can find more information about it at https://external-secrets.io/latest/.

I'm personally not satisfied with the design of Kubeseal after implemented several projects with it (Helm-Secrets would have similar issues ). Perhaps giving ESO a try might be worth it. There is no need tool installed

ilimit-devops commented 10 months ago

Hi,

I have reviewed the ESO option that you mentioned, but right now we are not prepared for this option and we are looking for something simpler without the need to install operators or other external resources within the cluster.

Maybe it is possible to install this helm plugin as well? Other users may also be able to take advantage of it.

Kind regards

ozbillwang commented 10 months ago

Please raise the PR for the requirement. Take a try by yourself.