@cloudnativeboy.bsky.social
2.1K followers 200 following 760 posts
Host of youtube.com/@cloudnativefm podcast, CNCF Ambassador
Posts Media Videos Starter Packs
cloudnativeboy.bsky.social
Episode 3: Golden Paths vs Developer Freedom just dropped

Golden paths must be contextual (co-design w/devs, prioritize feedback loops), stricter when regulation or scale demand it, lighter where speed and experimentation are business priorities.

Watch the full episode: youtu.be/_FPdHexAyfk
cloudnativeboy.bsky.social
I remember a time when my dev environment for day in and day out was just React, since I've moved to DevOps, I haven't seen this space closely.

React & React Native are now transitioning to the React Foundation under the Linux Foundation

What are your thoughts?
engineering.fb.com/2025/10/07/o...
Introducing the React Foundation: The New Home for React & React Native
Meta open-sourced React over a decade ago to help developers build better user experiences. Since then, React has grown into one of the world’s most popular open source projects, powering over 50 m…
engineering.fb.com
cloudnativeboy.bsky.social
Congrats to all the maintainers/contributors #knative project, Welcome to the graduation club.

I've high hopes that recognition reflects a mature ecosystem of primitives, an even more compelling option for platform teams building serverless & event-driven platforms.
www.cncf.io/announcement...
Cloud Native Computing Foundation Announces Knative’s Graduation
Graduation marks Knative’s readiness for widespread production use, with upcoming features aimed at bridging legacy systems and expanding AI and cloud native integrations Key Highlights: SAN FRANCISCO...
www.cncf.io
cloudnativeboy.bsky.social
The 𝘾𝙤𝙙𝙚 𝙏𝙤 𝘾𝙪𝙡𝙩𝙪𝙧𝙚: 𝙋𝙡𝙖𝙩𝙛𝙤𝙧𝙢 𝙀𝙣𝙜𝙞𝙣𝙚𝙚𝙧𝙞𝙣𝙜 𝙐𝙣𝙥𝙖𝙘𝙠𝙚𝙙 𝙁𝙤𝙧 𝙀𝙣𝙩𝙚𝙧𝙥𝙧𝙞𝙨𝙚𝙨 series is well underway on both the #CloudTherapist and #cloudnativefm YouTube channels.

Ep 1 – www.youtube.com/watch?v=Tgh9...

Ep 2 – www.youtube.com/watch?v=QxUM...

EP 3 – youtu.be/_FPdHexAyfk
cloudnativeboy.bsky.social
#nobelprize2025 goes where it "belongs", All of this hard work will eventually give us a "quantum computer" way earlier than everyone can predict. In 2026, I'll be looking up this space more closely because we can solve problems; previously, we were not sure how, but now we can reimagine.
cloudnativeboy.bsky.social
Code to Culture panel series

Episode 3: Golden Paths vs Developer Freedom #cloudnativefm

Golden paths must be contextual (co-design w/devs, prioritize feedback loops) stricter when regulation or scale demand it, lighter where speed & experimentation are business priorities

-> youtu.be/_FPdHexAyfk
cloudnativeboy.bsky.social
Code to Culture: Platform Engineering panel series

Episode 3: Golden Paths vs Developer Freedom just dropped.

Watch it here: youtu.be/_FPdHexAyfk
cloudnativeboy.bsky.social
Code to Culture: Platform Engineering panel series

What if Devs don't want to do PE? What if they prefer their own freedom? What if some of the tools we choose in our "golden path" are NOT what Devs like??

Ep3: Dev Freedom vs Golden Paths dropping soon: youtube.com/@cloudnativefm
cloudnativeboy.bsky.social
Monday vibes!!! Hope you've a great day.
cloudnativeboy.bsky.social
In this episode, we speak with Qasim Sarfraz (Inspektor-Gadget maintainer) to answer a common question: If I already have Prometheus, Grafana, and OpenTelemetry, do I still need Inspektor-Gadget?

Watch #CloudNativeWisdom: youtu.be/9ZZcXeUt4A8
cloudnativeboy.bsky.social
Can Inspektor-Gadget handle K8s autoscaling needs alone?

Short answer: Not a standalone autoscaler, but a powerful data collection for observability (Prometheus/OpenTelemetry), combining those signals with HPA/VPA, KEDA, to achieve production-grade autoscaling behavior.

-> youtu.be/EsmYRDPTXRc
cloudnativeboy.bsky.social
Reminder: True success comes with "What People Don't SEE".
cloudnativeboy.bsky.social
Perforator connects to real profiling data from Grafana Pyroscope (CPU & memory usage), That means you can immediately see “hot spots” – the parts of your code that are using the most resources – without switching to external dashboards.

A deep dive into Perforator -> youtu.be/gJSEmjDrD4E
cloudnativeboy.bsky.social
That time of the year when you realize "Me and My 2025", is it just me or anyone else feeling the same.
cloudnativeboy.bsky.social
Docker just dropped some sobering insights on AI infrastructure security

Docker Response:
✅ Container isolation for every MCP server
✅ Native OAuth handling (no vulnerable proxies)
✅ Zero-trust networking with allowlisting
✅ Real-time threat detection/monitoring
www.docker.com/blog/mcp-sec...
MCP Security Issues Threatening AI Infrastructure | Docker
Learn about critical MCP security issues, their real-world horror stories, and how to best mitigate these rising vulnerabilities.
www.docker.com
cloudnativeboy.bsky.social
(MCP) designed to be the “USB-C for AI applications” - has become a security nightmare.

New research reveals:
• 43% of MCP servers are vulnerable to command injection
• 33% allow unrestricted network access (data exfiltration risk)
• OAuth discovery flaws affecting 500K+ developer env's

Link (1/1)
cloudnativeboy.bsky.social
Inspektor Gadget is an open-source toolkit from Microsoft that collects low-level telemetry from K8s clusters, enriches it with K8s context...

With the new TCP-dump gadget, capturing network traffic with cluster metadata makes network troubleshooting far more actionable.

Link👇
cloudnativeboy.bsky.social
Happy Monday!!! Reminder: Focus on Yourself b/c nobody will come and save you, but yourself.
cloudnativeboy.bsky.social
Happy Sunday!!

Perforator connects to real profiling data from Grafana Pyroscope (CPU & memory usage), That means you can immediately see “hot spots” – the parts of your code that are using the most resources – without switching to external dashboards.

Deep dive:
www.youtube.com/watch?v=gJSE...
Using Perforator for "Profile → Prompt → Patch" for Instant Code Performance Optimizations | Ep 139
YouTube video by Cloud Native Podcast
www.youtube.com
cloudnativeboy.bsky.social
Michael Solovev (creator of Perforator) demonstrates how Perforator fetches continuous profiling data (via Pyroscope), allows you to copy a contextual prompt for a bottleneck, and then utilizes an MCP-enabled AI agent to request the profiling payload & automatically refactor the code.
#cloudnativefm
cloudnativeboy.bsky.social
Why do we need profiling in our observability Stack?

Profiling shows which methods are slow, surface engineering and architectural issues, and powers continuous product improvement. When performance ties to conversion, profiling becomes a revenue play, not just incident debugging.

#CloudnativeFM
cloudnativeboy.bsky.social
#CloudNativeWisdom007 Do AI wrapper companies have sustainable business models?

AI wrapper Companies with no defensible product lose margin fast.

If you build an “AI-powered” product, ask yourself:
- Would customers pay the same price if the LLM were free & embedded into a platform?