Traffic Shapping
Traffic Shaping I got asked a question recently, “How far apart could control plane nodes of a kubernetes cluster be and the cluster remain stable?” The further apart they are geographically, the greater the network latency. How does network latency impact a cluster’s stability? Are there certain deployment architectures that work better when network latency is a factor? How does network latency impact etcd’s ability to reach consensus through obtaining a quorum? How does it impact spinning up workloads? Upgrades? Key rotation? Workload transitions? High-Availability? Disaster recovery? ...