ContentPosts from @saketsawrav..
Link
@faun shared a link, 6 months, 1 week ago

v1.33: Fine-grained SupplementalGroups Control Graduates to Beta

Kubernetes v1.33 rolls in a snazzy beta feature: control over supplemental group merging in containers. It sharpenssecurityby exposing those sneaky implicit GIDs. But don't get too cozy—this power comes with strings. You’ll need CRI runtimes that play nice, or your pods will get the boot on unsuppor.. read more  

Link
@faun shared a link, 6 months, 1 week ago

Cutting Kubernetes Costs with kube-downscaler

kube-downscaleris your go-to for scheduling time-based scaling inKubernetes. It dodges HPA’s hiccups for pre-planned workloads. Imagine cron jobs but for replicas. Straightforward, effective, and perfect for trimming costs on snoozing dev environments... read more  

Cutting Kubernetes Costs with kube-downscaler
Link
@faun shared a link, 6 months, 1 week ago

v1.33: Prevent PersistentVolume Leaks When Deleting out of Order graduates to GA

Kubernetes v1.33finally pulls its socks up with storage cleanup. It now respects reclaim policies by wielding finalizers. No more leakingPersistentVolumes, even if you delete PVs like a mad hatter... read more  

Link
@faun shared a link, 6 months, 1 week ago

From Edge to Enterprise: The StarlingX Advantage

StarlingXtackles low-latency like a boss, perfect for edge and enterprise clouds. It weaves together real-time Linux and OVS DPDK, all while juggling up to5,000 nodes. It scales effortlessly, sprinting from humblesingle-nodesetups to sprawlingtens-of-thousandsin multi-region clouds. Timing precision.. read more  

From Edge to Enterprise: The StarlingX Advantage
Link
@faun shared a link, 6 months, 1 week ago

Uber’s Journey to Ray on Kubernetes

Uber tossed manual ML resource wrangling for a slick Kubernetes-Ray duo, amping up scalability and slashing inefficiencies.With dynamic resource pools, elastic sharing, and smart scheduling, they rev up utilization and demolish GPU waste—no micromanaging required... read more  

Uber’s Journey to Ray on Kubernetes
Link
@faun shared a link, 6 months, 1 week ago

How to build small and secure Docker images for Rust (FROM scratch)

This Dockerfile allows for the creation of minimal and secure Docker images for Rust projects. It utilizes multi-stage builds to avoid unnecessary dependencies and reduces the size of the final image... read more  

Link
@faun shared a link, 6 months, 1 week ago

v1.33: Streaming List responses

Kubernetesunleashed a game-changer:streaming encoding for List responses. What used to hog70-80GBnow zips by on a sleek3GB. That's a20x improvementin memory conservation. Say goodbye to those aggravating Out-of-Memory errors. This upgrade tackles mammoth datasets while babysitting your cluster's sta.. read more  

v1.33: Streaming List responses
Link
@faun shared a link, 6 months, 1 week ago

Microservices Are a Tax Your Startup Probably Can’t Afford

Premature microservicesare like planting seeds in concrete. They'll stall your startup's momentum. A monolith is your friend here—simple, reliable, with the vast realm of open-source at your disposal. A crispmonorepotightens team synergy and sidesteps the quagmire of complexity, unlike those headach.. read more  

Microservices Are a Tax Your Startup Probably Can’t Afford
Link
@faun shared a link, 6 months, 1 week ago

Major Updates to VS Code Docker: Introducing Container Tools

Dockertransforms intoContainer Tools, handing developers the keys to tool customization and runtime selection. A pivotal shift for those who dwell in the land of containers... read more  

Major Updates to VS Code Docker: Introducing Container Tools
Link
@faun shared a link, 6 months, 1 week ago

The Kubernetes Gateway API through beginner’s eyes

Gateway API, the sassy heir to Ingress, jugglesL4 & L7 protocolslike it was born for it. Tosses out those annoying, vendor-specific annotations to clean up Kubernetes networking. On a whim, I swapped an external cronjob for aKubernetes CronJob—because tinkering is a blast, and, let's face it, automa.. read more  

The Kubernetes Gateway API through beginner’s eyes