Waldur Helm
Waldur is a platform for creating hybrid cloud solutions. It allows building enterprise-grade systems and providing self-service environment for the end-users.
Introduction
This chart bootstraps a Waldur deployment on a Kubernetes cluster using the Helm package manager.
Installing prerequisites
- Install Kubernetes server, for example, using minikube
- Install Kubernetes client, i.e. kubectl
- Install Helm
Installing the chart
- Clone waldur-helm repository
1 2 |
|
- Add the stable repository
1 |
|
-
Setup database: 3.1 Setup single PostgreSQL DB: instructions or 3.2 Setup PostgreSQL HA DB: instructions or 3.3 Integrate with external DB: instructions
NB Only one of these two options should be used. Otherwise, DB will be unavailable.
-
Install minio (for database backups): instructions
- Install RabbitMQ for task queue: instructions
- Install Helm package:
1 |
|
NB After this command, Waldur release will run in default
namespace.
Please, pay attention in which namespace which release is running.
For instance, you can install Waldur release
in test
namespace in the following way:
- Create
test
namespace:
1 |
|
- Install release:
1 |
|
However, postgresql release and waldur should be installed in the same namespace in order to share a common secret with DB credentials.
Adding admin user
Open waldur-mastermind-worker shell and execute the following command:
- Get waldur-mastermind-worker pod name
1 2 3 |
|
- Connect to pod via shell
1 2 |
|
- Execute command to add admin user
1 |
|
Waldur Helm chart release upgrading
Delete init-whitelabeling job (if exists):
1 |
|
Delete load features job (if exists):
1 |
|
Upgrade Waldur dependencies and release:
1 2 |
|
Restart deployments to apply configmaps changes:
1 2 3 4 |
|
Private registry setup
A user can use private registry for Docker images.
For this, the corresponding credentials should be registered in a secret,
name of which should be placed in .Values.imagePullSecrets
.
A secret can be created trough CLI.
Configuration docs
Configuration documentation: index