Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 665 Bytes

25. Day 25 -- KubeCost & StatefulSets.md

File metadata and controls

21 lines (15 loc) · 665 Bytes

Day 25 -- KubeCost & StatefulSets

KubeCost

Monitor & Reduce Kubernetes Spend

Refer to Kubecost video by Kunal:

https://www.youtube.com/watch?v=GYgFWJmnpHk

StatefulSets

Workload API object designed for stateful applications

Refer to StatefulSets Video of Nana:

https://www.youtube.com/watch?v=pPQKAR1pA9U

Kubernetes Docs StatefulSets

https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/

Run a Replicated Stateful Application Demo

Scale a StatefulSet Demo