WebNews

Please enter a web search for web results.

NewsWeb

DEV Community
dev.to > joachim8675309 > architecting-kubernetes-deployments-with-python-4jhe

Architecting Kubernetes Deployments with Python

53+ min ago  (1162+ words) Python is an excellent language for automating cloud infrastructure, but the official Kubernetes Python client leaves developers with an important architectural decision: Where should Kubernetes manifests live? Should they be constructed directly with Python objects? Embedded as multiline strings? Or…...

Symbols: hpa,gke,aks,cka,mcp
DEV Community
dev.to > pouja > be-the-right-platform-team-2nn0

Be the right Platform Team

4+ hour, 7+ min ago  (529+ words) Throughout my career I have had to work with quite a few platform teams, and I was part of two for a couple of years. Some were bad, some were good and some should not have existed at all. I…...

Symbols: sbom,roi
DEV Community
dev.to > zaerohell > upgrading-ci-workflows-from-node-20-to-node-22-and-actions-v5v6-13n

Upgrading CI Workflows: From Node 20 to Node 22 and Actions v5/v6

7+ hour, 10+ min ago  (214+ words) TL;DR: I upgraded the CI workflows for the content-automation repository from Node 20 to Node 22 and Actions v5/v6, addressing compatibility issues and improving performance. Key changes included updating upload-artifact from v5 to v7 and implementing retry with backoff. The CI workflows for the…...

Symbols: oidc
DEV Community
dev.to > oguzhankrcb > i-built-hostshift-to-migrate-linux-servers-1nje

I built HostShift to migrate Linux servers

10+ hour, 16+ min ago  (244+ words) I change servers more often than I probably should. A discounted VPS or a good coupon is usually enough to convince me, but manually recreating the same web stack every time stopped being fun a long time ago. That is…...

Symbols: vms
DEV Community
dev.to > ojcodecanvas > from-resetting-passwords-to-containerizing-java-my-pivot-to-devops-1mhg

From Resetting Passwords to Containerizing Java: My Pivot to DevOps

10+ hour, 46+ min ago  (477+ words) For 4 years, I lived in the world of IT Operations. My days were spent handling incident response, managing data lifecycles, and making sure systems stayed online. I learned how to troubleshoot under pressure, talk to frustrated users, and keep the…...

Symbols: ci,iac
DEV Community
dev.to > harishteens > dns-is-weird-inside-k8s-on-aws-part-2-the-layer-i-didnt-know-existed-3dcp

DNS is weird inside k8s on AWS, Part 2: the layer I didn't know existed

11+ hour, 5+ min ago  (1081+ words) The symptom was familiar to anyone who's chased flaky Kubernetes DNS. A worker pod, blasting a modest number of outbound requests, would occasionally log this exact line: It wasn't a firehose. Some pods hit it dozens of times an hour,…...

Symbols: soho
DEV Community
dev.to > erickeduardoramos03 > como-solucionar-docker-run-con-exited-1-en-raspberry-pi-2nee

Cómo solucionar `docker run` con `Exited (1)` en Raspberry Pi

12+ hour, 35+ min ago  (172+ words) El código de salida 1 indica que el proceso principal del contenedor terminó con un error genérico. En Raspberry Pi, los casos más comunes son: 🔍 Clave diagnóstica: El hecho de que funcione en una VM de Raspberry Pi (probablemente emulando x86_64 con…...

Symbols: vm,ap,authz
DEV Community
dev.to > vachhanirishi > keeping-container-images-everywhere-they-need-to-be-a-practical-guide-to-ecr-replication-11hf

Keeping Container Images Everywhere They Need to Be: A Practical Guide to ECR Replication

14+ hour, 34+ min ago  (1044+ words) If you've ever had a 2 AM page because a pod in ap-southeast-1 couldn't pull an image fast enough, or you've watched a deploy stall because your dev account is quietly trying to pull from a registry three regions away — you…...

Symbols: rwa,aws
DEV Community
dev.to > odd_background_328 > operating-a-mesh-llm-starts-with-failure-domains-not-free-gpus-1pp7

Operating a Mesh LLM Starts With Failure Domains, Not Free GPUs

14+ hour, 50+ min ago  (320+ words) Mesh LLM reached 215 points in the Hacker News snapshot I reviewed at 2026-07-12 08:00 UTC. Its author describes an OpenAI-compatible API that can run locally, route to a peer, or split model layers across multiple machines. That is an appealing use of…...

Symbols: qct,llms
Hrittik Roy
hrittikhere.com > posts > kubernetes-topology-aware-scheduling-kai

Topology-Aware GPU scheduling with KAI Scheduler

15+ hour, 4+ min ago  (1574+ words) How KAI Scheduler uses topology-aware placement and gang scheduling to keep distributed GPU training inside one region, zone, or rack on Kubernetes. You have four NVIDIA A100 40 GB GPUs in one Kubernetes cluster. Two are attached to nodes in us-central1 in…...

Symbols: nvda