Emperealm = emperor + realm
Next step of the kingdominion project using kubernetes as orchestrator instead of docker-compose.
Based on :
- Vagrant with virtualbox provider in order to deploy virtual env that contains proxmox.
- Terraform / opentofu (OpenTofu v1.9.0) with proxmox provider in order to deploy virtual env that contains kubernetes.
- Python (python 3.11.2) for interraction with proxmox API.
- Ansible to set (core 2.18.1) for the configuration of the kubernetes master and nodes.
If you already have a proxmox instance running skip first part and go straight to part 2. Using terraform
@TODO
-
First create local file named "terraform.tfvars" with credentials and terrfaform parameters, check the file terraform.tfvars.example as example.
-
Then launch the terraform code :
cd terraform && tofu init; tofu plan -out tfplan && tofu apply tfplan