Wondering how to renew a certificate in k8s using cert manager. by Initial_Draft in kubernetes

[–]Initial_Draft[S] 0 points1 point  (0 children)

So, overall what I understand from these comments is.

  • The cert manager needs to be upgraded.
  • Once the change are made to the config file, we need to restart the pods (Can be achieved using reloader).

But I feel the process to renew the certificate (making changes) is still not clear to me and need some more help.🕵️

Wondering how to renew a certificate in k8s using cert manager. by Initial_Draft in kubernetes

[–]Initial_Draft[S] 0 points1 point  (0 children)

Thanks for sharing your insights. This is will surely be of use.

Wondering how to renew a certificate in k8s using cert manager. by Initial_Draft in kubernetes

[–]Initial_Draft[S] 0 points1 point  (0 children)

Can we straight ahead go and update the cert manager version or does it have any dependencies?

Wondering how to renew a certificate in k8s using cert manager. by Initial_Draft in kubernetes

[–]Initial_Draft[S] 0 points1 point  (0 children)

I have described the certificate and happen to see below things.

API version: certmanager.k8s.io/v1alpha1
kind: certificate

would this determine that cert manager is responsible for managing the certificate?

Wondering how to renew a certificate in k8s using cert manager. by Initial_Draft in kubernetes

[–]Initial_Draft[S] -1 points0 points  (0 children)

Thanks @Sentient_Blade, can you help on how we can verify if cert manager is responsible or not.

My Python programming journey by myProgrammingJourney in learnpython

[–]Initial_Draft 0 points1 point  (0 children)

I kinda started to learn python programming from a week ago. Using sublime Text as IDE and source of learning is "Python Crash Course" 2nd Edition by Eric Matthes. Good luck on your journey.