Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Underneath, out of Certificate CRD, Cert-Manager creates CertificateRequest CRD which is more suitable for M2M processing as it contains Certificate Singing Signing Request (CSR). CertificateRequest CRD is further on consumed by Issuer which processes CSR stored there and in return puts signed certificate and trusted certs in CertificateRequest's status and marks CertificateReqeust CertificateRequest as Ready. Cert-Manager notices such state change and from CertificateRequest marked as Ready creates K8s secret originally requested in Certificate CRD. Such K8s secret is ready to be mounted to K8s workload as any other secret.

...

Gliffy Diagram
size600
namecert_manager_cert_service_integration
pagePin9


Gliffy Diagram
macroId16e29a87-76c2-48e2-b64a-eefa78b44200


As a consequence, all existing usages should be adjusted to use new way and create Certificate CRD instead of calling CertService client as init container.

...