Slide 16
Slide 16 text
Kubernetes Addons
16
To prevent memory leaks or other resource issues in cluster addons from
consuming all the resources available on a node, Kubernetes sets resource limits on
addon containers to limit the CPU and Memory resources they can consume.
To avoid running into cluster addon resource issues, when creating a cluster with
many nodes, consider the following:
● Scale memory and CPU limits for each of the following addons, if used, as you
scale up the size of cluster (there is one replica of each handling the entire cluster
so memory and CPU usage tends to grow proportionally with size/load on
cluster):
○ InfluxDB, Grafana, Kibana
○ kubedns, dnsmasq, and sidecar