Prototype KubeClaw is a learning project exploring what a secure, scalable Kubernetes environment for AI agents looks like. It is not production ready and not beta. Expect breaking changes and unreviewed assumptions. Read the project status.

Operations

Keep the cluster secure, healthy, and maintainable after deployment.

Day-two procedures for scaling, maintenance, troubleshooting, and security.


Scale Up/Down

Add or remove control and worker nodes at the infrastructure and Kubernetes levels.

SSH Key Rotation

Rotate auto-generated or custom SSH keys without losing access.

Kubernetes Maintenance

Upgrade the control plane and workers, back up volumes, and inspect cluster state.

Security

What the setup protects against, what to monitor, and the exact SSH hardening applied.

Password Management

Which credentials exist, where they live, and how to keep terraform.tfvars safe.

Troubleshooting

Fixes for common infrastructure, tunnel, Ansible, and Kubernetes failures.