✕ Clear all filters
12 articles

📰 Dev.to · Pavan Madduri

12 articles · Updated every 3 hours · View all reads

All Articles 84,451Blog Posts 106,828Tech Tutorials 20,756Research Papers 17,853News 14,077 ⚡ AI Lessons
I Cut My Container Image Costs 60% by Building Multi-Arch Docker Images on OCI ARM
Dev.to · Pavan Madduri 1mo ago
I Cut My Container Image Costs 60% by Building Multi-Arch Docker Images on OCI ARM
I was running all my containers on AMD64 shapes because that's what I'd always done. x86, Intel/AMD,...
The Zero-Trust Docker Pipeline: Securing GPU/AI Container Images from Build to Production
Dev.to · Pavan Madduri 1mo ago
The Zero-Trust Docker Pipeline: Securing GPU/AI Container Images from Build to Production
GPU container images are the softest target in your infrastructure. A typical vLLM image is 15GB with...
GPU-Aware Autoscaling for Docker Containers: From NVML to Production
Dev.to · Pavan Madduri 1mo ago
GPU-Aware Autoscaling for Docker Containers: From NVML to Production
Every GPU inference container has the same problem: Kubernetes HPA can't see the GPU. You scale on...
I Replaced a $3/hr GPU Dev Workflow with Docker Model Runner. Here's How
Dev.to · Pavan Madduri 1mo ago
I Replaced a $3/hr GPU Dev Workflow with Docker Model Runner. Here's How
Last month I was debugging a prompt template for a vLLM inference service. The change was two lines —...
Docker + OKE: Running GPU Inference Containers on Oracle Cloud
Dev.to · Pavan Madduri 1mo ago
Docker + OKE: Running GPU Inference Containers on Oracle Cloud
I wanted to deploy an LLM inference API without spending $1,200/month on AWS GPU instances. OCI...
Running Docker Containers on OCI Without Kubernetes
Dev.to · Pavan Madduri 1mo ago
Running Docker Containers on OCI Without Kubernetes
I needed to run a container in the cloud. Not a microservices platform. Not a service mesh. Just one...
Deploying a Production-Ready K3s Cluster on OCI Always Free ARM Instances
Dev.to · Pavan Madduri 3mo ago
Deploying a Production-Ready K3s Cluster on OCI Always Free ARM Instances
Deploying a Production-Ready K3s Cluster on OCI Always Free ARM Instances How I turned...
Why Your Kubernetes Cluster Breaks 18 Minutes After a Successful Deployment
Dev.to · Pavan Madduri 3mo ago
Why Your Kubernetes Cluster Breaks 18 Minutes After a Successful Deployment
You merge the Pull Request. The CI/CD pipeline flashes green. ArgoCD reports that your application is...