LogoLogo
Github
  • πŸš€Getting Started
    • Platform Installation
  • Platform
    • πŸ‘–Pocketbase
    • πŸ“‚Projects
    • πŸ“ƒBlueprints
    • 🟒Deployments
    • πŸ—ΊοΈMap
    • ⏱️Rollouts
    • πŸ’ΎImage
    • ↔️Scale
    • πŸ”€Network
    • πŸ’ΏVolumes
    • πŸ”Envs & Secrets
  • Operator manual
    • πŸ—οΈArchitecture
    • πŸ”§Setup Guide
    • 🧬CRD
  • additional resources
    • πŸ‘©β€πŸ’»Examples
      • Prebuilt Applications
      • Builds
Powered by GitBook

Partners

  • Natron Tech
  • Bern University of applied science
  • GitBook

All rights reserved.

On this page
  • Installation
  • Helm

Was this helpful?

Edit on GitHub
Export as PDF
  1. Getting Started

Platform Installation

PreviousGetting StartedNextPocketbase

Last updated 1 year ago

Was this helpful?

One-Click can run inside or outside of a Kubernetes cluster.

You will need the following to run OneClick:

  • cluster

  • daemon

  • v18.16.0 or higher

  • v9.5.1 or higher

Installation

You can also run the one-click container outside of the corresponding Kubernetes cluster and make sure it has access to the ~/.kube/config of the executing user and the env LOCAL=true set.

  1. Install the Operator Follow the installation instructions provided in the or in the Setup Guide

  2. Install the UI & Backend Check out the folder and change the values for your environment. Then run the following commands:

    cd deployment
    kubectl apply -k .
  3. Access the UI

    # 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:80
  4. Access Pocketbase on your URL or localhost:8080 with /_ as the path. Example: localhost:8080/_. You should see the Pocketbase UI and set your admin user. Then create a new user under users collection. You can now login with your new user.

Head over to the Pocketbasedocs to get more information why we use pocketbase and how you can adminstrate it.

Helm

The helm chart is not yet done. I've you got some time you can help us out!

helm repo add one-click https://charts.one-click.dev
helm upgrade --install one-click/one-click
πŸš€
Kubernetes
Docker
Node.js
npm
Go
Kubectl
Kustomize
one-click-operator repository
deployment