Getting started
Clustarr allows easy installation and maintenance of kubernetes clusters.
Repositories
The clustarr project consists of the following repositories.
Ansible
The ansible repository contains ansible configuration files. They describe how to set up the controlserver, the Proxmox VE server and how to install and configure new cluster nodes.
Backend
The backend repository provides a backend that is running on the controlserver. It is used by the frontend to provide a REST API to list tasks, execute new tasks (ansible playbooks), cancel tasks, provide output of tasks and list hosts.
Frontend
The frontend repository provides a webinterface to maintain the cluster. It communicates with the backend. See webinterface for more info.
Docs
The docs repository holds the code for this documentation.