Skip to content

Feat/auto installation on k8s

Bra Mohamed requested to merge feat/auto-installation-on-k8s into develop

This PR introduces the following enhancements to the CLI:

  • Addition of bootstrap command: Installs CWCloud on a Kubernetes cluster.

  • Addition of bootstrap uninstall command: Uninstalls CWCloud from a Kubernetes cluster

  • The CLI is now configured to allow users to specify the kubeconfig file. This file is used by the commands to identify and interact with the target Kubernetes cluster for deploying or uninstalling the application.

Edited by Bra Mohamed

Merge request reports