Blog DevOps Keep in touch
Subscribe to our newsletter
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?
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.
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.
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.
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.
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!
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.
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 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.
GitOps on Kubernetes to manage your clusters
With GitOps, keep your infrastructure in sync with a controller! Discover some useful patterns to deploy your Helm applications on Kubernetes with ArgoCD.
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.
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!
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 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.
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!