Aurélie Vache

Developer Advocate at OVHcloud, specialized in Cloud Native and Infrastructure as Code (IaC).
She is Docker Captain, CNCF ambassador, GDE, Women techmakers Ambassador & GitPod Hero. She has been working as a Developer and Ops for over 20 years. Cloud enthusiast and advocates DevOps/Cloud/Golang best practices.
Conferences and meetups organizer since 2016. Technical writer, a book author & reviewer, a sketchnoter and a speaker at international conferences.
Mentor and promote diversity and accessibility in technology.
Book author, she created a new visual way for people to learn and understand Cloud technologies: "Understanding Kubernetes / Docker in a visual way" in sketchnotes, books and videos.

Manage your secrets through OVHcloud Secret Manager thanks to External Secrets Operator (ESO) on OVHcloud Managed Kubernetes Service (MKS)

The Secrets resources in Kubernetes allow us to store sensitive information like login, passwords, tokens, credentials and certificates. But be careful, when creating a Secret in Kubernetes, it is encoded in base64, it is not encrypted so everyone can read and decode it. The good news is that at OVHcloud we released the Beta version […]

Manage your secrets through OVHcloud Secret Manager thanks to External Secrets Operator (ESO) on OVHcloud Managed Kubernetes Service (MKS) Read More »

Create encrypted Persistent Volumes on OVHcloud Managed Kubernetes clusters with LUKS

Since this summer, it’s possible to create encrypted OVHcloud Block Storage with OMK (OVHcloud managed key) in RBX, SBG, Paris & BHS regions. More regions will come in the coming months 💪. And the good news is that you can use encrypted Block Storage using Persistent Volumes in your OVHcloud Managed Kubernetes Service (MKS) clusters

Create encrypted Persistent Volumes on OVHcloud Managed Kubernetes clusters with LUKS Read More »

Using OVHcloud S3-compatible Object Storage as Terraform Backend to store your Terraform/OpenTofu states

When working on Infrastructure as Code projects, with Terraform or OpenTofu, Terraform States files are created and modified locally in a terraform.tfstate file. It’s a common usage and practice but not convenient when working as a team. Do you know that you can configure Terraform to store data remotely on OVHcloud S3-compatible Object Storage? OVHcloud

Using OVHcloud S3-compatible Object Storage as Terraform Backend to store your Terraform/OpenTofu states Read More »

Discover Kubernetes 1.33 features – Topology aware routing in multi-zones Kubernetes clusters

Kubernetes 1.33 version has just been released few days/weeks ago.As this new release contains 64 enhancements (!), it can not be easy to know what are the interesting and useful features and how to use them. In this blog post, let’s discover one of interesting and useful new feature: “Topology aware routing in multi-zones Kubernetes

Discover Kubernetes 1.33 features – Topology aware routing in multi-zones Kubernetes clusters Read More »

Deploy your workloads on 3 availability zones with our new Managed Kubernetes Services (MKS) ‘Premium’ plan

This blog post will first explain briefly what is the new MKS Premium plan, for who and which use case, then you will see how to deploy a new MKS cluster in 3 availability zones and how to deploy your workloads with this new architecture of Kubernetes cluster. What’s inside the Premium MKS? The 30th

Deploy your workloads on 3 availability zones with our new Managed Kubernetes Services (MKS) ‘Premium’ plan Read More »

Solutions at OVHcloud to overcome the Docker Hub pull rate limits

For the past few months, Docker has been announcing the implementation of new pull rate limits for the Docker Hub. The most significant change is the 10 pulls-per-hour limit, per IP address, for unauthenticated users that can quickly lead to a “You have reached your pull rate limit” error message. Even if these changes have

Solutions at OVHcloud to overcome the Docker Hub pull rate limits Read More »

Falco plugin for OVHcloud MKS Audit Logs

Enhancing Kubernetes Security: Detecting Threats in OVHcloud Managed Kubernetes cluster (MKS) Audit Logs with Falco

Several month ago we discovered Falco, a Cloud Native near real-time threats detection tool, and we saw how to install it on an OVHcloud MKS cluster. Today we will connect our Falco instance to a MKS cluster in order to retrieve Kubernetes Audit Logs events and watch if everything is OK in our cluster. Concretely,

Enhancing Kubernetes Security: Detecting Threats in OVHcloud Managed Kubernetes cluster (MKS) Audit Logs with Falco Read More »

Infrastructure as Code (IaC) on OVHcloud – part 2: Pulumi

In our previous article, Infrastructure as Code (IaC) on OVHcloud – part 1: Terraform / OpenTofu, we saw that deploying manually take time and it’s complicated. That why Infrastructure as Code (IaC) is powerful and allow you to automate infrastructure provisioning. But do you know that Terraform/OpenTofu is not the only tool that exists? In

Infrastructure as Code (IaC) on OVHcloud – part 2: Pulumi Read More »

Create Kubernetes clusters with OVHcloud Managed Rancher Service

Container orchestration is now essential for modern application deployment, providing scalability, flexibility, and resource efficiency. It has become common to have to manage several Kubernetes clusters, but doing so effectively requires the right tools. Fortunately, OVHcloud offers a solution that enables you to manage all your Kubernetes clusters from a single, centralized management tool: Managed

Create Kubernetes clusters with OVHcloud Managed Rancher Service Read More »

Infrastructure as Code (IaC) on OVHcloud – part 1: Terraform / OpenTofu

DevOps is based on 4 principles: Infrastructure as Code is part of the Automation principle. Deploying manually take time and it’s complicated. You have to setup servers, configure network, storage, softwares… And of course you have to maintain and update all of this infrastructures, deploy new versions, backup and restore applications, again and again. For

Infrastructure as Code (IaC) on OVHcloud – part 1: Terraform / OpenTofu Read More »