Blog DevOps Keep in touch

Subscribe to our newsletter

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!

How pre-commit hooks can drastically improve IaC code quality

How pre-commit hooks can drastically improve IaC code quality

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.

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!

Using OAuth 2.0 and Terraform to secure your Azure App Service

Using OAuth 2.0 and Terraform to secure your Azure App Service

Learn how to secure a web application running on Azure App Service with Google authentication based on OAuth 2.0 without effort thanks to Terraform.

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 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.

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?

Azure Managed Identities to enforce the security of your platform

Azure Managed Identities to enforce the security of your platform

The management of credentials and secrets is always a challenge. Learn how to delegate this issue to Azure using Managed Identities.

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.

What is Chaos Engineering and its associated tools?

What is Chaos Engineering and its associated tools?

Learn the basics of chaos engineering through examples and easy to start with technologies. Discover this SRE practice that keeps gaining in popularity.

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!

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!

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!

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.