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

ansible-playbook playbooks/dekube_client_labeling.yaml

Installing DEKUBE Pushbroker

ansible-playbook playbooks/dekube_pushbroker.yaml

The variables specified in the playbook need to be set:

dekube_blockchain_url: "" # https://explorer.dekube.net/api/v1

Installing DEKUBE Billing

ansible-playbook playbooks/dekube_billing.yaml

The variables specified in the playbook need to be set:

dekube_backend_cabinet_public_key: "" # 2cQmXb8YzH4GiLBTh47XbFi1TvRf4Jsqaq5mqe7v9yTz54rpL5
dekube_blockchain_url: "" # https://explorer.dekube.net/api/v1
dekube_billing_s3_mounter_minio_host: "" # https://ml-storage.clive.tk:9000

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

ansible-playbook playbooks/dekube_client_api.yaml

Installing DEKUBE Dashboard

ansible-playbook playbooks/dekube_dashboard.yaml

The variables specified in the playbook need to be set:

blockchain_api_url: "" # explorer.dekube.net

Last updated