<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>VLLM - 태그 - lee's blog</title><link>https://ken-0913.github.io/myblog/tags/vllm/</link><description>VLLM - 태그 - lee's blog</description><generator>Hugo -- gohugo.io</generator><language>ko-kr</language><managingEditor>hyeonjae0913@gmail.com (ken-0913)</managingEditor><webMaster>hyeonjae0913@gmail.com (ken-0913)</webMaster><lastBuildDate>Tue, 11 Aug 2026 20:00:00 +0900</lastBuildDate><atom:link href="https://ken-0913.github.io/myblog/tags/vllm/" rel="self" type="application/rss+xml"/><item><title>kind + RTX 3050 6GB에서 Ray Serve LLM으로 vLLM 서빙하기 — RayService 실습 매뉴얼</title><link>https://ken-0913.github.io/myblog/posts/llm/llm-ray-serving-result/</link><pubDate>Tue, 11 Aug 2026 20:00:00 +0900</pubDate><author><name>ken-0913</name></author><guid>https://ken-0913.github.io/myblog/posts/llm/llm-ray-serving-result/</guid><description><![CDATA[<div class="featured-image">
                <img src="images/banners/llm-ray-serving-result-15513a3c.png" referrerpolicy="no-referrer">
            </div><p><a href="../llm-serving-single-model-lab/" rel="">앞선 두 실습</a>은 서버 한 대에서 프로세스를 직접 띄웠다. 이번에는 <strong>Kubernetes 위에 얹는다.</strong> KubeRay Operator가 Ray 클러스터를 관리하고, 그 위에서 Ray Serve LLM이 vLLM 엔진을 감싸 <strong>OpenAI 호환 엔드포인트</strong>를 노출하는 구조를 만든다.</p>
<p>최종 목표는 하나다. <code>kubectl apply</code> 한 번으로 LLM 서빙이 뜨고, 모델을 바꾸려면 매니페스트만 고치면 되는 상태다.</p>
<p><strong>이 글의 모든 명령과 결과는 RTX 3050 6GB 한 장이 달린 리눅스 데스크톱에서 실제로 실행한 것이다.</strong> 6GB는 LLM 서빙에 넉넉한 크기가 아니라서, 모델과 설정을 어디까지 줄여야 하는지가 이 실습의 절반을 차지한다.</p>]]></description></item><item><title>LLM 스터디 2주차 - 단일 모델 LLM 서빙 서버 직접 만들어보기</title><link>https://ken-0913.github.io/myblog/posts/llm/llm-serving-single-model-lab/</link><pubDate>Mon, 10 Aug 2026 21:00:00 +0900</pubDate><author><name>ken-0913</name></author><guid>https://ken-0913.github.io/myblog/posts/llm/llm-serving-single-model-lab/</guid><description><![CDATA[<div class="featured-image">
                <img src="images/banners/llm-serving-single-model-lab-e6f25d84.png" referrerpolicy="no-referrer">
            </div><p>LLM 서빙은 보통 vLLM이나 TGI 같은 프레임워크를 가져다 쓴다. 하지만 그 안에서 무슨 일이 벌어지는지는 직접 만들어봐야 감이 온다. 이번 실습은 <strong>배칭 · 스트리밍 · 프로세스 격리</strong>를 손으로 구현한 서버를 띄우고, 로그를 읽어 동작을 확인하는 과정이다.</p>
<p>대상 코드는 책 <em>Hands-On LLM Serving and Optimization</em>의 공식 저장소 <a href="https://github.com/orca3/llm-model-inference" target="_blank" rel="noopener noreferrer">orca3/llm-model-inference</a> 중 <code>ch03/single_model_llm_serving</code>이다. 모델은 <strong>facebook/opt-125m</strong>을 쓴다. 작아서 6GB GPU에서도 충분히 돌아간다.</p>
<p>이 글의 모든 로그와 명령 결과는 <strong>RTX 3050 6GB 리눅스 머신에서 실제로 실행한 것</strong>이다.</p>]]></description></item><item><title>KubeCon + CloudNativeCon Japan 요코하마 2026 세션 정리 — AI 시대의 Kubernetes와 클라우드 네이티브</title><link>https://ken-0913.github.io/myblog/posts/kubecon-yokohama-2026-review/</link><pubDate>Wed, 29 Jul 2026 21:00:00 +0900</pubDate><author><name>ken-0913</name></author><guid>https://ken-0913.github.io/myblog/posts/kubecon-yokohama-2026-review/</guid><description><![CDATA[<div class="featured-image">
                <img src="images/banners/kubecon-yokohama-2026-review-a6abe5c0.png" referrerpolicy="no-referrer">
            </div><p>2026년 7월 말, KubeCon + CloudNativeCon Japan이 요코하마에서 열렸다. 이번 행사의 공통된 주제는 AI 워크로드를 기존 클라우드 네이티브 생태계 위에 어떻게 통합하느냐였다. 아래는 현장에서 다룬 세션 여섯 개를 정리한 내용이다.</p>
<h2 id="1-키노트-cncf-현황과-ai-시대의-클라우드-네이티브" class="headerLink">
    <a href="#1-%ed%82%a4%eb%85%b8%ed%8a%b8-cncf-%ed%98%84%ed%99%a9%ea%b3%bc-ai-%ec%8b%9c%eb%8c%80%ec%9d%98-%ed%81%b4%eb%9d%bc%ec%9a%b0%eb%93%9c-%eb%84%a4%ec%9d%b4%ed%8b%b0%eb%b8%8c" class="header-mark"></a>1. 키노트: CNCF 현황과 AI 시대의 클라우드 네이티브</h2><h3 id="cncf-생태계-현황" class="headerLink">
    <a href="#cncf-%ec%83%9d%ed%83%9c%ea%b3%84-%ed%98%84%ed%99%a9" class="header-mark"></a>CNCF 생태계 현황</h3><p>Linux Foundation의 Jonathan Bryce(Executive Director)와 Chris Aniszczyk(CTO)가 키노트를 진행했다. KubeCon EU 기준 참석자 13,500명 이상, 100개국 3,500개 조직이 참여했다고 밝혔다. CNCF 프로젝트는 230개를 넘었고 전 세계 기여자는 30만 명, 개발자 수는 6개월 만에 1,500만 명에서 약 2,000만 명으로 늘었다.</p>]]></description></item></channel></rss>