βοΈ
K8s Fastmcp Azure
Mini knowledge base for technical notes
0 installs
Trust: 34 β Low
Cloud
Ask AI about K8s Fastmcp Azure
Powered by Claude Β· Grounded in docs
I know everything about K8s Fastmcp Azure. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
WSL2 x Kubernetes x Ollama x FastMCP
Overview
Technical notes and manifests for running Ollama, Open WebUI, and FastMCP (with Azure integration) on Kubernetes, with a focus on Windows / WSL2 environments.
Whatβs in this repository
k8s/β Kustomize bases for FastMCP, storage, and NVIDIA-related configuration.helm/β Helm values and references for ingress, Ollama, Open WebUI, and SearXNG.notes/β Step-by-step install and setup notes (Kubernetes, NVIDIA on WSL2, Ollama).
Components at a glance
- FastMCP + Azure β MCP server deployment and secrets (see
k8s/fastmcp/). - Inference & UI β Ollama and Open WebUI (Helm charts / values).
- Ingress β NGINX Ingress controller configuration.
- Search β SearXNG (optional companion service).
Prerequisites
- A working Kubernetes cluster (local or remote).
- For GPU workloads: NVIDIA drivers and device plugin setup as described in
notes/. - Azure app registration details where FastMCP uses Azure APIs (see
k8s/fastmcp/secrets.yamlpatterns).
Getting started
Apply manifests with Kustomize from the repo root, or install Helm releases using the files under helm/ once your cluster and namespaces are ready. See notes/ for environment-specific setup (especially WSL2).
Table of contents (notes)
| Topic | Notes |
|---|---|
| Kubernetes install | notes/Kubernetes/Install_k8s.md |
| NVIDIA + Kubernetes on WSL2 | notes/Kubernetes/Install_nvidia_k8s_wsl2.md |
| Ollama | notes/AI/Install_Ollama.md |
