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
Tag Archives: devops
Open watcher: Nilfs file system and concourse CI
NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting, which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago. NILFS was developed by NTT Laboratories and published … Continue reading
Posted in English Content, Knowledgebase
Tagged devops, filesystem
Comments Off on Open watcher: Nilfs file system and concourse CI
Random thoughts on DevOps 2022
My true personal opinion based on what customers asks and what co-worker uses: docker , docker-compose is still the dev winner Podman is rising but it has no extra feature, because docker support the rootless mode too. Ignite – Use … Continue reading
Posted in DevOps, English Content
Tagged devops, docker, k8s
Comments Off on Random thoughts on DevOps 2022
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
Ansible rulez!
In the last weekend I needed to restore my RasperryPi service box. It is a raspberrypi 2 which mostly make backups of my blogs. Its microSD card gets corrupted, forcing me a full reinstall. I decided to try to make … Continue reading
Docker tips
Use docker in docker to drive docker from a container Working under windows, sometimes docker slow down. Sometimes you need to access to the MobyVM. With this line: docker run --rm -ti -v "/var/run/docker.sock:/var/run/docker.sock" -v /:/host docker sh you run … Continue reading
Prometheus + Grafana: vincere facile
Abbiamo provato Prometheus in congiunzione con Grafana. Prometheus è un tool di monitoraggio e alerting, scritto in Go e caratterizzato da un database orientato all’archiviazione in time series. Entrambi sono molto curati, open source e caratterizzati da una offerta commerciale … Continue reading
Posted in Italian Content
Tagged devops, grafana, k8s, prometheus
Comments Off on Prometheus + Grafana: vincere facile