-
-
Notifications
You must be signed in to change notification settings - Fork 494
Bassa: Kuberntes Setup Guide
Mehant Kammakomati edited this page Jun 25, 2020
·
3 revisions
You can setup Bassa on a single-node Kubernetes cluster for orchestration and to serve a large community. In order to setup Bassa, install the latest version of docker, kubectl, Hypervisor, and minikube on your machine. Start a single-node Kubernetes cluster on your machine using minikube. If you have any issues please feel free to look at here
minikube start
Now clone the repository and in the root directory run the following commands.
cd scripts/kubernetes
To apply the Kubernetes configurations and use the application on the cluster through ingress run the following command.
bash deploy.sh create
To delete all the resources run the following command.
bash deploy.sh delete
Further, you can modify the K8s scripts to fit your use case and cluster providers.