Kubernetes - atabegruslan/Notes GitHub Wiki

Kubernetes:

Features:

  • Auto bin packing: allocating a node's resources to jobs
  • Service discovery and load balancing
  • Storage orchestration
  • Self-healing
  • Auto rollout and rollback
  • Secret and config-map management
  • Batch execution
  • Horizontal scaling: Replication controller controls the number of pods depending on auto-detected CPU usage or user inputs/config settings. It reads from the manifest file. It is affected by the horizontal pod auto-scaler.

Components:

  • Ingress
  • Config map
  • Volumes

Others:

Swarms vs Kubernetes

Other Alternatives

Other tools and knowhow

⚠️ **GitHub.com Fallback** ⚠️