Blog DevOps Keep in touch
Subscribe to our newsletter

How to enforce standards for Azure resources with Azure policy
Your Azure infrastructure is growing, and new components are being added every day. Ensure good practices with Azure policy.

Serverless infrastructure using different frameworks (part 2)
To deploy serverless infrastructure, choosing the appropriate IaC framework is important. Here are some IaC tools on Terraform, Serverless, and SAM.

Deploy a serverless infrastructure using AWS console (part 1)
Choosing the appropriate IaC framework to deploy serverless infrastructure can greatly improve your team’s efficiency. Here are some IaC tools on AWS.

Kubernetes 1.23: the 6 most important newest features!
Kubernetes 1.23 is the last release of 2021. Here is a quick recap to get you up to speed on the most important updates to the popular container orchestrator.

DevOps & tools: how to keep your environment clean
As Site Reliability Engineers, we love automation, be it in the CI/CD or in our own tools. But how to keep our environments clean with all these tools?

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
Losing your dotfiles is painful, learn how to back them up and restore them using Git and RCM.

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.