Stack Explorer

Kubernetes

containers orchestration

Container orchestrator by Google

Official site

Prerequisites:

docker linux networking-basics

Pros and Cons

Ventajas

  • + Auto-scaling and self-healing
  • + Declarative and reproducible
  • + Portable across clouds
  • + Huge ecosystem
  • + Rolling updates without downtime
  • + Portable between clouds

Desventajas

  • - Very steep learning curve
  • - Operational complexity
  • - Verbose YAML
  • - Overkill for small apps
  • - Very high learning curve
  • - Verbose and error-prone YAML

Casos de Uso

  • Microservices in production
  • Cloud-native applications
  • Multi-tenancy
  • CI/CD pipelines

Managed Services

Related Technologies