<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Alek&#x27;s Blog - vllm</title>
    <subtitle>Production notes on Kubernetes, OpenShift, and OVHcloud: observability, log archiving, service mesh, LLM inference, and digital sovereignty.</subtitle>
    <link rel="self" type="application/atom+xml" href="https://blog.none.at/tags/vllm/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://blog.none.at"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-06-27T00:00:00+00:00</updated>
    <id>https://blog.none.at/tags/vllm/atom.xml</id>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: Connect IDEs and Web UIs</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-agents/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-agents/</id>
        
        <summary type="html">&lt;p&gt;The first four parts of this series deployed a vLLM inference endpoint at
&lt;code&gt;https:&#x2F;&#x2F;llm.YOUR_DOMAIN&#x2F;v1&lt;&#x2F;code&gt;, protected by a Bearer token, running on an OVH RTX5000-28 GPU node.
This part shows how to connect coding assistants, web UIs, and other OpenAI-compatible clients
to that endpoint.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: Terraform, Ansible, and Deployment</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-deployment/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-deployment/</id>
        
        <summary type="html">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases. This post walks through the complete Terraform and Ansible setup and a first deployment.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: LiteLLM API Gateway</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-gateway/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-gateway/</id>
        
        <summary type="html">&lt;p&gt;Parts 1–5 deployed a functional self-hosted LLM endpoint. This part adds &lt;a rel=&quot;noopener external&quot; target=&quot;_blank&quot; href=&quot;https:&#x2F;&#x2F;docs.litellm.ai&#x2F;&quot;&gt;LiteLLM&lt;&#x2F;a&gt; — an open-source proxy that exposes a unified OpenAI-compatible API across multiple LLM backends — in front of vLLM. The gateway layer brings per-user API keys, budget enforcement, and automatic fallback to commercial APIs when the local model is unavailable.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: The Complete Guide</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-02T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-guide/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-guide/</id>
        
        <summary type="html">&lt;p&gt;This is the index and reading guide for a six-part series on self-hosting LLM inference on a
GPU-enabled Kubernetes node pool, using OVH Managed Kubernetes Service (MKS) as the concrete
platform throughout. The series runs end to end: the decision of whether to self-host at all,
provisioning the GPU infrastructure, serving a model behind an OpenAI-compatible API, wiring up
observability and autoscaling, connecting real client tools, and finally putting a multi-user
gateway in front of the whole thing.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: Introduction</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-introduction/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-introduction/</id>
        
        <summary type="html">&lt;p&gt;This post covers the decision context for self-hosting LLM inference on OVH MKS: when it makes sense, what the stack looks like, and what the costs are. &lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walks through the Terraform and Ansible setup.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: Prometheus, Grafana, and KEDA</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-observability/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-observability/</id>
        
        <summary type="html">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walked through Terraform and Ansible.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-serving&#x2F;&quot;&gt;Part 3&lt;&#x2F;a&gt; covered models and the OpenAI API.
This part adds observability (Prometheus + Grafana) and scale-to-zero autoscaling via KEDA.&lt;&#x2F;p&gt;</summary>
        
    </entry>
    <entry xml:lang="en">
        <title>LLM Inference on OVH MKS: Models, AWQ, and OpenAI API</title>
        <published>2026-06-02T00:00:00+00:00</published>
        <updated>2026-06-27T00:00:00+00:00</updated>
        
        <author>
          <name>
            
              aleks
            
          </name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-serving/"/>
        <id>https://blog.none.at/blog/2026/2026-06-02-llm-inference-on-ovh-serving/</id>
        
        <summary type="html">&lt;p&gt;&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-introduction&#x2F;&quot;&gt;Part 1&lt;&#x2F;a&gt; covered the architecture and use cases.
&lt;a href=&quot;https:&#x2F;&#x2F;blog.none.at&#x2F;blog&#x2F;2026&#x2F;2026-06-02-llm-inference-on-ovh-deployment&#x2F;&quot;&gt;Part 2&lt;&#x2F;a&gt; walked through the Terraform and Ansible setup.
This post covers which models fit on the RTX5000-28’s 16 GB GPU VRAM, why AWQ quantization is required for 7B+ models,
and how to use the OpenAI-compatible endpoint from your own code.&lt;&#x2F;p&gt;</summary>
        
    </entry>
</feed>
