Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

kubernetes.md

File metadata and controls

30 lines (21 loc) · 1.22 KB

Kubernetes

Resources

Platforms

GCP GKS

  • Option of Google Container OS or Ubuntu with docker containers.
  • Optionally performs automatic node upgrades in a controlled manner making it closer to maintenance free.
  • Most controlled and most affordable cost structure.

Azure AKS

  • Ubuntu with Moby (docker) containers.
  • Need to use Kured for node maintenance.
  • Well controlled cost structure.
  • aks-engine can be used for manually controlled Kubernetes master.
  • ACI as an extension of AKS through virtual nodes for burst scaling is quite useful.

AWS EKS

  • Amazon Linux with docker containers.
  • Need to use Kured for node maintenance.
  • Lots of internal costs in the ecosystem - expensive ELBs, CloudTrail Logs (even for internal Kubernetes logs).