k8s-swiss-knife is born
Kubernetes is famous mainly of its extensibility, kubectl plugins are one of the various proofs.
k8s-swiss-knife the all-in-one-plugin has born!
[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] Automatically pull images from GitLab container registry without change the tag
Sometimes is very useful in a continuous integration and deployment process to override and push the same image tag (ex. `latest`) to a gitlab registry and then ideally have the same new image up&running from Kubernetes cluster(s).
URunner lighweight tool solves exactly this specific problem.
[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