Triton Control – an open-source control plane for Nvidia Triton on Kubernetes AI Lab Tech released Triton Control v1.2.2, an open-source control plane for NVIDIA Triton on Kubernetes that unifies deployment, model repositories, inference testing, performance analysis, development workspaces, MLflow, and Argo Workflows into a single UI. The tool aims to reduce fragmentation in managing Triton inference server workflows across separate tools. Operate NVIDIA Triton on Kubernetes from one open-source control plane. Triton Control brings deployment, model repositories, inference testing, performance analysis, development workspaces, MLflow, and Argo Workflows into one open-source UI for NVIDIA Triton on Kubernetes. Documentation https://ai-lab-tech.github.io/triton-control/ · Quickstart https://ai-lab-tech.github.io/triton-control/getting-started/ · Examples /ai-lab-tech/triton-control/blob/main/examples · Roadmap https://ai-lab-tech.github.io/triton-control/roadmap/ The primary deployment target is Kubernetes through the Helm chart in charts/triton-control . The same application can also run with Docker Compose or Podman Compose for local evaluation, with reduced Kubernetes-specific functionality such as no self-deployed Triton deployment workflows. Published container image: ailabtechtriton/triton-control:v1.2.2 NVIDIA Triton is a powerful inference server, but the workflow around it is often fragmented. Teams coordinate model repositories, S3 credentials, Kubernetes resources, model configuration, endpoint tests, performance runs, development environments, and access control across separate tools. Triton Control connects those steps without replacing Triton or hiding the underlying model engineering. Core capabilities include: - existing Triton instance registration and management - self-deployed Triton serving workflows when Triton Control runs in Kubernetes - per-user browser-based development workspaces backed by code-server - user management and instance access control - model inference workflows with model configuration inspection - S3-backed model repository integration with reusable S3 profiles and an integrated S3 Browser - Perf Analyzer workflows when Triton Control runs in Kubernetes - Kubernetes-managed MLflow tracking with persistent storage and an embedded, authenticated MLflow UI - embedded Argo Workflows UI and API through an authenticated backend proxy With Docker installed, start the published image: docker pull ailabtechtriton/triton-control:v1.2.2 docker tag ailabtechtriton/triton-control:v1.2.2 triton-control:compose docker compose up --no-build After the stack starts, open http://localhost:8080 in your browser. To build from source instead: docker compose up --build The backend API is available at http://localhost:8000 and PostgreSQL at 127.0.0.1:5433 . Docker Compose does not provide Kubernetes. Deployments, Development workspaces, managed MLflow, and Argo Workflows are therefore disabled. For Triton running on the host, use http://host.docker.internal: