To run PoloCloud locally on your machine, you need:
- A local Java environment (e.g., JDK 17)
Steps:
- Clone the project and build dependencies.
- Start the application via the start script.
You can containerize PoloCloud using Docker to run it in an isolated environment easily.
To run PoloCloud in a Kubernetes cluster, you can use the provided initialization script.
It sets up the required namespace, service accounts, and roles.
kubectl apply -f https://raw.githubusercontent.com/httpmarco/polocloud/master/scripts/init-cluster.yml