The Black Box of K8s
AWS bills you for the EC2 nodes, but who is using the pods?
Kubecost
Installation of Kubecost to get granular visibility into how much a specific namespace or deployment is costing.
Request vs Limits
If a pod requests 2GB of RAM but only uses 100MB, you are still paying for 2GB. We'll learn to tune these to save money.