🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Advanced

What is Vault?

A tool by HashiCorp for securely managing secrets, encryption keys, and certificates with dynamic secret generation.

Vault centralizes secret management with fine-grained access control. It stores static secrets, generates dynamic database credentials (auto-expiring), manages PKI certificates, and provides encryption as a service.

Key features include audit logging, secret lease management, multiple authentication backends (LDAP, AWS IAM, Kubernetes), and auto-unsealing. Vault is essential for managing secrets at scale in microservices and cloud-native environments.

Related Terms

Observability
The ability to understand a system's internal state from its external outputs through metrics, logs, and traces.
ELK Stack
A popular log management platform combining Elasticsearch (search), Logstash (processing), and Kibana (visualization).
Kubernetes
An open-source container orchestration platform that automates deploying, scaling, and managing containerized applications.
Pipeline as Code
Defining CI/CD pipeline configurations as version-controlled code files rather than through UI-based pipeline builders.
Trunk-Based Development
A source control strategy where developers integrate small changes directly into the main branch frequently, often multiple times per day.
Infrastructure Drift
The divergence between the actual state of infrastructure and its defined desired state, caused by manual changes or untracked modifications.
View All DevOps Terms →