Kubernetes
cert-manager runs within your Kubernetes cluster as a series of deployment resources. It utilizes CustomResourceDefinitions to configure Certificate Authorities and request certificates. It is deployed using regular YAML manifests, like any other application on Kubernetes. Once cert-manager has been deployed, you must configure Issuer or ClusterIssuer resources which represent certificate authorities.
https://cert-manager.io/docs/installation/kubernetes/