Overview of Installation

OneDB is deployed into a kubernetes cluster using helm charts. A helm chart is a collection of files that describe a related set of kubernetes resources. A helm chart is typically a group of yaml files and other associated files that is used to deploy a solution into kubernetes.

Before installing a helm chart, you need access to the cluster. The Helm CLI is used to perform the install/uninstall and manage a helm release. Helm is commonly referred to as the package manager for kubernetes. For more information on helm and the installation instructions see: (https://helm.sh).

The kubectl CLI is a kubernetes command line tool to interact with and manage resources in a kubernetes cluster. You can use this tool to verify your installation. For more information on kubectl and installation, see: (https://kubernetes.io).