Keptn + cert-manager.io

Replace the default Keptn cert-manager

Keptn includes a light-weight, customized cert-manager that is used to register Webhooks to the KubeAPI. Bundling the cert-manager simplifies the installation for new users and provides the functionality Keptn needs without the overhead of other cert-managers. For a description of the architecture, see Keptn Certificate Manager.

Keptn also works well with cert-manager.io. If you are already using cert-manager.io, you can continue to use it for other components and use the Keptn cert-manager just for Keptn activities or you can disable the Keptn cert-manager and configure Keptn to use cert-manager.io.

If you want Keptn to use cert-manager.io, you must configure it before you install Keptn. The steps are:

  • Install cert-manager.io if it is not already installed.
  • Add the Certificate and Issuer CRs for cert-manager.io.
  • (optional) Install Keptn without the built-in keptn-cert-manager via Helm

Add the CR(s) for cert-manager.io

These are the CRs for cert-manager.io to be applied to your cluster:

{% include “cert-manager.md_1.yaml” %}

Note the following about these fields:

  • The apiVersion field refers to the API for the cert-manager.
  • The value of the .spec.secretName field as well as the .metadata.name of the Certificate CR must be keptn-certs.
  • Substitute the namespace placeholders with your namespace, where Keptn is installed.

See the CA Injector documentation for more details.

Last modified 2023-12-06: with newline (eb985a74)