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 articleSolution Engineer @ Cloudflare
I'm Antoine Brossault — developer turned Solution Engineer. I build, break and explain the modern web: DevOps, Kubernetes, performance and the tooling in between.
About
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.
I have a deep understanding of web technologies and how they work, and I'm always eager to stay up-to-date with the latest developments in the field.
I'm passionate about the technical aspects of the web and eager to apply my knowledge and skills to help drive the success of an organization through technical sales or sales engineering.
Between the technique & sales success
Portfolio
A selection of things I've built — mostly web & cloud projects.
Fastly AI guide
Fastly Object Storage Easy UI
Fastly WAF deployement @ Edge
Fasly Videos
Google Ip Lookup
Autocomplete
TheGoodMobileUi
Sur la face B
SpeedChecklist
Contact
A question about an article or a talk? Looking to work together? Let's chat.
From the blog
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 articleConnect 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 articleGit 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 articleThe 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 articleLearn 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 articleDevOps Fundamentals
Set up the app npm init -y Install Express, Mocha, and Chai (for the tests). Here, we install [email protected] as it handles CommonJS imports, while versio…
Read article