# KServe — Scalable ML Model Serving on Kubernetes > KServe is a CNCF project that provides a standardized Kubernetes-native platform for deploying, scaling, and managing machine learning models in production with support for TensorFlow, PyTorch, XGBoost, vLLM, and custom inference runtimes. ## Install Save as a script file and run: # KServe — Scalable ML Model Serving on Kubernetes ## Quick Use ```bash # Install KServe on an existing K8s cluster kubectl apply -f https://github.com/kserve/kserve/releases/latest/download/kserve.yaml # Deploy a scikit-learn model cat <