Category Archives: K8s Done Right

K8s Cheats and insight

How to reboot a k8s pod/deployment kubectl rollout restart deployment <deployment_name> -n <namespace> How to show helm history helm history -n <namespace> <deployment>
Posted in English Content, K8s Done Right | Tagged | Comments Off on K8s Cheats and insight

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 be very … Continue reading
Posted in English Content, K8s Done Right | Tagged , , , | Comments Off on K8s done right Part 2: Istio service Mesh

K8s done right Part 1: start from helm charts

K8s is a very complex beast. But it give you a very good set of security defaults, and it is also a very well done implementation of a microservice application. After installing Docker Swarm on some Customer, we are giving … Continue reading
Posted in English Content, K8s Done Right | Tagged , , , | Comments Off on K8s done right Part 1: start from helm charts