Skip to content

Solution Engineer @ Cloudflare

Bridging the gap between technology and business

I'm Antoine Brossault — developer turned Solution Engineer. I build, break and explain the modern web: DevOps, Kubernetes, performance and the tooling in between.

Antoine Brossault

About

Work with me

My technical knowledge, my business background, and my ability to communicate effectively with both technical and non-technical stakeholders make me an ideal fit in a pre-sales organization.

I have experience collaborating with developers to design and implement solutions, and I work with C-level executives to identify and prioritize projects. I'm confident in my ability to excel in a role that bridges the gap between technical products and decision-makers.

Between the technique & sales success

10+
Years building the web
100+
Articles published
Cloudflare
Solution Engineer
FR / EN
Bilingual delivery

Contact

Ask me a question

A question about an article or a talk? Looking to work together? Let's chat.

From the blog

My latest articles

View all articles
Docker & K8 · 29 Mar 2026 · 8 min

Going public: expose your K3s App to the internet

with Cloudflare Tunnel

In the previous article, we deployed WordPress on a K3s cluster. It runs great but only on your local network. You can reach it at wordpress.home from…

Read article
Non classé · 5 Nov 2025 · 5 min

Create a router between 2 VMs on Proxmox

Connect 2 machines in different subnets via a homemade router

Setup of the experiment Machine Interface Bridge IP PC1 eth0 vmbr10 192.168.10.2/24 ROUTER eth0 vmbr10 192.168.10.1/24 ROUTER eth1 vmbr20 192.168.20.1…

Read article
Docker & K8 · 3 Nov 2025 · 17 min

Kubernetes CI-CD & GitOp with ArgoCD

Git automation

Let’s do this step-by-step. We’ll break it into two main phases: Phase 1: Continuous Integration (CI). We’ll set up a workflow where…

Read article
Docker & K8 · 3 Nov 2025 · 4 min

Kubernetes how to use Helm charts ?

The apt or brew for Kubernetes

Why Helm Charts are So Useful Think of Helm as apt or brew for Kubernetes. You’ve just seen that deploying even a “simple” app like…

Read article
Docker & K8 · 3 Nov 2025 · 8 min

Deploy WordPress on a Kubernetes K3s cluster

Learn about PVC, secrets and more

Persistent Storage: In Docker, you’d use a volume like -v /my/files:/var/www/html to save your data. In Kubernetes, you need a way to do this th…

Read article