On: 2022-05-26 -
Reading Time: 4 Minutes
A few months ago, I became the Lead Site Reliability Engineer (SRE) in
Visma e-conomic. This new position is allowing me to
work with brilliant people! In our industry, brilliant colleagues often have a
hard time collaborating, and communication is very hard. In this post, I want to
talk about the start of our journey from an Operational (Ops) team to embracing
SRE using kindness and compassion as a way: Trust and forgiveness.
Continue reading...
On: 2020-11-12 -
Reading Time: 3 Minutes
I recently decided to replace my k8s home cluster with a Hashicorp Nomad
cluster on my 3 Raspberry Pis. When I was using it, I found myself writing a
significant amount of HCL files, and I have been missing Helm’s simplicity.
As an SRE, I have been working with Kubernetes for a while now. During this time,
I had to install, configure, and distribute some apps using Helm. For me, it is
a de-facto standard when it comes to deploy and maintain apps that otherwise
would require a way bigger list of YAML files. Can we do the same for Nomad
Jobs’s definitions?
Continue reading...
On: 2020-08-02 -
Reading Time: 4 Minutes
I have the feeling that a blog post about distributing packages is needed. 😮
In a word filled with Containers, PaaS, and SaaS, it seems weird to talk
about how we can automate the creation of Debian packages and APT repositories.
Nonetheless, even if this appears to be a forgotten step for operations, some
projects are not distributed over Debian packages, 👷♂️ and I need them for my
Raspberry Pi! 😜
Continue reading...
On: 2020-03-21 -
Reading Time: 6 Minutes
During the last year, I have been curious about Immutable Infrastructure.
After researching, I noticed that I had been applying some of these concepts
already to stateless Docker containers, and I wanted to do a practical
project with it. So I thought about exploring Immutable Infrastructure and use
it to deploy Hashicorp Vault.
Continue reading...