Blog DevOps Keep in touch
Subscribe to our newsletter

AWS Systems Manager, a service to replace SSH Bastion
How AWS Systems Manager will effectively replace your old-fashioned SSH Bastion, with a lot of security features and for almost free of charge?

Azure Managed Identities to enforce the security of your platform
The management of credentials and secrets is always a challenge. Learn how to delegate this issue to Azure using Managed Identities.

Kong for Kubernetes: deploy a Kong API gateway
With Kong plugins, you can customize the API gateway with many rules, but it is difficult to deploy it in a Kubernetes cluster. Learn here how to do it.

What is Chaos Engineering and its associated tools?
Learn the basics of chaos engineering through examples and easy to start with technologies. Discover this SRE practice that keeps gaining in popularity.

An opinionated introduction guide for ArgoCD Image Updater
ArgoCD is a great GitOps tool. Learn how to set up one of its extensions, Image Updater, and if your infrastructure can benefit from its installation!

How to use Terraform workspaces to manage different environments?
If you feel like you are duplicating too many files to manage your environments with Terraform, read this article to learn how to use Terraform’s workspace feature!

How to effectively boost your Ansible code's quality?
Having high quality in your Ansible code is the key to working efficiently and collaborating as a team. Find out my tips to boost the quality of your code!

K3S with Raspberry Pi: configuration, connection and installation
This article is an easy tutorial to set up Kubernetes cluster on a Raspberry Pi using K3S. We first configure Raspberry Pi, then we install Kubernetes.

Managing your Kubernetes clusters with GitOps
With GitOps, keep your infrastructure in sync with a controller! Discover some useful patterns to deploy your Helm applications on Kubernetes with ArgoCD.

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!