Blog DevOps Keep in touch

Subscribe to our newsletter

Kubernetes scheduling with Pod Affinity rules and Spread Constraints

Kubernetes scheduling with Pod Affinity rules and Spread Constraints

Discover how to leverage pod affinity rules and spread constraints to efficiently schedule pods on your Kubernetes cluster.

How to manage your cloud projects on AWS, GCP, and Azure

How to manage your cloud projects on AWS, GCP, and Azure

Organize your projects and manage your resources efficiently on cloud providers AWS, GCP and Azure. Best practices for your organization design.

Centralizing EKS cluster management with ArgoCD

Centralizing EKS cluster management with ArgoCD

ArgoCD is a GitOps tool for Kubernetes. In this article, we will see how to manage any number of clusters from a single ArgoCD instance!

KEDA : autoscale your Kubernetes workloads in an event driven way

KEDA : autoscale your Kubernetes workloads in an event driven way

Want to scale your Kubernetes applications with something other than CPU or memory metrics, in a more advanced way? Let's discover KEDA together!

Avoid Java Out of Memory in Kubernetes

Avoid Java Out of Memory in Kubernetes

Learn the best practices for configuring Java applications in Kubernetes to optimize memory usage and preventing Out of Memory issues.

How to code directly in a cloud environment using Gitpod!

How to code directly in a cloud environment using Gitpod!

Discover Gitpod, the tool that will help your team to outsource your local development environment to the cloud.

What is the Serverless and when you should use it

What is the Serverless and when you should use it

Discover the benefits, use cases and disadvantages of serverless computing. Get expert insights to help you make informed decisions.

How to make distributed load testing using K6 & Kubernetes?

How to make distributed load testing using K6 & Kubernetes?

Here is my getting started on how to use K6 with Kubernetes to properly test an infrastructure under heavy load.

Understanding how EKS and IAM work together

Understanding how EKS and IAM work together

EKS and IAM work well with OIDC to achieve minimum privilege for your Kubernetes workloads. Let me show you how exactly this works!

How to deploy a minimalistic web application using ECS and Fargate

How to deploy a minimalistic web application using ECS and Fargate

Learn how to quickly and easily deploy and app with AWS ECS using Fargate!

What happens during an HTTP request?

What happens during an HTTP request?

This article describes the path of an HTTP request and the different protocols it must follow to be properly routed.

Reduce your cluster cost with kube-downscaler

Reduce your cluster cost with kube-downscaler

This article shows you how to optimize the costs of your Kubernetes cluster with kube-downscaler.

burrito is a TACoS

burrito is a TACoS

Introducing burrito, our home-cooked open-source TACoS Kubernetes operator. A tool, still in early development, to manage terraform at scale freely!

Demystifying the “Essential container in task exited” error in ECS

Demystifying the “Essential container in task exited” error in ECS

In this post, we will learn how to debug and fix the “essential container in task exited” error within ECS Fargate.

Header Based routing in Kubernetes with Traefik and ArgoCD

Header Based routing in Kubernetes with Traefik and ArgoCD

In this article, you will learn how you can use ArgoCD and Traefik to set up a header routing solution for an application in Kubernetes.

How to setup a Prometheus monitoring stack with Ansible ?

How to setup a Prometheus monitoring stack with Ansible ?

Do you have a Virtual Machine with Docker containers that need monitoring? With Ansible, we will see how to set up a full Prometheus monitoring stack.

How to migrate to hub-and-spoke on AWS and why is it worth it?

How to migrate to hub-and-spoke on AWS and why is it worth it?

Discover how we implemented a hub-and-spoke architecture for one of our customers, what it brought and which challenges we faced!

What is DRP and what are the possibles technical solutions to implement it?

What is DRP and what are the possibles technical solutions to implement it?

Building a Disaster Recovery Plan can be long and tedious, here are some tips to help you understand and organize your plan!