Refactored README

This commit is contained in:
Moritz Graf 2026-02-07 11:57:31 +01:00
parent 77d02481be
commit 990090bed7
2 changed files with 15 additions and 17 deletions

View File

@ -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

View File

@ -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`