Blog DevOps Keep in touch
Subscribe to our newsletter

Build your infrastructure with 4 Azure fundamentals
When building on Azure for the first time, you will encounter challenges like designing it and building the first bricks. These tips should help you tackle them.

Define DevOps: everything you need to know about DevOps
Padok defines DevOps and answers your questions: what is it, how to apply DevOps methodology in your teams and what DevOps tools to use in your projects.

Kubernetes overview: everything to know about Kubernetes
Padok gives you a Kubernetes overview: what is Kubernetes, Kubernetes vs. Docker, how to implement it in your software infrastructure, and what tools to use?

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
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?
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?
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?
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
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?
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)
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
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?
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
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
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?
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?
An app on AWS EKS requires a shared filesystem. With Kubernetes PodAffinity, put all your pods on the same node with EBS volumes.