-
Notifications
You must be signed in to change notification settings - Fork 42
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
[RunBook]: Kubernetes Certificate Rotation #708
Comments
To renew k8s certificates, we need to generate one manually where we need to give the private key's path. I don't think this is doable as of now. Is there any other way @amit-chandak-unskript StepsRenew K8s certificatesRenewing certificates typically involves generating a new certificate signing request (CSR) and then obtaining a renewed certificate from a certificate authority (CA). The process may vary depending on your specific CA and certificate management setup. Here’s a general outline of the steps you can follow to renew certificates using the CLI:
After applying the updated secret, Kubernetes will automatically load the renewed certificate for the associated resources (e.g., Ingress, Deployment) that reference the secret. |
Again, i dont have an answer right now for this |
Contact Details
No response
RunBook Name
Kubernetes Certificate Rotation
runbook Inputs
namespace
runBook Actions
find expiring k8s certificates
renew them
Comments
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: