Pods Operations
Here is the list of Operations managed by CassKop at the Pod operations level, which apply at pod level and can be triggered by specifics pods labels. Status of pod operations are also followed up at rack level.
Some Pods Operations can be triggered automatically by CassKop if :
CassandraCluster.spec.autoPilot
is true, that will triggercleanup
,rebuild
andupgadesstable
operation in response to cluster events automatically.- the
decommission operation
is special and will be triggered automatically each time we need to ScaleDown a Pod. - the
removenode operation
is also special and may be set manually when needed.
It is also possible to trigger operations "manually", setting some labels on the Pods.
#
OperationCleanupA Cleanup may be automatically triggered by CassKop when it ends Scaling the cluster.
CassKop will set some specific labels on the targeted pods.
We can also set these labels manually, or using the privided plugin (kubectl casskop cleanup start
)
If we want to see labels for each of the pods of the cluster :
Now, to trigger a cleanup
on pod cassandra-demo-dc1-rack2-0
Automatically, CassKop will detect the change, start the action, and update the status :
The section podLastOperation
appears and we can see that it has correctly executed the cleanup operation on the 2
nodes
#
OperationRebuildThis operation operates on multiple nodes in the cluster. Use this operation when CassKop add a new datacenter to an existing cluster.
In the background this command is equivalent to set labels on each pods like :
#
OperationDecommissionsee UpdateScaleDown
#
RollingRestartThis operation can be triggered with the plugin using simple commands as :
After one of this command, CassKop will do a rolling restart of each rack one at a time avoiding any disruption.