Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
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>
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 devops, docker, docker-compose, k8s
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 devops, docker, docker-compose, k8s
Comments Off on K8s done right Part 1: start from helm charts