Skip to main content

Secret



Resource Icon

Resource Overview

A Kubernetes resource used to store sensitive information as individual properties or approximate items such as entire files or JSON blobs.

Associated Resources

Parent Resource

Connected Resources


Resource Configuration

Basic Settings

  • namespace : Namespace where the Secret resource will be deployed
  • annotations : Kubernetes system metadata
  • labels : User-defined labels for Secret identification and classification
  • type : Secret type - Opaque, kubernetes.io/basic-auth, kubernetes.io/service-account-token, kubernetes.io/dockerconfigjson, helm.sh/release.v1, kubernetes.io/tls, kubernetes.io/ssh-auth, istio.io/ca-root
  • immutable : Whether Secret data is immutable
  • data : Secret data in Base64-encoded key-value format

References