Cloud Native Now
Online/Digital
Cloud Native Now’s mission is to become an indispensable resource for education and information around cloud-native computing, education and community building. Our mission is to cover all aspects of cloud-native technology—philosophy, tools, business impact, best practices and more. Source
Actions
Media Outlet details
| Scope | Trade/B2B |
|---|---|
| Language | English |
| Country | United States of America |
|
Similarweb UVM |
Request pricing |
|
Comscore UVM |
Request pricing |
Recent Articles
Search ArticlesYour Model Works in the Notebook and Breaks in the Cluster
A model working in a notebook gives you a particular kind of confidence. The metrics look good, the code runs top to bottom, the researcher demos it, leadership nods, and everyone agrees it’s ready to scale. Then it hits the cluster, and it starts coming apart. Here’s the part nobody wants to hear: the notebook didn’t prove your model works. It proved your model works under the single most forgiving set of conditions it will ever see.
Inside the Packet: How Kubernetes Networking Actually Works at L3/L4
Most Kubernetes tutorials explain networking with boxes and arrows: Pod A talks to Pod B. But what happens inside those arrows? Which Linux kernel subsystems move the packet? How does a Service IP — which exists on no interface — actually route traffic? I spent two weeks tracing packets through a live Kubernetes cluster using tcpdump, ip route, iptables-save, conntrack and bpftool.
Most Container Images You Pull Today Are Already Full of Vulnerabilities
Container image security has quietly stayed stuck on the same problem it had a decade ago. Finding vulnerabilities is trivial — every major scanner returns pages of them from the average image pulled off a public registry. Remediating those findings at scale is where the wheels have kept coming off.
Supermicro Debuts Kubernetes Edge AI Appliance with Red Hat and Everpure
Supermicro has introduced a prevalidated Kubernetes Edge AI appliance developed in partnership with Red Hat and Everpure, aiming to streamline the deployment of AI applications across distributed edge environments. The new release benefits from enterprise interest in integrated infrastructure packages that reduce the complexity of running AI workloads outside traditional data centers.
Building a Secure Software Development Lifecycle (SSDLC) for Cloud-Native Teams
As cloud-native architectures continue to redefine how applications are built and deployed, security must evolve alongside them. Often bolted on at the end of development, traditional approaches are no longer sufficient in environments defined by rapid iteration, distributed systems, and continuous delivery. For modern teams, building an SSDLC is a foundational requirement for managing risk in an increasingly complex threat landscape.
What Preparing for CKS Taught Me About Kubernetes Security
Preparing for the CKS certification was less about passing an exam and more about understanding how Kubernetes security works in real environments. Instead of focusing on specific scenarios, the preparation pushed me to think about how clusters fail, how security gaps appear over time and how small misconfigurations can slowly turn into real risks. Below are the key security lessons, with references and practical commands included under each topic, so this remains useful beyond just reading.
What Test Automation Tools Need to Handle When AI is Generating Cloud-Native Code at Scale
Something has shifted in how cloud-native systems are being built, and the test automation tools most teams are using have not caught up with it yet. AI coding assistants have changed the pace and volume of code arriving for testing in cloud-native environments. What used to take a developer a week now takes a day. Pull requests that previously contained a few hundred lines of service code now contain several thousand.
The Pipeline That Thinks: Building an AI-Powered DevSecOps Pipeline on AWS EKS
Most CI/CD pipelines are conveyor belts. Code goes in through one end, and a deployed artifact comes out the other. The pipeline itself has no opinion about what it is shipping, no awareness of what happened after it shipped it and no ability to respond when something goes wrong. This model is becoming increasingly inadequate. Companies adopting AIOps can reduce downtime and free operations teams, allowing them to focus on strategic projects.
Self-Healing Kubernetes Gets Real — and Risky: Running AI Agents on Amazon EKS
For years, “self-healing Kubernetes” meant a liveness probe restarting a crashed pod. In 2026 it means something far more literal: an autonomous agent that reads your cluster’s logs and metrics, forms a hypothesis about why checkout latency just tripled, drafts a fix, and — if you let it — applies that fix to production. That is no longer a conference demo. The pieces shipped.
Security Flaw in Argo CD Can Let Attackers Take Over Kubernetes Clusters
Argo CD has become a widely popular open source tool for developers who use GitOps for deploying cloud-native applications to Kubernetes. For cyberthreat actors who are already increasingly focusing their attention on software developers, that could make Argo CD an attractive target.