[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
[k8s] Finally a volume access mode that makes sense: ReadWriteOncePod ReadWriteOnce, ReadOnlyMany, ReadWriteMany access modes don't make much sense IMO, new ReadWriteOncePod does