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 Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • Things worth reading this week

    calendar Feb 18, 2022 路 1 min read
     automation en news
     路
    Share on: twitter facebook linkedin copy

    Things worth looking this week.

    1. Scripting! Two tools this week:
      1. Bashly, a tool to create Bash scripts easily
      2. Ever wished to use Python in Bash? Would you choose the Python syntax over sed, awk, ...? pz can be the tool for you.
    2. Lurnby, a tool to annotate the web just open sourced
  • Create your changelogs in a professional way

    calendar Oct 4, 2023 路 1 min read
     automation en  路 git
     路
    Share on: twitter facebook linkedin copy

    I love the super professional Changelogs you see in a lot of open source project.


    Read More
  • addCiarpame: Automate your K8s configuration automation

    calendar Oct 6, 2023 路 3 min read
     automation devops en  路 k8s
     路
    Share on: twitter facebook linkedin copy
    addCiarpame: Automate your K8s configuration automation

    Context: Spring microservice application to be deployed on K8s via helm + boring Friday

    In this scenario, you end up writing the SAME configuration string in a lot of places:

    1. On at least 2 application.properties (main and test)
    2. On the final, helm-generated application properties (or in the relevant environment variable if you use them in place (1))
    3. On the default K8s values.yaml used by helm. Possibly on other yaml file too, all documented a bit to be kindly with the K8s SRE.
    4. On the relevant Java code, as a @Value annotation to finally use that damn config.
    These configuration are not particular exciting: they are all similar, some case can change but, really, ChatGPT could do it for you. If you have 4 parameters, you end up losing half an hour to do everything and test it. We can do better, for sureTM
    Read More
  • Spring Dev Tools vs JRebel

    calendar Oct 8, 2023 路 1 min read
     automation en  路 spring spring-boot
     路
    Share on: twitter facebook linkedin copy

    There is very handy feature of SpringBoot which is called Dev tools. Dev tools enable hot reloading of spring-boot- based application every time your IDE recompile the code.


    Read More
  • yq to manage your K8s yaml

    calendar Feb 13, 2024 路 1 min read
     automation en
     路
    Share on: twitter facebook linkedin copy

    On the current project, I had the need to extract the cpu limits from the deployment descriptor, sum them to check resource usage and print a report.


    Read More

Giovanni Giorgi

Master Solution Architect, father and free spirit.
Read More

Recent Posts

  • Anubis: DDos Protection
  • KarmaKit and Watchtower
  • FatLama for GenAI: The comeback!
  • Caciaball Extreamer

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-05-25 02:00
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top