Thanks to visit codestin.com
Credit goes to faun.dev

ContentPosts from @kaptain..
Link
@kaptain shared a link, 3 days, 15 hours ago
FAUN.dev()

v1.35: Introducing Workload Aware Scheduling

Kubernetes v1.35 is shifting gears. The newWorkload APIand earlygang schedulingsupport bring group-first thinking, schedule Pods as a unit, or not at all. They’ve thrown inopportunistic batchingtoo. It’s in Beta. It speeds up clusters juggling loads of identical Pods by skipping repeat feasibility c.. read more  

Link
@kaptain shared a link, 3 days, 15 hours ago
FAUN.dev()

From Cluster UI to Operational Plane: Lessons from the Kubernetes Dashboard Deprecation

The official Kubernetes Dashboard has been deprecated. This reflects the shift in Kubernetes operations towards multi-cluster environments, GitOps workflows, and strict access controls. Modern Kubernetes environments require application-aware, RBAC-first operational tools that work across clusters a.. read more  

Link
@kaptain shared a link, 3 days, 15 hours ago
FAUN.dev()

Bryan Cantrill: How Kubernetes Broke the AWS Cloud Monopoly

Bryan Cantrill says Kubernetes didn’t just organize containers, it cracked open the cloud market. By letting teams provision infrastructure without locking into provider APIs, it broke AWS’s first-mover grip. That shift putcloud neutralityon the table, and suddenly multi-cloud wasn’t just a buzzword.. read more  

Bryan Cantrill: How Kubernetes Broke the AWS Cloud Monopoly
Link
@kaptain shared a link, 3 days, 15 hours ago
FAUN.dev()

Kubernetes by Example

K8s by Exampleis likeGo by Example, but for YAML and Kubernetes. It’s packed with annotated manifests that show real deployment, scaling, and self-healing patterns, stuff you'd actually use in prod... read more  

Link
@kaptain shared a link, 3 days, 15 hours ago
FAUN.dev()

Kubernetes Was Overkill. We Moved to Docker Compose and Saved 60 Hours.

A small team rolled back their Kubernetes move after six months in the weeds. The setup tanked productivity, bloated infra costs, and turned simple deploys into a slog. They ditched it, brought back Docker Compose, and chopped deploy time from 45 minutes to 4. That one change freed up 60+ engineerin.. read more  

News FAUN.dev() Team Trending
@kaptain shared an update, 4 days, 9 hours ago
FAUN.dev()

Running Databases on Kubernetes Is Becoming the New Normal

Running databases on Kubernetes has moved from experimentation to standard practice, driven by platform maturity, cost pressures, and AI/ML demands. According to the 2025 Data on Kubernetes survey, organizations are now focused on operational excellence, with cost optimization, storage performance, and AI workloads shaping the next phase.

Link
@kaptain shared a link, 1 week, 4 days ago
FAUN.dev()

BadPods Series: Everything Allowed on AWS EKS

A security researcher ran a full-blown container escape on EKS usingBadPods- a tool that spins up dangerously overprivileged pods. The pod broke out of its container, poked around the host node, moved laterally, and swiped AWS IAM creds. All of it slipped past EKS’s defaultPod Security Admission (PS.. read more  

BadPods Series: Everything Allowed on AWS EKS
Link
@kaptain shared a link, 1 week, 4 days ago
FAUN.dev()

Streamline your containerized CI/CD with GitLab Runners and Amazon EKS Auto Mode

GitLab Runners now work withAmazon EKS Auto Mode. That means hands-off infra, smarter scaling, and built-in AWS security. Runners spin up onEC2 Spot Instances, so teams can cut CI/CD compute costs by as much as90%- without hacking together flaky pipelines... read more  

Streamline your containerized CI/CD with GitLab Runners and Amazon EKS Auto Mode
Link
@kaptain shared a link, 1 week, 4 days ago
FAUN.dev()

Implementing assurance pipeline for Amazon EKS Platform

AWS released a full-stack CI/CD validation pipeline forAmazon EKS. It pulls in six layers of testing,Terraform,Helm,Locustload testing, and evenAWS Fault Injectionfor pushing resilience to the edge. The goal: bake policy checks, functional tests, and brutal load tests right into pre-deployment. Fewe.. read more  

Link
@kaptain shared a link, 1 week, 4 days ago
FAUN.dev()

From Deterministic to Agentic: Creating Durable AI Workflows with Dapr

Dapr droppedDurable Agents- a mashup of classic workflows and LLM-driven agents that can actually get things done and survive rough edges. They track reasoning steps, tool calls, and chat states like a champ. If things crash, no problem: Dapr Workflows and Diagrid Catalyst bring it all back... read more  

From Deterministic to Agentic: Creating Durable AI Workflows with Dapr