Revise title and enhance project description (#479)

This commit is contained in:
Brandon Hopkins
2025-11-18 08:21:23 -08:00
committed by GitHub
parent c815e3c22c
commit 5cc53f4ec4

View File

@@ -1,8 +1,8 @@
import {Note} from "@/components/mdx";
# Distributed AI with NetBird, ArgoCD, MicroK8s, and vLLM
# Open Source Distributed AI Stack: ArgoCD, MicroK8s, vLLM, and NetBird
We are building a distributed AI infrastructure project that connects GPU clusters across many different cloud providers using Kubernetes orchestration. This setup uses ArgoCD as a GitOps control plane to manage workloads across multiple MicroK8s clusters, with NetBird providing secure zero-trust networking between all components.
We are building a distributed AI infrastructure project that connects GPU clusters across many different cloud providers using Kubernetes orchestration. After some trial and error we got everything working. If you want to learn more about the process, the why, and how we got here check out our [article on the Knowledge Hub](https://netbird.io/knowledge-hub/multi-cloud-ai-mega-mesh). This setup uses ArgoCD as a GitOps control plane to manage workloads across multiple MicroK8s clusters, with NetBird providing secure zero-trust networking between all components.
<Note>
This document is actively being changed and tested. Please see 'Known Issues and Future Improvements' at the bottom of the page.