Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
February 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 Gioorgi EverGreen
Tag Archives: docker-compose
Let PiHole play nice with docker-compose
When you run pihole in a docker container, it could be difficult to build images on the same docker daemon, because docker-compose cannot pass DNS request to another container during build, and normal dns resolution fixes won’t work. I solved … Continue reading
Posted in DevOps, IT Featured, Knowledgebase, Unix
Tagged docker-compose, pihole
Comments Off on Let PiHole play nice with docker-compose
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
Docker done right: docker compose and up to kompose
Docker was born for the cloud. It is the easiest way to run different software in a tiny box, installing it in a rapid way and with a nice way to wipe it in a snap. But when docker shines … Continue reading
Posted in English Content
Tagged docker, docker-compose, k8s
Comments Off on Docker done right: docker compose and up to kompose