Blog DevOps Keep in touch
Subscribe to our newsletter

How to do an application migration to Kubernetes?
An application migration to Kubernetes cluster can be hard to do. So, this article helps you to understand the main guidelines to migrate your application.

Test and validate your Helm Charts in Kubernetes
Writing templates to render Kubernetes manifests can be a painful experience, even more when you are refactoring your Helm Chart.

The Cloud behind the scenes: how magic is it really?
Ever wondered how VMs are magically born into the cloud? Well, it is no magic, only science, and engineering. If you want a peek into the machinery, tag along!

How to apply the DevOps approach with AWS?
Learn what is the link between AWS and the DevOps approach, and discover the existing tools to adopt it: CodeCommit, CodePipeline, and CodeBuild!

How to use probes in Kubernetes?
Discover Kubernetes probes with a web app example, learn how to implement them in your cloud projects, and improve your service’s availability.

How to manage access and EKS permissions?
Here is a really simple tutorial to manage access and permissions in an AWS Kubernetes cluster (EKS) using AWS roles and Kubernetes resources.

Docker build for arm64 and other architectures
Learn how to build and distribute multi-architecture docker image, you'll have no excuse to not use Apple M1 laptops support in your project!

Reduce redundancy in your Terraform code with Terragrunt
Discover how can Terragrunt, a Terraform wrapper, help to reduce code redundancy in your Infrastructure as Code projects by factorizing variables.

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.

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!