🚀 Just wrapped up my next article:
In this piece, I explore:
• Why MCP is gaining traction
• How natural language becomes the new abstraction layer
• Lessons learned from integrating MCP
• Why APIs (with security, identity, and observability) still matter more than ever
medium.com/@wim.henderi...
Posts by henderiw
Thrilled to share my contribution to the 2025 AI in Networking Report Video Series hosted by NextGenInfra.io.
👉 Watch here: lnkd.in/emxSR-Uv
A big thanks to Roy Chua and James E. Carroll, for driving these conversations that bring together diverse perspectives across our industry.
Schema is the foundation, MCP is the enabler, and the knowledge graph is the model that turns automation into insight. In #c4o, we built our MCP server in Rust using the excellent #rmcp SDK — exposing the entire system through just three generic tools.
👉 Read more: medium.com/@wim.henderi...
With a single schema file, we generate:
✅ Server validation
✅ Client SDKs
✅ CLI tooling
✅ REST + GraphQL APIs
✅ Relationship-aware data models
✅ Dynamic introspection
All driven from one source of truth. Decoupled from #kubernetes and written in #rust.
👉 lnkd.in/edDHsiWW
Sharing my keynote talk from #MPLSWC25: towards #agentic #operations.
- How we can leverage techniques from #router in #network #automation
- Building a framework where we can leverage #agents that #sense #reason and #act.
📽️ youtu.be/6kDiv3uD870?...
It's a wrap #KubeCon #CNTelcoDay #Kubenet #Kubernetes!. Thx for having myself and Ashan Senevirathne + all the amazing discussions and innovations to progress the #cloudnative #agenticAI #autonomous #operation. Together we get stronger 🎯.
👉 link to our talk: lnkd.in/eQsxmN5T
love feedback
Attached the recording of the #Kubenet #TGIKN session on #SDC enhancements (docs.sdcio.dev).
youtu.be/S-fmb4_MWak
#kubernetes #automation #cloudnative
sorry it moved to 15:00 CET
🚀 Thursday 20 Feb at 17:00 CET we plan a TGIKN session where we discuss SDC enhancements.
TGIKN: SDC enhancements
Thursday, February 20 · 17:00 – 18:00
Time zone: Europe/Brussels
Google Meet joining info
Video call link: meet.google.com/nja-skav-zgw
🚀 Great insights from Hans Thienpondt at #FOSDEM!
He covered #kubenet, tackling automation, scalability, and programmability in modern infrastructure. If you’re into #automation & #networking & #open-source, please watch!
🎥 Watch here: review.video.fosdem.org/r/d6ea7fb28b...
I used WASI p2. WASI p3 has async so you could target long running tasks as well. For my use cases WASI p2 is good enough but yeah things will enhance.
🚀 #WebAssembly: Have you heard about it ?
Network #automation frameworks often lock you in. What if we could develop once and run anywhere—across #frameworks, #runtimes, and #languages?
Have a read, would love your feedback.
medium.com/@wim.henderi...
🚀 #Kubenet meets #FOSDEM 2025! 🚀
Exciting times ahead as Hans Thienpondt takes the stage at #FOSDEM this week to provide an insightful overview of #Kubenet, a open source framework for declarative network automation.
fosdem.org/2025/schedule/
#kubenet #tgikn session recording is ready. Deep dive on #sdc using #arista #yang though #k8s api.
youtu.be/UBOxsKfiCBs?...
Attached the recording of our #TGIKN #Kubenet session where Markus Vahlenkamp goes into details of #SDC (schema driven configuration). A tool to apply declarative configuration to #YANG based systems using the #kubernetes.
youtu.be/Wj0mgIoJVgQ
Avoid it as much as you can. I see it being considered as a way to save costs.
Here we ✈️. Travel started again for me in 2025 ✌️🕊️
I believe it will be worth subscribing to this podcast.
#TGIKN, #kubenet.
Next week we are planning a deep dive session SDC(docs.sdcio.dev) on thursday 5pm CET. Kubenet: SDC overview Thursday, January 16 · 17:00 – 18:00 Time zone: Europe/Brussels Google Meet joining info Video call link: meet.google.com/acj-gmnd-pmf.
Everyone is welcome to join
I always encourage people to understand fundamentals, so for me it is the year to get much deeper into #rustlang. 🦀🥂
it has a huge potential as FnaaS and dynamic linking of code with the component model/WIT.
tend to agree, looked at all 3 deeply in the last weeks.
Keeping up with my yearly goal. 10k a day keeps the doctor away. Happy new year!
🎉 That’s a wrap for #TGIKN & #Kubenet in 2024!
youtu.be/Q1wBe7zINzA
Thanks to everyone who joined and collaborated this year.
Wishing you all a Merry Christmas 🎄 & Happy New Year! ✨
See you in 2025!
• The Kubenet Team
if you are interested in TGIKN #kubenet, there is a new session on Dec19th. #cloudnative #automation #kubernetes
TGIKN session: build your own automation
Thursday, December 19 · 16:00 – 17:00
Time zone: Europe/Brussels
Google Meet joining info
Video call link: meet.google.com/pgz-myxd-scj
TGIKN session recording of today is here.
youtu.be/Af3NNPsGTG0?...
My first #wasm #WIT component experiment using different guest implementations #tinygo #rust #python
My experience:
- #rust is a must 👌
- The host part i tried #go, but seems #Wasmtime does not yet support #components.
- python binary and imports are not optimised
github.com/henderiw/com...