open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • KarmaKit and Watchtower

    calendar May 10, 2025 · 2 min read
     devops en knowledgebase  · Mordor docker
     ·
    Share on: twitter facebook linkedin copy
    KarmaKit and  Watchtower

    Good Karma Kit

    The Good Karma Kit is “a Docker Compose project to run on servers with spare CPU, disk, and bandwidth.” I like the idea in principle, but it is always a complex thing to do, because if you host unknown content, you can get in trouble easily (like pirated content or worst…)


    Read More
  • Alpine vs Busybox: how to wget in K8s

    calendar Nov 10, 2023 · 1 min read
     devops en  · docker k8s
     ·
    Share on: twitter facebook linkedin copy
    Alpine vs Busybox:  how to wget in K8s

    In the last projects, I get used to use K8s CronJob(s) to schedule tasks.


    Read More
  • Healthcheck

    calendar Sep 15, 2023 · 2 min read
     devops en featured  · docker docker-compose k8s
     ·
    Share on: twitter facebook linkedin copy
    Healthcheck

    I am always amused on how complex K8s/Docker Swarm are, and how easy “plain” docker is.


    Read More
  • Docker History

    calendar Dec 8, 2022 · 1 min read
     devops en featured knowledgebase  · docker history
     ·
    Share on: twitter facebook linkedin copy
    Docker History

    Bullet points:

    1. 1979: Unix V7 Introduced the chroot command to isolate the filesystem a process "access" to.
    2. Various technology was introduced up to 2006, like Virtuozzo (which patched Linux in a proprietary ways)
    3. 2006: Process Containers Launched by Google in 2006 was designed for limiting, accounting and isolating resource usage (CPU, memory, disk I/O, network) of a collection of processes. It was renamed “Control Groups (cgroups)” a year later and eventually merged to Linux kernel 2.6.24.
    4. 2008: LXC LXC (LinuX Containers) was the first, most complete implementation of Linux container manager. It was implemented in 2008 using cgroups and Linux namespaces, and it works on a single Linux kernel without requiring any patches.
    5. 2013: Docker Docker used LXC in its initial stages and later replaced that container manager with its own library, libcontainer. Docker offered a way to configure and manage containers, i.e a standard de-facto for this technology. As you see Docker was based on cgroups and LXC, seven-years old technologies
    6. On September 2014 Google published the first release of Kubernetes
    7. In 2015 Docker, CoreOS and others founded the Open Container Initiative's (OCI). K8s does not need docker anymore to work, but Docker traction is still strong.
     

    References:


    Read More
  • Random thoughts on DevOps 2022

    calendar Sep 27, 2022 · 2 min read
     devops en  · docker k8s
     ·
    Share on: twitter facebook linkedin copy
    Random thoughts on DevOps 2022

    My true personal opinion based on what customers asks and what co-worker uses:


    Read More
  • K8s done right Part 2: Istio service Mesh

    calendar Jan 24, 2022 · 1 min read
     devops en k8s-done-right  · docker docker-compose k8s
     ·
    Share on: twitter facebook linkedin copy
    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.


    Read More
  • K8s done right Part 1: start from helm charts

    calendar Aug 21, 2021 · 3 min read
     devops en k8s-done-right  · docker docker-compose k8s nttdata
     ·
    Share on: twitter facebook linkedin copy
    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.


    Read More
  • Oracle cloud: non c’è due senza tre e il quarto vien da sé

    calendar May 6, 2021 · 3 min read
     it  · cloud-computing docker
     ·
    Share on: twitter facebook linkedin copy

    Dopo Amazon, Google  e Azure, anche Oracle è entrata nel mercato Cloud. Nell’ultimo periodo Oracle Cloud propone in modo aggressivo con lo slogan “Always Free” una serie di risorse che saranno sempre disponibili senza accrediti ulteriori. Ovviamente non è tutto oro quello che luccica ma…abbiamo fatto un paio di prove per saggiare questo servizio.


    Read More
  • Misterio: Ansible and Saltstack killer in docker

    calendar Jul 9, 2020 · 1 min read
     devops en  · docker misterio
     ·
    Share on: twitter facebook linkedin copy
    Misterio: Ansible and Saltstack killer in docker
    Misterio is a  docker-compose based Ansible alternative.Misterio rocks!
    https://github.com/daitangio/misterio

    Why

    I need to show Ansible and Saltstack configuration manager are nice tools but in a K8s world, the same result can be achieved in a much simpler way.
    It was to teach the container way to some co-worker.
    Without effort, I end up with a tool I am using on my home machines, which include a bunch of very different architecture (Ubuntu Boxes, ARMs RPi2, Windooze).
    So I think it would be nice show Misterio to the world...and yes there is a bit of magic, called containers.
  • Mail Server on Docker: sanity checks

    calendar Jul 1, 2020 · 1 min read
     en freedom knowledgebase  · docker privacy
     ·
    Share on: twitter facebook linkedin copy
    Mail Server on Docker: sanity checks

    [UPDATED 21/3/2022]

    I have a shiny mail server on gioorgi.com. I decided to manage it on first person because it is important to have tight control on your email, in my humble opinion. It is not strictly necessary, but lending your email address to big company like Googles, Microsoft, Yahoo and so on could be a issue if you get banned by them for whenever reason.


    Read More
  • Docker done right: docker compose and up to kompose

    calendar Jun 1, 2020 · 3 min read
     en  · docker docker-compose k8s
     ·
    Share on: twitter facebook linkedin copy

    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 are the little docker compose files, which realize the Infrastructure as Code, a configuration file which declare in an easy and simple way how services are connected.


    Read More
  • Mail Server on Docker (UPDATED)

    calendar Apr 21, 2020 · 4 min read
     en freedom knowledgebase  · docker privacy
     ·
    Share on: twitter facebook linkedin copy
    Mail Server on Docker (UPDATED)

    Hosting your own email server is not a mandatory task; it increase your attack surface too. But relaying too much on big emails provider (Gmail, Outlook, Aruba, Fastmail) could be a risk for our democracy. For instance, who decide how Spam is managed (i.e. what could be a Spam email)? Can we trust big providers? Email has legal value, and its content should stay as much as private as possible.


    Read More
  • Docker tips

    calendar Sep 27, 2019 · 2 min read
     devops en knowledgebase  · docker
     ·
    Share on: twitter facebook linkedin copy
    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:


    Read More
  • Hyper VM Troubleshooting

    calendar Nov 8, 2018 · 1 min read
     devops en featured  · docker
     ·
    Share on: twitter facebook linkedin copy
    Hyper VM Troubleshooting

    Sometimes your windows' HyperV Hypervisor will refuse to start.

    The problem is tricky because the services seems started if you check them. Also the installation is successful, virtualization is enabled and so on. So what is wrong?


    Read More
  • Docker Shadow of Lights on Raspberry Pi 2/3

    calendar May 20, 2018 · 1 min read
     devops en  · docker raspberrypi
     ·
    Share on: twitter facebook linkedin copy
    Docker Shadow of Lights on Raspberry Pi 2/3

    Cloud, DevOps, and Microservices are three strong forces are melting together.


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Recent Posts

  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top