Overview
The practice of securely storing, accessing, and managing sensitive credentials, API keys, and certificates.
Cross-References(1)
More in DevOps & Infrastructure
Logging
ObservabilityThe practice of recording events, errors, and system activities for debugging, auditing, and analysis.
Chaos Engineering
Site ReliabilityThe discipline of experimenting on distributed systems to build confidence in their ability to withstand turbulent conditions.
Distributed Tracing
ObservabilityA method of tracking requests as they flow through distributed systems to diagnose latency and failure points.
Incident Management
Site ReliabilityThe processes and tools for detecting, responding to, resolving, and learning from service disruptions.
Immutable Infrastructure
Infrastructure as CodeAn approach where infrastructure components are never modified after deployment but replaced entirely with updated versions.
Puppet
Infrastructure as CodeA configuration management tool that automates the provisioning and management of infrastructure.
Error Budget
ObservabilityThe maximum amount of time a service can be unavailable within a given period based on its SLO.
Rolling Update
CI/CDA deployment strategy that gradually replaces instances of the previous version with the new version.