Blog DevOps Keep in touch

Subscribe to our newsletter

SRE vs DevOps vs SysAdmin vs Cloud engineer

SRE vs DevOps vs SysAdmin vs Cloud engineer

There is confusion between DevOps, SRE (Site Reliability Engineer), SysAdmin, and Cloud Engineer. We clarify these professions in this article.

Deploy Atlantis in Kubernetes to use it with Gitlab

Deploy Atlantis in Kubernetes to use it with Gitlab

Using Atlantis will help your team to collaborate better on Terraform projects. Discover how to install it in a Kubernetes cluster and use it with your Gitlab project!

Improve IaC code quality with pre-commit hooks for Terraform

Improve IaC code quality with pre-commit hooks for Terraform

Terraform Infrastructure as Code quality may be significantly improved using pre-commit hooks. Learn how to install and use them for your very own projects.

An opinionated introduction guide for ArgoCD Image Updater

An opinionated introduction guide for ArgoCD Image Updater

Argo CD is a great GitOps tool. Learn how to set up one of its extensions, Argo CD Image Updater, and if your infrastructure can benefit from its installation!

Kong for Kubernetes: deploy a Kong API gateway

Kong for Kubernetes: deploy a Kong API gateway

With Kong plugins, you can customize the API gateway with many rules, but it is difficult to deploy it in a Kubernetes cluster. Learn here how to do it.

How to set up a scalable and secure application in GCP using CloudRun, API Gateway, and Firebase

How to set up a scalable and secure application in GCP using CloudRun, API Gateway, and Firebase

It is easy to deploy applications to Google Cloud. But setting up one that is both scalable and secure at the same time is not something intuitive on Google Cloud.

How to use Terraform workspaces to manage different environments?

How to use Terraform workspaces to manage different environments?

If you feel like you are duplicating too many files to manage your environments with Terraform, read this article to learn how to use Terraform’s workspace feature!

K3S with Raspberry Pi: configuration, connection and installation

K3S with Raspberry Pi: configuration, connection and installation

This article is an easy tutorial to set up Kubernetes cluster on a Raspberry Pi using K3S. We first configure Raspberry Pi, then we install Kubernetes.

AWS Systems Manager, a service to replace SSH Bastion

AWS Systems Manager, a service to replace SSH Bastion

How AWS Systems Manager will effectively replace your old-fashioned SSH Bastion, with a lot of security features and for almost free of charge?

Manager vs. Tech: the dilemma

Manager vs. Tech: the dilemma

Learn more about my journey from being a tech, becoming a manager to go backward to tech again to go forward. What it implies to me and the dilemma I faced.

Never lose your dotfiles with Git and RCM

Never lose your dotfiles with Git and RCM

Losing your dotfiles is painful, learn how to back them up and restore them using Git and RCM.

How to synchronize a directory's contents using a git repository?

How to synchronize a directory's contents using a git repository?

Learn about our very first open-source project, the git-volume-reloader, and why we implemented it.

Discovering AWS App Runner

Discovering AWS App Runner

Did you already hear about AWS App Runner? Let's discover this new service together!

Why you shouldn't use localhost when developing locally

Why you shouldn't use localhost when developing locally

Was my service listening on port 8080 or 8081? I forgot. Running multiple services locally should not require memorizing an ever-growing list of ports.

Deploying reliable and secure MongoDb clusters in Kubernetes

Deploying reliable and secure MongoDb clusters in Kubernetes

Facing the challenges of deploying multiple MongoDB instances in a Kubernetes cluster.

Why are all monitoring solutions bad?

Why are all monitoring solutions bad?

Looking for a good monitoring tool to monitor your infrastructure? We’ll explain what is the best monitoring solution for your organization.

Ubuntu Autoinstall made easy with Subiquity

Ubuntu Autoinstall made easy with Subiquity

If you are looking for a powerful and modern tool in order to perform auto installations on Ubuntu server, come with me and let's have a look at Subiquity.

How to effectively boost your Ansible code's quality?

How to effectively boost your Ansible code's quality?

Having high quality in your Ansible code is the key to working efficiently and collaborating as a team. Find out my tips to boost the quality of your code!