XOOM Cloud Operator
Describes the installation of XOOM Cloud Operator
The XOOM Cloud Operator runs and monitors applications built with XOOM Platform and XOOM Cluster on Kubernetes. It also cares for the AWS-required integration with the AWS Marketplace.
Prerequisites
Subscribe to VLINGO XOOM Cloud product on AWS Marketplace.
All of the steps described in our XOOM Cloud AWS Infrastructure documentation must be completed.
Install XOOM Cloud Operator
The XOOM Cloud Operator is deployed as HELM Chart hosted by the xoom-cloud
AWS Marketplace repository.
Since HELM Chart support is still an experimental feature of ECR repositories, it must be enabled explicitly:
Log in to AWS Marketplace registry:
Pull the xoom-cloud
HELM Chart locally. Replace <version>
with a valid value. We recommend you to choose the latest version published on VLINGO XOOM Cloud product page.
Install xoom-cloud
along with the Operator. Replace <version>
with a valid value.
To decommission the xoom-cloud
HELM Chart, use the following command.
Last updated