Abhishek Tamrakar

Authored Comments

Thanks, Glad that you liked it.
To your question, software and security together can be clubbed to create an stable product, however, quality and security are two different things, just that neither of one can be ignored to to strengthen other.
If we remember, that while building the software, the components and libraries in use are regularly scanned for vulnerabilities, in an automated way. We won't have to worry about putting additional time to think about security. The same is true about securing the software platform.

I see one downside of cert-manager, it can be used as addon to manage SSL certs on ingress or other resources that can accept certificates as secrets.
What is I want to automate managing SSL certificates that belongs to the k8s components like kubelet, api server, front proxy, kube proxy, etc.Is there a tool available to achieve that?