KubernetesCertificate

KubernetesCertificate Presets

Ready-to-deploy configuration presets for KubernetesCertificate. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Standard TLS Certificate via ClusterIssuer

This preset creates a standard TLS certificate signed by a ClusterIssuer (typically ACME / Let's Encrypt). This is the most common production pattern for public-facing services.

02

Wildcard TLS Certificate

This preset creates a wildcard certificate (`*.example.com`) via a ClusterIssuer. Wildcard certificates cover all subdomains under a domain, reducing the number of certificates needed for...

03

Self-Signed Root CA Certificate (CA Bootstrap)

This preset creates a self-signed root CA certificate for bootstrapping an internal PKI. The resulting certificate Secret becomes the signing key for a CA Issuer, which can then issue leaf...