k8s.github.io

Certificate API

In this section, we will take a look at how to manage certificates and certificate API’s in kubernetes

CA (Certificate Authority)

Kubernetes has a built-in certificates API that can do this for you.

This certificate can then be extracted and shared with the user.

All the certificate releated operations are carried out by the controller manager.

K8s Reference Docs