Creating a Kubernetes cluster and installing DEKUBE components

Creating a Kubernetes Cluster

ansible-playbook playbooks/cluster.yaml -e ignore_assert_errors=yes

You can watch the installation video instructions here.

Please read before installing DEKUBE components

Installing DEKUBE components

ansible-playbook playbooks/dekube_components.yaml

Video instructions for installing DEKUBE components can be viewed here.

Installing DEKUBE Client Labeling

Installing DEKUBE Pushbroker

The variables specified in the playbook need to be set:

Installing DEKUBE Billing

The variables specified in the playbook need to be set:

After installing the DEKUBE Billing service, its public and private keys will be saved. The keys can be found in the files directory.

Installing DEKUBE Client API

Installing DEKUBE Dashboard

The variables specified in the playbook need to be set:

Last updated