Kubernetes (K8s) manages containerized applications across clusters of machines. It handles container scheduling, load balancing, auto-scaling, self-healing, and rolling updates. Key concepts include Pods (smallest deployable units), Services (networking), Deployments (declarative updates), and ConfigMaps (configuration). Essential for production container workloads.
🔧 DevOps + ☁️ Cloud Computing advanced
Kubernetes
Open-source container orchestration platform for automating deployment, scaling, and management.
10
views
</> Related Terms
Docker
Docker is a revolutionary containerization platform that has transformed how developers build, ship, and run applications. By packaging software into standardized, isolated containers, Docker ensures consistent behavior across development, testing, and production environments.
Serverless
Cloud execution model where the provider manages servers, scaling, and infrastructure automatically.
CI/CD (Continuous Integration/Continuous Deployment)
Automated software development practice for frequent code integration and deployment.