Join us

ContentUpdates and recent posts about Kata Containers..
Link
@kala shared a link, 1 month, 1 week ago
FAUN.dev()

How I Use Every Claude Code Feature

Claude Code isn't just generating responses anymore - it's gearing up to run projects. The new direction turns it into a programmable, auditable agent runtime. Think custom hooks, restart logic, planning workflows, GitHub Actions, and subagent delegation tricks like the “Master-Clone” pattern. At th.. read more  

How I Use Every Claude Code Feature
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

Why I Like Using Docker Compose in Production

A decade in, and this dev still rides with Docker Compose for production. Why? It just works. Clean deployments, solid uptime, same setup everywhere. No yak-shaving. It shines when you pair it with Git hooks for hands-off, zero-downtime deploys. No need to drag in Kubernetes unless you’re actually w.. read more  

Why I Like Using Docker Compose in Production
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

Perfetto: Swiss Army Knife for Linux Client Tracing

Perfetto now pulls in mixed trace data -perfsamples, scheduler events, app-level instrumentation - and lines it all up on a single timeline. One view, no silos. It readstrace-cmd’s text format now, with smoother flame graphs, sharper bottom-up views, and SQL-powered filtering baked right into the UI.. read more  

Perfetto: Swiss Army Knife for Linux Client Tracing
Link
@devopslinks shared a link, 1 month, 1 week ago
FAUN.dev()

VMware Cloud Foundation – what’s actually going on?

Broadcom underwent significant changes post-VMware acquisition, with emphasis on subscription-based pricing and portfolio simplification. Prashant Shenoy claims VCF lowered prices by 50%, challenging industry norms about AI workloads on bare metal versus virtualized environments. Integration pointed.. read more  

News FAUN.dev() Team Trending
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Kubernetes Gateway API 1.4.0 Makes Network Routing More Declarative and Reliable

Kubernetes Istio

Kubernetes releases Gateway API 1.4.0, enhancing service networking with new features like secure TLS connections and improved configuration options.

Gateway API Logo
News FAUN.dev() Team
@kaptain shared an update, 1 month, 1 week ago
FAUN.dev()

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0

Prometheus Grafana Mimir

Grafana Mimir 3.0 debuts with a new query engine and architecture, boosting performance, reliability, and cost efficiency.

Grafana Pushes the Limits of Metrics Performance with Mimir 3.0
 Activity
@kaptain added a new tool Grafana Mimir , 1 month, 1 week ago.
Link
@anjali shared a link, 1 month, 1 week ago
Customer Marketing Manager, Last9

OpenTelemetry Metrics in Quarkus Explained

Understand how to enable, export, and extend OpenTelemetry metrics in your Quarkus application with practical examples.

otel_metrics_quarkus
News FAUN.dev() Team
@varbear shared an update, 1 month, 1 week ago
FAUN.dev()

Redis Fixes Critical Vulnerability - Update Your Instances Now

Redis

Redis addresses a critical remote code execution vulnerability, CVE-2025-49844, by releasing fixed versions and recommending best practices to protect instances.

Redis Fixes Critical Vulnerability - Update Your Instances Now
News FAUN.dev() Team
@devopslinks shared an update, 1 month, 1 week ago
FAUN.dev()

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them

Pulumi

AI-powered remediation rolls out across Pulumi Cloud, bringing automated fixes, approval workflows, and cross-cloud compliance without requiring full migration to Pulumi IaC.

Pulumi’s Neo Now Fixes Infra Policy Violations - Not Just Flags Them
Kata Containers is a Cloud Native Computing Foundation (CNCF) project designed to close the security gap between traditional Linux containers and virtual machines. Instead of sharing a single host kernel like standard containers, Kata Containers launches each pod or container inside its own lightweight virtual machine using hardware virtualization.

This approach dramatically reduces the attack surface and prevents container escape vulnerabilities, making Kata ideal for multi-tenant, untrusted, or sensitive workloads. Despite using VMs under the hood, Kata is optimized for fast startup times and integrates seamlessly with Kubernetes through the Container Runtime Interface (CRI), allowing it to be used alongside runtimes like containerd and CRI-O.

Kata Containers is commonly used in scenarios such as multi-tenant Kubernetes clusters, confidential computing, sandboxed AI workloads, serverless platforms, and agent execution environments where strong isolation is mandatory. It supports multiple hypervisors, including QEMU, Firecracker, and Cloud Hypervisor, and continues to evolve toward faster boot times, lower memory overhead, and better hardware acceleration support.