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.
Loading...
Ready-to-deploy configuration presets for Secret. Each preset is a complete manifest you can copy, customize, and deploy.
3 presetsThis 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.
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.
This preset creates a Docker registry authentication secret (`kubernetes.io/dockerconfigjson`) for pulling images from private container registries. Referenced by pods via `imagePullSecrets`.