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 deployedannotations: Kubernetes system metadatalabels: User-defined labels for Secret identification and classificationtype: 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-rootimmutable: Whether Secret data is immutabledata: Secret data in Base64-encoded key-value format