Skip to content

HttpMarco/polocloud

Repository files navigation

Polocloud v3

Download Discord

Overview
  1. Getting Started
  2. SDK
  3. Running

1. Getting Started

2. Using the sdk

3. Running

3.1 Local

To run PoloCloud locally on your machine, you need:

  • A local Java environment (e.g., JDK 17)

Steps:

  1. Clone the project and build dependencies.
  2. Start the application via the start script.

3.2 Docker

You can containerize PoloCloud using Docker to run it in an isolated environment easily.

3.3 Kubernetes

Cluster Setup Status

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