Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (19 loc) · 1.88 KB

cli-setup-command.md

File metadata and controls

21 lines (19 loc) · 1.88 KB

Cellery setup

This command allows to configure and manage the cellery runtimes. This command can be executed both interactive mode and inline mode. Mainly there are four operations performed in the cellery setup as below.

  1. Create: This allows users to create the cellery runtime. The cellery runtime can be installed as Local, GCP or any existing kubernetes cluster.
  2. Manage: This option allows the users to start/stop the cellery runtime, and cleanup the installed cellery runtime.
  3. Modify: This option allows the users to modify the current setup. By default cellery run time can be installed in two packages; Basic and Complete. Users can add/remove components (Observability and APIM) selectively to these packages based on their requirement.
  4. Switch: This option shows the list of current kubernetes clusters that are configured, and allows users to switch the context between the clusters. By performing this, the current context of kubectl also will be updated, and cellery commands will be performed on the switched kubernetes context.

Create

Setup cellery runtime. The setup can be an existing K8s cluster or new runtimes in either GCP or local environment. Refer readme files for setting up in GCP, setting up in local and setting up in existing kubernetes cluster for detailed instructions.

Manage

Perform management operations on the targeted cellery runtime. Refer the readme file for managing cellery runtime for detailed instructions.

Modify

Modifies an existing cellery runtime. Refer the readme file for modifying cellery runtime for detailed instructions.

Switch

Switch between cellery runtimes. Refer the switch command readme for detailed instructions.