Open christopherhein opened 6 years ago
EC2 instance type: https://kubernetes.io/docs/admin/cluster-large/
Also, avoid t2 (burstable) instance types, as Kubernetes overschedules them when they have spare capacity and then they become unresponsively slow when their burst credit is used up. This leads to cascading failures, as things get re-scheduled to responsive nodes that then use up their credits.
Add a module discussing tactics around: debugging, outages, failures in distributed systems, etc.