Overview of `ops-manager`

What is ops-manger

ops-manager, deploy, infra, monitor, backup, automate.

APITable Ops Manager is the self-hosted management tool that enables you to

deploy, monitor, backup, and scale Apitable on your own infrastructure.

You can implement the following using ops-manager:

  • Terraform environment deployment

  • kubectl version release

  • Manual execution of init-containers

  • Private deployment of customer environments

  • ... (and anything else that can be done in a devops project)

ops-manager is actually a packaging of our devops project (https://github.com/vikadata/ops-manager) scripts. It includes:

  • vom CLI command: an entry point for executing a collection of commands, which is actually a substitute for makefile;

  • Terraform Module

  • Charts

  • ... (other commonly used devops project scripts)

Why do we need ops-manager (vom)?

  • Development: can deploy and roll back container versions on their own;

  • Product : can help customers with private deployment on their own;

  • Ops: can help customers with private deployment on their own and build own infrastructure

How to use ops-manger

It's very simple, on a machine with Docker installed, execute the command:

docker run -it --rm  docker.vika.ltd/vikadata/vika/ops-manager -h

You will see the following execution result:

Yes, ops-manager is exactly the same as the vom command.

Show version number:

vom -v

Got the result: