Spotlight
Matt Brown
This article explains how to build a Kubernetes security console that turns CRD-based security findings and runtime events into one MCP-backed triage surface.
Rakesh Raushan
This article explains why ONNX Runtime can keep gigabytes of memory after inference.
It shows how allocator behavior, session reuse, and runtime tuning affect memory usage, latency, and containerized workloads.
Jeff Rescignano
This tutorial shows how to advertise Kubernetes LoadBalancer IPs to a LAN by configuring Cilium BGP Control Plane, an IP pool, Cilium BGP resources, and FRR on a UniFi Gateway.
Lakhan Solanki
This tutorial explains how to sign and verify Docker images in Amazon ECR using Cosign and AWS KMS.
It also shows how trusted image enforcement can fit into EKS and Kyverno-based supply chain security.
Tools and utilities
KubeGUI is a desktop application that provides a graphical interface for managing Kubernetes clusters with resource visualization and management capabilities.
KubeCM is a command-line tool that simplifies Kubernetes context management by allowing users to switch between clusters and namespaces with a single command.
This tutorial shows how to use the RBAC Overview OpenShift console plugin to audit users, service accounts, role bindings, cluster admins, and SCC access.
Nomos governs AI agent actions for Claude Code, Codex, Cursor, and MCP by enforcing allow, deny, or approval decisions before file, shell, Kubernetes, GitHub, HTTP, or secret access runs.
Grafana Beyla is an open source eBPF-based tool that auto-instruments HTTP/gRPC apps to collect essential traces and RED metrics and exports them in OpenTelemetry or Prometheus formats.
Events starting soon
July 29, 2026
Location: Calgary, CA
This is a free event.
July 30, 2026
Location: Yokohama, JP
This event requires an entrance fee
August 4, 2026
Location: Melbourne, AU
This event requires an entrance fee
August 5, 2026
Location: Melbourne, AU and virtual
This is a free event.
August 6, 2026
This is a virtual event
This is a free event.
August 10, 2026
This is a virtual event
This is a free event.
GPU inference throughput depends on more than accelerator generation or count.
Memory bandwidth, model parallelism, cache configuration, and the load generator itself all influence measured throughput.
Federico Iezzi, Customer Engineer at Google Cloud, explains how his team achieved 1 million output tokens per second using Qwen 3.5 27B, vLLM, GKE Autopilot, and NVIDIA B200 GPUs.
The discussion covers:
Learn from production
Alex
This case study explains how one private container registry was shared across six AKS clusters in three regions.
It covers ACR geo-replication, image pull reliability, network access, permissions, and operational breakages.
Gleb Wam
This case study explains how a privileged Kubernetes pod with host access can lead to container escape, control plane disruption, service account theft, and cloud resource takeover.
Nick Georgiou
This case study explains how Plum migrated from ingress-nginx to kgateway and Gateway API in 12 weeks without production downtime.
It covers inventory, staging validation, parallel running, mTLS decisions, and custom observability.
Ankit Prakash Gupta
This case study shows how Spark on Kubernetes batch workloads cut cloud costs by colocating executors with drivers, reducing inter-zone shuffle costs, and moving executors to Spot VMs safely.
Matching jobs
Data Engineer with Beacon Biosignals
Salary: $150K to $170K a year
Location: remote from
Tech stack: Kubernetes, AWS, Helm, Javascript, Python, SQL, Typescript, PostgreSQL, RabbitMQ, Kafka
Data Engineer with Dragos, Inc.
Salary: $54K to $275K a year
Location: remote from
Tech stack: Kubernetes, Docker, Go, Python, Rust
Data Engineer with Dragos, Inc.
Salary: $153K to $253K a year
Location: remote from
Tech stack: Kubernetes, Docker, Go, Python
DevOps Engineer with Arena Intelligence, Inc.
Salary: $90K to $261.91K a year
Location: based in the office in Bay Area, CA, USA
Tech stack: Kubernetes, AWS, GCP, Go, Rust, Redis, Terraform
DevOps Engineer with DDN
Salary: $91.8K to $275K a year
Location: remote from
Tech stack: Kubernetes, GCP, On-premise, Helm, ArgoCD, Docker, Python, Terraform, GitHub Actions, Gitlab
Build something
xbill
This tutorial shows how to deploy a 5-agent ADK system on Amazon EKS and test Agent-to-Agent workflows with Gemini CLI.
Seralahthan
This tutorial explains how to catch Helm drift in Kubernetes before manual kubectl changes break GitOps source-of-truth workflows.
Kenrick Tandrian
This tutorial explains why standard GKE Ingress breaks under Istio STRICT mTLS and shows how to replace it with an Istio Ingress Gateway, Gateway resource, and VirtualService.
Julian Hassler
This tutorial explains how to build a Kubernetes operator that automatically manages Synology DSM reverse proxy rules from annotated Services, Ingresses, and Argo CD Applications.
Call for Papers closing soon
2
days
ContainerDays & AI Context Singapore
Location: Singapore, SG
In-person conference organized by ContainerDays.
The conference starts on the 28 October 2026.
2
days
Location: Melbourne, AU
In-person conference organized by Cloud Native Summit.
The conference starts on the 29 October 2026.
2
days
Location: Cardiff, GB
In-person conference organized by ServerlessCWL.
The conference starts on the 3 October 2026.
2
days
Kubernetes Community Days Indonesia 2026
Location: Bandung, ID
In-person conference organized by Cloud Native Indonesia.
The conference starts on the 24 October 2026.
14
days
Location: Berlin, DE and virtual
Online & in-person conference organized by GitNation.
The conference starts on the 4 December 2026.
16
days
Location: Paris, FR
In-person conference organized by mate.dev.
The conference starts on the 3 December 2026.
17
days
Location: Buenos Aires, AR
In-person conference organized by Cloud Security Space.
The conference starts on the 9 October 2026.
More articles
Juliet Security Team
This article explains why Kubernetes PSS Restricted and RuntimeDefault seccomp did not block AF_ALG access during Copy Fail testing.
It shows why kernel attack surface still matters even when pods follow strict runtime defaults.
Mateen Ali Anjum
This article explains how to control runaway GPU spend in Kubernetes by adding taints, quotas, labels, Prometheus rules, and admission controls so teams can see who is using expensive GPU workloads and why.
Tracenyx Team
This article explains how Kubernetes zero-trust egress policy can contain the Axios npm supply-chain attack by blocking C2 traffic, data exfiltration, and lateral movement from compromised pods.
Özcan Yarımdunya
This article shows how to use Kubernetes ConfigMaps as a lightweight real-time state store by watching ConfigMap changes and faning events out with Python asyncio.