Simple retry until with WGet by Romain Manni-Bucau, 2022-12-21

Awaiting a HTTP resource is a common need in Kubernetes or docker environments, let see how wget helps with that need.

Enable Asciidoctor Rendering with Gitea by Romain Manni-Bucau, 2022-12-02

Asciidoc is likely the best format, as of today, to write any documentation. However Gitea does not support its rendering by default. Let see how to enable it.

A simple bash CLI structure for your automotion by Romain Manni-Bucau, 2022-04-09

We tend to write several scripts to automate repetitive tasks. Let see how to use a simple structure to ease that task.

Kubernetes Quick Debugging Pod by Romain Manni-Bucau, 2022-04-05

Being able to get a temporary pod with debugging tools is quite important but not always trivial. Let’s see the main option ot get it quickly.

Communicate between your Github Action Steps with custom outputs by Romain Manni-Bucau, 2021-11-10

When Github actions need some input computed from the input Github event or even the file system it is always possible to pass the input through the output of a custom step. Let see how to do it!