# Seldon Core — ML Model Serving on Kubernetes > An MLOps framework for deploying, monitoring, and managing machine learning models at scale on Kubernetes. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: # Seldon Core — ML Model Serving on Kubernetes ## Quick Use ```bash helm install seldon-core seldon-core-operator --repo https://storage.googleapis.com/seldon-charts --namespace seldon-system --create-namespace kubectl apply -f - <