Blog DevOps Keep in touch

Subscribe to our newsletter

How to deploy Kubernetes with Firecracker?

How to deploy Kubernetes with Firecracker?

Kubernetes is an amazing tool, but security issues with containers are a concern. Learn here why and how to set up Kubernetes with Firecracker micro-vms!

Working with taints and tolerations in Kubernetes

Working with taints and tolerations in Kubernetes

Taints and tolerations in Kubernetes allow you to define rules to organise the way your pod is affected to nodes. Discover how it works!

How to configure Traefik on Kubernetes with Cert-manager?

How to configure Traefik on Kubernetes with Cert-manager?

In this article, I show you how to deploy your own Traefik instance linked to Cert-manager on Kubernetes, to serve your websites over HTTPS.

Why are your Kubernetes pods evicted?

Why are your Kubernetes pods evicted?

Have you ever had pods evicted without understanding why? Discover what exactly is the eviction process and why your pods may be evicted!

How to deploy services on Windows and Linux VMs?

How to deploy services on Windows and Linux VMs?

In this article, I will show you how to easily deploy services on VMs running, on Windows and Linux, using Ansible and a single inventory!

How we use Trello as a DevOps? A Gitops introduction

How we use Trello as a DevOps? A Gitops introduction

Discover in this article how Gitops changes your internal process and the way you work as a DevOps, an introduction using Trello, a task organization board

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

How to setup a CI/CD pipeline for Databricks by using Azure DevOps?

Create a CI/CD pipeline for Databricks Using Azure DevOps is quite challenging but at the end of this article, I give you feedbacks from a project!

Terraform IaC from scratch to scale: multi-layering (Monolith vs. Layers)

Terraform IaC from scratch to scale: multi-layering (Monolith vs. Layers)

Start a new Infrastructure as Code (IaC) terraform project may be very challenging. In this article, you'll find 2 opposite implementations in detail.

Let's observe Argo CD: focus on the first two CD tools

Let's observe Argo CD: focus on the first two CD tools

Argo is a company developing a set of tools enhancing Kubernetes. In this article we will observe Argo CD and focus on the first two CD tools.

How to configure Azure DevOps pipeline to deploy in Azure app service container?

How to configure Azure DevOps pipeline to deploy in Azure app service container?

In this tutorial, you will learn how to set up a pipeline in Azure DevOps to deploy your containered code in an App service.

My experience with Terraform release 0.14

My experience with Terraform release 0.14

Terraform release version 0.14. I really appreciate its features so if you want to discover it, and you want to migrate your infrastructure to it, this article is for you!

Leader Election - An introduction to resilient systems

Leader Election - An introduction to resilient systems

Ever wondered how highly available systems work in order to prevent downtime? Distributed systems coupled with Leader Election are the answer.

How to terraform an Azure app service using container?

How to terraform an Azure app service using container?

This article is a good way to learn how to deploy a high available web application with Terraform in Azure app service using Docker container.

How to share a filesystem on AWS EKS with EBS volumes?

How to share a filesystem on AWS EKS with EBS volumes?

An app on AWS EKS requires a shared filesystem. With Kubernetes PodAffinity, put all your pods on the same node with EBS volumes.

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

Dealing with the new Docker hub rate limit when using Code Pipeline, Cloud Build, EKS or GKE

On the 20th of November, the new Docker hub rate limit became effective. We show you how to deal with this limit when using Code Pipeline, EKS & GKE.

Deploying a Cloud Build NodeJS backend

Deploying a Cloud Build NodeJS backend

Did you already dreamt about deploying a fully managed NodeJS backend with Cloud Build and Cloud Run automatically on GCP? We explain everything !

How to optimize your CI/CD for Monorepo Node projects with Gitlab CI?

How to optimize your CI/CD for Monorepo Node projects with Gitlab CI?

In this article, optimize your CI/CD workflows on Monorepo Node projects with GitLab CI to achieve faster development cycles and increase productivity.

How to use the first command line interface of GitHub : GitHub CLI 1.0

How to use the first command line interface of GitHub : GitHub CLI 1.0

September 2020, Github launched its first command line interface: GitHub CLI 1.0. Learn how to manage your repositories with pull requests in this article.