Spotlight
Jinalpatel
This tutorial explains how to connect Kubernetes authentication to LDAP through Dex and OIDC.
It covers certificates, OpenLDAP, Dex Helm setup, API server trust, token claims, and RBAC group mapping.
Ganesh Gurudu
This article explains how to design an AI agent for SRE operations that reads alerts, logs, Kubernetes data, runbooks, deployments, and observability signals to diagnose incidents and propose safe actions.
Nahuel Aldrey
This tutorial shows how to automatically create and scale GitHub Actions runners on Kubernetes using Argo CD ApplicationSets that read config files from Git and deploy runner pods with custom resources and autoscaling.
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.
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
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.
August 13, 2026
Location: Hamburg, DE
This is a free event.
August 13, 2026
Location: Seattle, WA, USA
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
Leo Blondel
This case study shows how a 3-person team built a Claude-based AI SRE that triages SigNoz alerts, checks Kubernetes, GitLab, logs, traces, and Slack, then ignores noise, escalates, or runs safe fixes.
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.
Matching jobs
DevOps Engineer with Mark43
Salary: $155K to $170K a year
Location: remote from
Tech stack: Kubernetes, Docker, Terraform
DevOps Engineer with RobCo
Salary: US$70.74K to US$440K a year
Location: based in the office in Munich, DE
Tech stack: Kubernetes, AWS, Go, Python, Terraform, Datadog, Grafana, Prometheus
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
Build something
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.
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.
Call for Papers closing soon
1
days
ContainerDays & AI Context Singapore
Location: Singapore, SG
In-person conference organized by ContainerDays.
The conference starts on the 28 October 2026.
1
days
Location: Melbourne, AU
In-person conference organized by Cloud Native Summit.
The conference starts on the 29 October 2026.
1
days
Location: Cardiff, GB
In-person conference organized by ServerlessCWL.
The conference starts on the 3 October 2026.
1
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.
13
days
Location: Berlin, DE and virtual
Online & in-person conference organized by GitNation.
The conference starts on the 4 December 2026.
15
days
Location: Paris, FR
In-person conference organized by mate.dev.
The conference starts on the 3 December 2026.
16
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.