Secret

Secret Presets

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

3 presets
01

Opaque Secret

This preset creates an opaque Kubernetes Secret with arbitrary key-value data. The most common secret type, used for storing credentials, API keys, connection strings, and other sensitive data.

02

TLS Secret

This preset creates a Kubernetes TLS secret containing a certificate and private key pair. Used by ingress controllers, service meshes, and any workload that needs TLS termination.

03

Docker Registry Secret

This preset creates a Docker registry authentication secret (`kubernetes.io/dockerconfigjson`) for pulling images from private container registries. Referenced by pods via `imagePullSecrets`.