Kubernetes Cluster Configuration Concepts

From NovaOrdis Knowledge Base
Revision as of 16:33, 22 August 2019 by Ovidiu (talk | contribs) (→‎Secrets)
Jump to navigation Jump to search

Internal

Secrets

Secrets

Secrets Operations

Secrets Operations

A secret is a mechanism, backed by a Kubernetes API resource, that allows applications running on a Kubernetes cluster to safely manage, store and access security-sensitive information such as passwords, OAuth tokens and ssh keys. This mechanism provides a better alternative to placing that information in a container image or in the pod metadata.