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

Is it possible to use this exporter to monitor PEM files within each pod? #140

Open
Reyzorcat opened this issue Sep 16, 2023 · 1 comment

Comments

@Reyzorcat
Copy link

Is it possible to use this exporter to monitor PEM files within each pod?
As far as I understand from the documentation, PEM files can only be monitored locally from the exporter pod itself or from the host using a daemonset. I would like to be able to monitor files within each cluster pod

@joe-elliott
Copy link
Owner

It should be. If you attach this container as a sidecar it can share the same volumes as the "main" container. Then you can configure cert-exporter to read the pem files on the shared volume.

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