Yuri Bacciarini

Yuri Bacciarini

Italy
Mar
01
[k8s] kubernetes events logger

[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!
1 min read
Feb
28
[k8s] optimize workloads with pod resource recommendations

[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.
1 min read
Feb
20
[docker] optimise distributed builds with remote docker cache

[docker] optimise distributed builds with remote docker cache

Optimize distributed builds with remote docker cache
2 min read
Feb
10
[k8s] resource and cost optimisation with kube-green

[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.
1 min read
Feb
10
[GCP] Google Kubernetes Engine autopilot

[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!
2 min read
Feb
08
[docker] make docker build faster

[docker] make docker build faster

Speed up your container image builds with few changes on your Dockerfile
2 min read
Jan
27
[k8s] Automatically pull images from GitLab container registry without change the tag

[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.
5 min read
Jan
12
[k8s] Setup timezone on cronjob

[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
2 min read
Jan
10
[Terraform] Predict cloud infrastructure cost changes on Terraform using infracost

[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
2 min read
Jan
06
[k8s] Finally a volume access mode that makes sense: ReadWriteOncePod

[k8s] Finally a volume access mode that makes sense: ReadWriteOncePod

ReadWriteOnce, ReadOnlyMany, ReadWriteMany access modes don't make much sense IMO, new ReadWriteOncePod does
2 min read
Tweets by YBacciarini