At $work we have a kubernetes1 cluster. I have to tell every deployment how many resources we need, if you go over a certain threshold the deployment is refused.
I wanted half a CPU (500 millicpu) but my deployment was refused: “You are not allowed to claim 500.000 cpus”.
You know why?
- I claimed “500M” in stead of “500m”
I wonder if that is ever needed?
I’m publishing this as part of 100 Days To Offload. You can join in yourself by visiting https://100daystooffload.com, post - 13/100
Find other posts tagged #100DaysToOffload here
I heard someone call it ‘kates,’ based on the k8s acronym I guess? ↩︎