One-Click can run inside or outside of a Kubernetes cluster.
You will need the following to run OneClick:
Kubernetes cluster
Docker daemon
Node.js v18.16.0 or higher
v9.5.1 or higher
Install the Operator Follow the installation instructions provided in the or in the
Install the UI & Backend Check out the folder and change the values for your environment. Then run the following commands:
Access the UI
Access Pocketbase on your URL or localhost:8080 with /_ as the path. Example:
Head over to the docs to get more information why we use pocketbase and how you can adminstrate it.
localhost:8080/_userscd deployment
kubectl apply -k .# if you are using an ingress
kubectl get ingress -n one-click
# if you want to use port-forwarding
kubectl port-forward -n one-click svc/one-click-ui 8080:80helm repo add one-click https://charts.one-click.dev
helm upgrade --install one-click/one-click