Commit graph

451 commits

Author SHA1 Message Date
sirius0xdev
9e5eea2cd1 feat(hermes-agent): add hermes-config ConfigMap and mount to deployment
- hermes-config::ConfigMap with current /opt/data/config.yaml (models incl. vLLM, agent/tool settings)
- deployment.yaml: volume + subPath mountPath=/opt/data/config.yaml (overrides PVC)
- kustomization.yaml: include configmap.yaml

Standardizes Hermes config via K8s ConfigMap for easier management.
2026-04-29 04:45:18 +00:00
sirius0xdev
bb7dcd5651 fix node selector for 6000pro 2026-04-28 23:16:51 +00:00
sirius0xdev
d309141ea1 fix health check 2026-04-28 04:49:09 +00:00
sirius0xdev
d61f2a2e3b health check for paaas 2026-04-28 04:44:20 +00:00
sirius0xdev
205c43f7c2 add health check for paaas 2026-04-28 04:42:42 +00:00
sirius0xdev
7d50abc1a1 fix kustomization 2026-04-28 03:40:54 +00:00
sirius0xdev
cdec727963 fix kustomization file 2026-04-28 03:35:39 +00:00
sirius0xdev
9f5d1fb723 clean up and add routes to paas site 2026-04-28 03:31:52 +00:00
Hermes Agent
1df06eed96 feat: add Kong AI plugins and Cilium Local Redirect Policy
- CiliumLocalRedirectPolicy: Zero-latency Kong → vLLM on GPU nodes
- KongPlugin bundle: ai-rate-limiting (TPM), ai-prompt-guard, ai-semantic-cache, ai-failover
- Flux-integrated via kustomization.yaml
- Attach plugins to Kong routes post-deploy

Refs: LLM gateway.md optimizations.
2026-04-27 03:24:59 +00:00
Hermes Agent
9b62c1e6b5 feat: add HTTPRoute (cilium-gateway-to-kong-route)
- Cilium Gateway API HTTPRoute routes /v1 traffic to Kong service
- Includes placeholders for Gateway/Kong names (update post-merge)
- Added to openclaw kustomization.yaml for FluxCD sync

Refs LLM gateway.md optimizations.
2026-04-27 03:15:23 +00:00
sirius0xdev
cd665d3374
Update kustomization.yaml 2026-04-26 01:09:59 -04:00
sirius0xdev
cc23faf568
Update kustomization.yaml 2026-04-25 23:53:04 -04:00
Hermes Agent
6183159974 feat: add Prometheus, Grafana, and Tailscale monitoring stack
- Install Prometheus + Grafana via kube-prometheus-stack (ClusterIP only, no public ingress)
- Deploy Tailscale Operator for secure VPN access to internal services
- Add CNPG/PostgreSQL monitoring dashboards
- Add vLLM inference monitoring dashboards (tokens, latency, GPU)
- Add Cilium networking dashboards (policy, traffic, drops)
- Update infra-controllers staging kustomization to include all controllers
- Add monitoring-configs Flux sync for dashboard deployment
- Update README with monitoring architecture and access instructions
- Remove broken stale monitoring files (Azure Key Vault refs, wrong domains)

Access: kubectl port-forward or Tailscale VPN (replace auth key before deploy)
2026-04-26 02:31:53 +00:00
Hermes Agent
01061d1b92 feat(keda): add path filter to HTTPScaledObject
Filter scales only on inference traffic (/v1/chat/completions):
- Ignores probes (/health, /v1/models)
- targetPendingRequests defaults (low queue → up)
- Keeps scaledownPeriod 900s idle zero
2026-04-25 23:58:38 +00:00
sirius0xdev
b8bf9dd242 fix deployment error 2026-04-25 23:38:36 +00:00
sirius0xdev
0a1eb2d961 bye bye openclaw 2026-04-25 23:34:07 +00:00
sirius0xdev
06123cfddf turn off keda 2026-04-25 23:33:03 +00:00
sirius0xdev
b4ffa0c238 add wellness probes to vllm and activate keda 2026-04-25 23:23:48 +00:00
sirius0xdev
ed165b9cc4 add xai to hermes 2026-04-25 21:26:54 +00:00
sirius0xdev
33570bd137 fix typo 2026-04-25 21:11:57 +00:00
sirius0xdev
b57f9a7811 activate hermes agent 2026-04-25 21:06:44 +00:00
sirius0xdev
dc1afb1472 activate hermes agent 2026-04-25 21:02:14 +00:00
sirius0xdev
3ff531dc6e
Update deployment.yaml 2026-04-25 11:25:23 -04:00
sirius0xdev
eac576db58
Update kustomization.yaml 2026-04-25 09:59:24 -04:00
sirius0xdev
ae5e4b5515
Update a100-vllm.yaml 2026-04-24 22:54:14 -04:00
sirius0xdev
1ba0ad2dcf
Update pg-cluster-openclaw.yaml 2026-04-24 19:52:21 -04:00
sirius0xdev
d30d4ee43f
Update pg-cluster-customer1.yaml 2026-04-24 19:51:36 -04:00
sirius0xdev
b7efbc8df9
Update kustomization.yaml 2026-04-24 00:36:33 -04:00
sirius0xdev
fbbf1e2790
Update kustomization.yaml 2026-04-24 00:35:55 -04:00
sirius0xdev
e02948ffbc
Update new-configmap.yaml 2026-04-24 00:01:24 -04:00
sirius0xdev
88b841be41 fix deploy 2026-04-24 02:04:33 +00:00
sirius0xdev
adc5c1570c no more keda 2026-04-24 01:53:40 +00:00
sirius0xdev
ab29e77947 turn on keda 2026-04-24 01:48:44 +00:00
sirius0xdev
901d906c79 fix deploy 2026-04-24 01:47:19 +00:00
sirius0xdev
1eab3f19a3 fix deployment 2026-04-24 01:03:55 +00:00
sirius0xdev
416d7cb992 fix deployment 2026-04-24 01:00:01 +00:00
sirius0xdev
5e3c6971bc deployment fix 2026-04-24 00:33:26 +00:00
sirius0xdev
4fe70aee58 update deploy 2026-04-24 00:29:06 +00:00
sirius0xdev
b49c4057f6 give oc root 2026-04-24 00:26:52 +00:00
sirius0xdev
6543f724de fix deployment 2026-04-24 00:20:57 +00:00
sirius0xdev
d11b0cd4de fix config map 2026-04-24 00:08:32 +00:00
sirius0xdev
d03dc361aa chamge pvc name 2026-04-23 23:56:39 +00:00
sirius0xdev
64692c1fbb new pvc fresh claw 2026-04-23 23:49:36 +00:00
sirius0xdev
a3dd492718 change context window 2026-04-23 23:39:07 +00:00
sirius0xdev
5bf3ed3916 update openclaw config 2026-04-23 23:22:50 +00:00
sirius0xdev
c555302f75 deactivate keda 2026-04-23 22:54:46 +00:00
sirius0xdev
b982397450 activate a100 2026-04-23 22:45:40 +00:00
sirius0xdev
9b9dca9315
Update kustomization.yaml 2026-04-23 07:18:04 -04:00
sirius0xdev
0372f25feb
Update kustomization.yaml 2026-04-23 00:27:33 -04:00
sirius0xdev
0472e7a1b5
Merge pull request #55 from sirius0xdev/feat/multi-agent-team
Feat/multi agent team
2026-04-23 00:14:16 -04:00