coreweave-inference

Deploy scalable LLM inference endpoints on Kubernetes with vLLM, TGI, or Triton.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/tomz/agent-skills --skill coreweave-inference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coreweave-inference
Source: https://github.com/tomz/agent-skills/tree/main/coreweave-inference
Command: npx skills add https://github.com/tomz/agent-skills --skill coreweave-inference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Host scalable LLM inference endpoints on Kubernetes using vLLM, TGI, and Triton without vendor-specific APIs, enabling flexible deployment models and cost-conscious operations.

Core Features & Use Cases

  • Architecture-ready deployments: deploy standard Kubernetes Deployments/Services with optional Knative Serving for scale-to-zero and HPA/KEDA-based autoscaling.
  • Flexible serving backends: choose vLLM, TGI, or Triton for multi-model inference with GPU acceleration and shared model storage.
  • Operational excellence: robust health checks, traffic splitting, observability, and cost-optimization for GPU-backed inference workloads.

Quick Start

Deploy a Kubernetes-based vLLM/TGI/Triton endpoint and expose it via a Service to begin serving requests.

Frequently Asked Questions about coreweave-inference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I host LLM inference endpoints on Kubernetes?

Host LLM inference endpoints on Kubernetes by deploying standard Deployments and Services with vLLM, TGI, or Triton, using persistent model storage and GPU acceleration. Configure Knative Serving for scale-to-zero capabilities.

Can I use vLLM and Triton together for multi-model inference?

Yes, you can use vLLM and Triton together for multi-model inference on Kubernetes. The Skill supports flexible serving backends, allowing you to choose between vLLM, TGI, and Triton based on your specific workload requirements.

How do I set up autoscaling for GPU-backed inference workloads?

Set up autoscaling for GPU-backed inference workloads using HPA or KEDA, optionally integrated with Knative Serving. This enables dynamic scaling to handle fluctuating request volumes while optimizing operational costs.

What is the best way to optimize costs for Kubernetes LLM serving?

Optimize costs for Kubernetes LLM serving by utilizing HPA/KEDA autoscaling and Knative scale-to-zero features. Shared persistent model storage across multiple instances further reduces GPU resource overhead.

Do I need specific health checks for LLM inference deployments?

Yes, you need readiness, liveness, and startup probes for LLM inference deployments. These health checks ensure your Kubernetes Services route traffic only to fully loaded models, preventing request failures during initialization.

How does traffic splitting work with multi-model inference on Kubernetes?

Traffic splitting with multi-model inference on Kubernetes routes requests across different model versions or serving backends. This is managed through standard Kubernetes Service configurations and optional Knative Serving integrations.