[k8s] kubernetes events logger
Cluster administrators usually need to collect Kubernetes events to allow a better troubleshooting. By default Kubernetes does not stream these logs on regular STDOUT, "k8s-event-logger" tools comes exactly for this reason!
[k8s] optimize workloads with pod resource recommendations
Most Kubernetes pods could be better configured in terms of resources.
Unfortunately, is not so easy out-of-the-box.
Robusta KRR (Kubernetes Resource Recommender) comes to help us with it.
[docker] optimise distributed builds with remote docker cache
Optimize distributed builds with remote docker cache
[k8s] resource and cost optimisation with kube-green
Gone are the days when we had our applications always up&running. Cloud providers gave us a lot of elasticity, but without a mind change all this magic world will soon become a hell.
[GCP] Google Kubernetes Engine autopilot
GKE autopilot is the Kubernetes solution by Google for who wants to run pods and nothing else while having in the meantime a Kubernetes feeling!
[docker] make docker build faster
Speed up your container image builds with few changes on your Dockerfile
[k8s] Setup timezone on cronjob
Standard time and daylight time have been a nightmare for cron configuration in Kubernetes. Fortunately it is an old nightmare thanks to the cronjob .spec.timeZone configuration
[Terraform] Predict cloud infrastructure cost changes on Terraform using infracost
"With great power comes great responsibility" ... and infrastructure cost changes are part of that power
[k8s] Finally a volume access mode that makes sense: ReadWriteOncePod
ReadWriteOnce, ReadOnlyMany, ReadWriteMany access modes don't make much sense IMO, new ReadWriteOncePod does
[FinOps] Intra Kubernetes cluster cost visibility
Who pays for shared resources? This is a gold question in every shared/multi-tenancy Kubernetes cluster..
Today I'll report a couple of crispy tools to deal with that.