Run Exchange on Kubernetes

Kubernetesarrow-up-right is a modern, advanced system that allows you to build a production-grade container orchestration environment. HollaEx Kit natively supports Kubernetes for more mission-critical usages.‌

To target the Kubernetes cluster to deploy the exchange or operate the exchange, add --kube flag behind the commands already introduced at Setuparrow-up-right or Operationarrow-up-right.‌

Prerequisites

Server side‌

Local side

Before running any HollaEx CLI commands for Kubernetes, you should set your KUBECONFIGarrow-up-right file ready on your terminal.

Examples‌

If you want to setup an exchange, run the command below.

To start the exchange, run the command below.

Applying custom domains is easy too. Just run the command below.

To shut down the exchange, run the command below.

Running the web server on Kubernetes is also similar.

Commands for Kubernetes are also following the generic HollaEx CLI command style. The only thing you need to add is --kube flag.

Last updated