Search Results for: k8s

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 …

Resource tuning in K8s

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 …

K8s done right Part 2: Istio service Mesh

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 …