I've just deployed OpenClaw using a Helm chart on my Kubernetes setup, which is hosted in my homelab on Proxmox VE. Is there anything I should be cautious about or aware of when using OpenClaw in this environment?
1 Answer
Treat OpenClaw like potential malware on your cluster. Make sure to secure your setup with network policies, resource quotas, and pod security admission. Avoid giving it a service account with cluster admin permissions. Just follow general Kubernetes security best practices to keep everything safe.

Thanks for the tips! I noticed it's consuming fewer resources than when I had it hosted in a VM. Just checked with kubectl top pod and it’s looking good.