What problem does it solve? Deploying large language models and AI inference workloads on Kubernetes requires choosing the right model server, GPU or TPU accelerator, and autoscaling configuration, which is error-prone when done manually. This Skill guides you through Google's Inference Quickstart to generate validated manifests and deploy them to GKE. ## Core Features & Use Cases - Model and Accelerator Discovery: List supported models and find valid GPU/TPU and model-server combinations with gcloud container ai profiles commands. - Manifest Generation: Create optimized Kubernetes manifests for servers like vLLM, TGI, Triton, and TensorRT-LLM with latency targets. - Autoscaling and Optimization: Configure HPA with GPU metrics, ComputeClasses for Autopilot, quantization, and KV cache tuning. - Use Case: Deploy Gemma 2 9B on an L4 GPU with vLLM by generating a manifest, applying it with kubectl, and monitoring the rollout. ## Quick Start Ask the AI to deploy the gemma-2-9b-it model on GKE using vLLM with an NVIDIA L4 accelerator and generate the inference manifest.