A cloud metadata server written in Go. Use as CLI.
- Provision VMs using cloud-init images without a cloud provider.
- Runs on Linux and macOS.
- Filesystem Directories (JSON and YAML files).
- Postgres
- MySQL / MariaDB
- MongoDB
$ cleta serve \
--metadata-bind-addr="169.254.169.254:80" \
--metadata-store="dir" \
--metadata-store-dir="a_path_to_vm_configs" \
--metadata-store-dir="another_path_to_vm_configs" \
--neighbor-table-refresh-interval=1ms