From 5cc53f4ec45f95cbd2f5ac7650616555a8bc7b26 Mon Sep 17 00:00:00 2001 From: Brandon Hopkins <76761586+TechHutTV@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:21:23 -0800 Subject: [PATCH] Revise title and enhance project description (#479) --- .../distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx b/src/pages/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx index ca214366..7c239b64 100644 --- a/src/pages/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx +++ b/src/pages/use-cases/distributed-multi-cloud-ai-argocd-microk8s-vllm.mdx @@ -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. This document is actively being changed and tested. Please see 'Known Issues and Future Improvements' at the bottom of the page.