diff --git a/README.md b/README.md index 84c9607..36ce92f 100644 --- a/README.md +++ b/README.md @@ -19,24 +19,7 @@ Infrapuzzle is the newly restructured way of implementing my private infrastruct [Documentation in subfolder](./k8s/README.md). The services themselfes. -## AI & Agents -The cluster hosts local AI capabilities and agents. - -### LLM (Ollama) -Hosts a local LLM (Llama 3 8B) for inference. -* **Deploy**: `kubectl apply -f k8s/llm/ollama.yaml` -* **Verification**: Check pods in `llm` namespace. - -### OpenClaw -An autonomous AI agent platform. -1. **Create Namespace**: `kubectl apply -f k8s/openclaw/namespace.yaml` -2. **Configure Secrets**: - * Edit `k8s/openclaw/openclaw.secret.yaml`. - * Replace `change-me` with your Gemini API Key. - * **Encrypt**: Ensure the file is encrypted with `git crypt` before committing! -3. **Deploy**: `kubectl apply -f k8s/openclaw/openclaw.secret.yaml` -4. **Access**: `https://openclaw.haumdaucher.de` ## Links used diff --git a/k8s/README.md b/k8s/README.md index f1f7594..eea6d09 100644 --- a/k8s/README.md +++ b/k8s/README.md @@ -767,3 +767,18 @@ oci://8gears.container-registry.com/library/n8n \ --namespace n8n-fabi --values n8n-fabi/n8n-fabi.secret.yml --version 1.0.15 ``` + +## LLM (Ollama) +Hosts a local LLM (Llama 3 8B) for inference. +* **Deploy**: `kubectl apply -f llm/ollama.yaml` +* **Verification**: Check pods in `llm` namespace. + +## OpenClaw +An autonomous AI agent platform. +1. **Create Namespace**: `kubectl apply -f openclaw/namespace.yaml` +2. **Configure Secrets**: + * Edit `openclaw/openclaw.secret.yaml`. + * Replace `change-me` with your Gemini API Key. + * **Encrypt**: Ensure the file is encrypted with `git crypt` before committing! +3. **Deploy**: `kubectl apply -f openclaw/openclaw.secret.yaml` +4. **Access**: `https://openclaw.haumdaucher.de`