In-house LLM Inference on Kubernetes: A Production Runbook

Reddit r/LocalLLaMA News

Summary

The author shares a runbook for deploying in-house LLM inference on Kubernetes, based on their experience building the infrastructure at their organization.

Wrote this as I built the infra at my org. Let me know what you all think... https://gd03.me/writings/inference-infra
Original Article

Similar Articles

Your LLM inference benchmark is lying to you

Reddit r/artificial

The article explains why synthetic benchmarks for LLM inference can be misleading, as production traffic is bursty and variable, and recommends testing with real workloads to choose the right inference framework.

Local LLM Inference Optimization: The Complete Guide

Reddit r/LocalLLaMA

A comprehensive guide to optimizing local LLM inference on consumer hardware, covering tools like llama.cpp, vLLM, and LM Studio, with practical advice on memory hierarchy, layer placement, and common failure modes.