Kubernetes Infrastructure Orchestration - Lifecycle Operations

Introduction

Just like any application, software, or operating system, you can activate or deactivate the Cluster Instances along with updating EVE-OS for better compatibility, increased security, and availability of the latest features with different devices resulting in enhanced user experience.
 
Let's now see how to perform different operations on the Cluster Instances.
 

Operations using the ZEDEDA GUI

Activate

After you log in, you can activate, deactivate, or delete the cluster instances from the list view screen. When the user activates the cluster instance, all the cluster nodes come back online.
 
The following are the steps to activate cluster instances.
  • Step 1 > Select one or more cluster instances.
  • Step 2 > Click on the More () icon on the top right corner.
  • Step 3 > From the dropdown, select 'Activate'.
 

Deactivate

When the user deactivates a cluster Instance, all the corresponding cluster nodes go to halted state.
The following are the steps to deactivate cluster instances.
  • Step 1 > Select one or more cluster instances.
  • Step 2 > Click on the More () icon on the top right corner.
  • Step 3 > From the dropdown, select 'Deactivate'.
 
  • Step 4 > Click the 'Confirm' button on the modal dialogue, which appears as below:
You are about to Deactivate 1 Cluster Instance(s). Cluster Instance(s) will stop and cannot be accessed till restarted.
 
 
 

Operations using zCLI

 
Note: zCLI is an easy-to-use interface that allows the interaction of ZEDEDA offering through standard REST-based API.
 
To login to ZEDEDA Cloud through zCLI, see here.
 

Activate

You can activate the Cluster Instance using the following command:
zcli> cluster-instance activate <name>
 

Deactivate

You can deactivate the Cluster Instance using the following command:
zcli> cluster-instance deactivate <name>
 
The Cluster Instance operations are successfully executed!
Was this article helpful?
1 out of 1 found this helpful