| |
| 🔗 Stories, Tutorials & Articles |
| |
|
| |
| Tigera introduces unified control plane for Kubernetes-based AI agent security |
| |
| |
| Tigera launched Lynx for general availability, a Kubernetes-native control plane that operators place in the path of AI agent calls so teams can enforce identity and policy. |
|
| |
|
| |
|
| |
| How Netflix Simplified Batch Compute with Kueue ✅ |
| |
| |
| Netflix migrated millions of batch jobs from their custom queuing system to Kueue, a cloud-native job queueing system, as part of transitioning to a more Kubernetes-native infrastructure. Kueue offers features such as preemption, fair sharing, and hierarchical tenants that were missing in their homegrown solution, Compute Managed Batch (CMB). |
|
| |
|
| |
|
| |
| What job interviews taught me about Kubernetes |
| |
| |
| The recent shift towards Kubernetes adoption can be attributed to the benefits of uniform deployment, standardized knowledge, and traceability it offers. With managed K8s services maturing and Helm simplifying deployment, more companies are choosing Kubernetes regardless of their technical needs. The ideal time to consider using Kubernetes is when a team expands beyond a single engineer to ensure knowledge is not tied to individuals. |
|
| |
|
| |
|
| |
| Kubernetes QoS vs. Linux Cgroups: The Mixed-Resource Pod Risk |
| |
| |
| Designing Kubernetes manifests with mixed configurations can lead to unpredictability in how resources are managed between containers. This is due to the different ways Kubernetes and Linux handle requests, limits, and OOM situations. To avoid operational risks and ensure stability, it is crucial to carefully define resource constraints within the Pod to protect critical workloads from OOM terminations or evictions. |
|
| |
|
|
| |
|
| |
| The feedback loops behind Kubernetes |
| |
| |
| Kubernetes operator is a closed feedback loop that ensures desired state for running workloads, similar to a thermostat's control. Operators automate manual tasks in managing databases like Postgres, improving efficiency by comparing and converging states. The same loop structure in a Bash script can be simplified and made scalable with Kubernetes components like kubelet, scheduler, CSI, and Services, creating a production control plane without the need for manual upkeep. |
|
| |
|
|
| |
|
| |
| When failover isn’t safe: Building high-availability PostgreSQL on Kubernetes ✅ |
| |
| |
| Datadog made PostgreSQL failover safer by treating replica lag as the promotion gate. A zonal-failure gameday showed that detection and automation could not protect the database if the standby sat behind the primary. The team added lag-aware checks, clearer operator signals, and failure drills so engineers could fail over with a known data-loss boundary. |
|
| |
|
| |
👉 Got something to share? Create your FAUN Page and start publishing your blog posts, tools, and updates. Grow your audience, and get discovered by the developer community. |