Creating a Kubernetes cluster and installing DEKUBE components
Creating a Kubernetes Cluster
You can watch the installation video instructions here.
In case of errors, ensure that:
All updates are installed on the nodes;
Nodes are accessible over the network;
In the inventory, the IP variable specifies the IP address of the local wg0c interface of the node.
Please read before installing DEKUBE components
Each playbook declares variables to run it.
If a variable is empty, it must be set to its own value or the value specified in the example after the # sign
Without declaring these variables, errors will occur!
Each playbook also contains variables for tolerations and affinity. Set them in depending on your preferences for deploying services on specific nodes. If you want all DEKUBE services and components to run on master nodes, leave the variables as they are.
Installing DEKUBE components
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