Devops
Devops
1. What is DevOps?
DevOps is a set of practices that combines software development (Dev) and IT operations
(Ops) to shorten the development lifecycle and deliver high-quality software continuously.
9. What is Kubernetes?
Kubernetes is an open-source container orchestration platform that automates the
deployment, scaling, and management of containerized applications.
15. What is the difference between blue-green deployment and canary deployment?
Blue-green deployment involves running two identical production environments, while
canary deployment gradually rolls out changes to a small subset of users before a full
release.