2 pages tagged with "containers"
So I was curious about Prow...
August 09, 2020 - 835 words - 5 mins
Prow is a CI/CD system used in the Kubernetes repositories. I know it for the ChatOps feature which I found very cool and fun. I decided to give it a try myself and see it in action.
Prerequisites
A working Kubernetes cluster with internet access
A GCP account
A GitHub account
Installation
Prow ca…
read more
I just tried Vertical Pod Autoscaler
February 16, 2020 - 825 words - 5 mins
Right-sizing a deployment of an app on a Kubernetes cluster is a tricky thing to do. Setting requests and limits too high, you might end up with unschedullable pods due to resource scarcity. Setting requets and limits too low and you might end up with OOMKilled pods. Luckily, there's an answer (kind…
read more