Skip to content
Christian Hellwig edited this page Mar 27, 2021 · 3 revisions

Devoilapers-backend Wiki

This wiki guides you how to setup your kubernetes cluster. You will be guided how to get the backend up and running.

Prerequirements

  • Linux distribution
  • Bash as a default interpreter
  • Valid default kubectl tool (since scripts will use the command)

Steps to get everything up and running

  1. Install and configure Minikube
  2. Install the kubernetes command line tool kubectl
  3. Install the operator framework
  4. Install the elastic eck operator (Elasticsearch/Kibana)
  5. Install the crunchydata postgres operator (Postgres database)
  6. Create a cluster user
  7. Configure the backend application to use the cluster