#
#llmops
Everything tagged with llmops across all content types.
12 posts
Troubleshooting
Fix vLLM CUDA OutOfMemoryError in Kubernetes
vLLM crashing with torch.cuda.OutOfMemoryError on Kubernetes? Tune gpu_memory_utilization, tensor_parallel_size, max_num_seqs, and max_model_len to fix it fast.
Critical · vLLM · torch.cuda.OutOfMemoryError
Blog
k8s-aibom: Automated AI BOM for Kubernetes Workloads
Google Cloud open-sourced k8s-aibom, a Kubernetes controller that builds CycloneDX ML-BOMs at runtime and surfaces the shadow AI already running in your clusters.
security · Jul 14, 2026 · 9 min read
Tutorial
Claude Code Security Skills: A DevSecOps Tutorial
Build Claude Code security skills that scan for secrets, run SAST, and catch prompt injection, then enforce them with hooks in your DevSecOps pipeline.
Intermediate devsecops · 45 minutes
Blog
Governing AI Agents in CI/CD with OPA and MCP
AI agents now open PRs and run deploys inside your pipeline. Here is how to govern their tool access and gate their actions with OPA and MCP.
devsecops · Jul 1, 2026 · 9 min read
Comparison
Top LLMOps Tools: Deploying & Managing LLMs in Production
Compare vLLM, TGI, Ollama, BentoML, and Ray Serve for production LLM serving. Real Helm values, GPU overhead, autoscaling, and a decision matrix.
5 tools
Blog
Evaluating AI-Generated Terraform for Secure Infrastructure
Master the safe evaluation of LLM-generated Terraform. This guide covers validation, security, and best practices to integrate AI into your infrastructure workflo...
aiops · May 14, 2026 · 10 min read
Blog
MCP Server Security: Prevent Prompt Injection & Secret Leaks
Learn to secure AI agent MCP servers from prompt injection and secret leaks. This guide covers least privilege, containerization, and network policies for DevOps.
ai-devops · May 13, 2026 · 10 min read
Tutorial
How to Set Up LLM Observability with OpenTelemetry
Use OpenTelemetry to add LLM observability to your Python apps. Follow our guide to trace requests, track API costs, and build monitoring dashboards in Grafana.
Intermediate llmops · 60 minutes
Blog
RAG Security: Prevent Data Leaks with Access Control
Secure your RAG pipeline against data leakage, a top OWASP LLM risk. Learn why prompt hardening isn't enough and how to implement user access controls.
llmops · May 5, 2026 · 9 min read
Tip
LLM Prompt Caching with Git to Cut API Costs
Reduce LLM API costs in CI/CD with a simple prompt cache. Learn how to use a Git repository as a database-free key-value store for LLM prompts and responses.
git · llmops
Troubleshooting
How to Detect and Prevent Malicious AI Agent Skills
Secure your AI agents by detecting and preventing malicious MCP skills. Learn to implement sandboxing, egress filtering, and zero-trust architectures.
Warning
Tutorial
How to Build AI Agents for Kubernetes Deployments
Learn to build autonomous Kubernetes agents using MCP, Kagent, and K8sGPT to automate diagnostics, resource optimization, and GitOps workflows.
Advanced ai-devops · 90 minutes