VLINGO XOOM
  • Introduction
  • Overview
    • Quick Reference
  • Getting Started
    • Hello, World!
  • Architecture
  • XOOM Cloud
    • AWS Infrastructure
    • XOOM Cloud Operator
    • XOOM Cloud Demo
  • XOOM Designer
    • Development Guide
      • End-to-End Tests
  • Turbo
    • Annotations
    • Scooter
  • Actors
  • HTTP (REST and RPC)
  • Lattice
    • CQRS
    • Object, Stateful, and Sourced Entities With CQRS
    • Grid
    • Exchange
    • Processes
    • Spaces
    • Projections
    • Routers
  • Streams
  • Schemata
  • GraphQL Server
  • Symbio (Reactive Storage)
    • Journal Storage
    • State Storage
    • Object Storage
    • Adapters
  • Cluster
  • Directory
  • Common Tools
  • Build Plugins
  • Telemetry
  • Wire
  • Auth-Auth
  • Containerization
  • Tools and Patterns for Specific Use Cases
  • Appendix A: Deploy to Pivotal Cloud Foundry
  • FAQ
Powered by GitBook
On this page
  • Prerequisites
  • Install XOOM Cloud Operator
  1. XOOM Cloud

XOOM Cloud Operator

Describes the installation of XOOM Cloud Operator

PreviousAWS InfrastructureNextXOOM Cloud Demo

Last updated 2 years ago

The XOOM Cloud Operator runs and monitors applications built with and on Kubernetes. It also cares for the AWS-required integration with the AWS Marketplace.

Prerequisites

Subscribe to VLINGO XOOM Cloud product on .

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:

export HELM_EXPERIMENTAL_OCI=1

Log in to AWS Marketplace registry:

aws ecr get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin 709825985650.dkr.ecr.us-east-1.amazonaws.com

Pull the xoom-cloud HELM Chart locally. Replace <version> with a valid value. We recommend you to choose the latest version published on .

helm pull oci://709825985650.dkr.ecr.us-east-1.amazonaws.com/vlingo/xoom-cloud --version <version>

Install xoom-cloud along with the Operator. Replace <version> with a valid value.

helm install xoom-cloud ./xoom-cloud-<version>.tgz -n xoom --create-namespace

To decommission the xoom-cloud HELM Chart, use the following command.

helm uninstall xoom-cloud -n xoom
XOOM Platform
XOOM Cluster
AWS Marketplace
VLINGO XOOM Cloud product page