mattjmcnaughton / personal-k8s

All the code for bootstrapping, managing, and deploying applications on my personal k8s cluster.
Apache License 2.0
4 stars 2 forks source link

Decrease cost of running personal k8s cluster #2

Closed mattjmcnaughton closed 5 years ago

mattjmcnaughton commented 6 years ago

Issue Currently, I'm paying ~$150 a month to host my personal-k8s-cluster on AWS. I'd love to pay less if that's possible.

Implementation I hypothesize that the nodes in my cluster could have fewer resources.

I think one of the first orders of business will be setting up monitoring on resource usage (specifically CPU and mem) using Heapster.

Definition of Done