Alpine vs Busybox: how to wget in K8s
In the last projects, I get used to use K8s CronJob(s) to schedule tasks.
The most effective way of doing it, is to create a super-tiny cronjob, which the sole purpose is to call a REST webbook(s …
In the last projects, I get used to use K8s CronJob(s) to schedule tasks.
The most effective way of doing it, is to create a super-tiny cronjob, which the sole purpose is to call a REST webbook(s …
Context: Spring microservice application to be deployed on K8s via helm + boring Friday
In this scenario, you end up writing the SAME configuration string in a lot of places:
On at least 2 application.properties (main and test)
On the …
K8s and limits
On K8s, for every pod you can define how much memory and CPU the pod needs. To make things “simpler”, K8s define two set of values: requests and limits, both for CPU and memory.
After some trouble …
How to reboot a k8s pod/deployment
How to show helm history
In this second article, I suggest to explore further two simple helm chart for getting a bit more inside K8s.
Grafana
Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus. It is designed to …