Blog DevOps Keep in touch

Understand and demystify Role-based Access Control in Kubernetes
Role-based Access control in Kubernetes will enable you to secure access to your cluster. Discover what is RBAC, how to use it and some great tools to help you!

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
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
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?
Learn about our very first open-source project, the git-volume-reloader, and why we implemented it.

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
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
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
Facing the challenges of deploying multiple MongoDB instances in a Kubernetes cluster.

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

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

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.

How to deploy a Kong API gateway in a Kubernetes cluster?
With Kong plugins, you can customize the API gateway with many rules. But it can be difficult to deploy it in a Kubernetes cluster. Learn here an easy way to do it.

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
ArgoCD is a great GitOps tool. Learn how to set up one of its extensions, Image Updater, and if your infrastructure can benefit from its installation!