devops - Concepts
Explore concepts tagged with "devops"
Total concepts: 19
Concepts
- Kubernetes - An open source container orchestration platform for automating deployment, scaling, and management of containerized applications.
- Docker - A platform for developing, shipping, and running applications in lightweight, isolated containers that package code with all dependencies.
- Continuous Delivery - A software development practice where code changes are automatically built, tested, and prepared for release to production, ensuring software can be deployed at any time.
- Incident Management - The process of identifying, responding to, and resolving unplanned disruptions to restore normal service as quickly as possible.
- DevOps - A set of practices combining software development and IT operations to shorten the development lifecycle and deliver software continuously.
- GitLab - A web-based DevSecOps platform providing Git repository hosting, CI/CD pipelines, issue tracking, and the complete software development lifecycle in a single application.
- LazyDocker - A terminal-based user interface (TUI) for managing Docker containers, images, volumes, and networks with an intuitive keyboard-driven interface.
- Continuous Deployment - A software release practice where every code change that passes automated tests is automatically deployed to production without human intervention.
- GitHub CLI - The official command-line tool for GitHub that brings pull requests, issues, and other GitHub features to your terminal.
- Infrastructure as Code (IaC) - Managing and provisioning infrastructure through code rather than manual processes.
- GitHub - A web-based platform for version control and collaboration using Git, serving as the world's largest source code hosting service.
- Feature Flags - A technique allowing teams to modify system behavior without changing code by enabling or disabling features through configuration.
- Runbook - A documented set of procedures for routine operations, troubleshooting, and incident response.
- Problem Management - The practice of identifying and managing the underlying causes of incidents to prevent recurrence and minimize impact.
- Blue-Green Deployment - A release strategy that reduces downtime and risk by running two identical production environments called Blue and Green.
- DevSecOps - A DevOps approach that integrates security practices throughout the entire software development lifecycle, treating security as code.
- Trunk-based Development - A version control workflow where developers integrate small changes frequently into a single main branch.
- Continuous Integration - A software development practice where developers frequently merge code changes into a shared repository, with each integration automatically verified by building and testing.
- DevOps Manifesto - Principles promoting collaboration between development and operations teams for faster, more reliable software delivery.
← Back to all concepts