Platform Installation

Kubefly can run both inside and outside of Kubernetes clusters.

To run Kubefly, you need the following tools:

Installation

TIP

You can also run the Kubefly container outside the respective Kubernetes cluster, ensuring it can access the executing user’s ~/.kube/config file, and set the environment variable LOCAL=true. You can also specify a different kubeconfig file using the LOCAL_KUBECONFIG_FILE=/path/to/kubeconfig environment variable.

  1. Install a Kubernetes cluster.
  2. Install the Operator by following the installation instructions provided in the kubefly-operator repository or the setup guide.
  3. Install Kubefly Frontend using either Cloudflare or Docker for deployment.
  4. Install Kubefly Backend using Docker for deployment.
  5. Access the frontend UI at your URL or localhost:3000.
  6. Access the NextBaaS UI at your URL or localhost:8080. For example, localhost:8080/_/. You should see the NextBaaS UI and can log in using the default username and password.

Please refer to the NextBaaS documentation for more information on why we use NextBaaS and how to manage it.

Helm

TIP

The Helm chart is not yet complete.

helm repo add kubefly https://charts.kubefly.io
helm upgrade --install kubefly/kubefly
ON THIS PAGE