Skip to content

Instantly share code, notes, and snippets.

@tommituura
tommituura / config.yaml
Last active February 18, 2020 15:22
ytt templating, how to combine values from two yamls into third? NOT WORKING, HELP NEEDED.
#@ load("@ytt:data", "data")
metadata: #@ data.values.cluster_metadata
platform: #@ data.values.platform

Controlling resource usage in Kubernetes

NODE resources

For simplicity, we are looking at three types of resources that need to be controlled:

  • CPU cycles
  • RAM capacity
  • Disk capacity (PersistentVolumes)