Running ArchiveTeam Warrior on Kubernetes
2025-02-05
The author initially ran the ArchiveTeam Warrior project on a Proxmox VM, but to improve efficiency and leverage their Kubernetes cluster, they migrated it to a containerized environment. The article details how the author wrote Kubernetes manifests, configured using environment variables, and used an in-memory emptyDir to solve disk space issues. Additionally, the author developed a Python script to monitor the Warrior's status. A later update mentions switching to lighter `*-grab` images after discussing with other developers and plans to build a management UI.
Read more
Development
Containerization