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.
- Create: This allows users to create the cellery runtime. The cellery runtime can be installed as Local, GCP or any existing kubernetes cluster.
- Manage: This option allows the users to start/stop the cellery runtime, and cleanup the installed cellery runtime.
- 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.
- 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.
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.
Perform management operations on the targeted cellery runtime. Refer the readme file for managing cellery runtime for detailed instructions.
Modifies an existing cellery runtime. Refer the readme file for modifying cellery runtime for detailed instructions.
Switch between cellery runtimes. Refer the switch command readme for detailed instructions.