Data Center Installation Guide
Instructions to install in on-prem data centre
Last updated
Was this helpful?
Instructions to install in on-prem data centre
Last updated
Was this helpful?
Minimal Installation:
You need a system with a minimum of 16 CPUs and 32GB RAM.
If running a multi-node cluster, ensure the network reachability between the nodes.
Installation of Obsrv requires the following CLI tools as prerequisites. Please note that the following instructions for installing the prerequisites are provided only for Linux based operating systems. Please follow the instructions for the specific tools depending upon your operating system.
Obsrv Installation requires an Object Store for backups, checkpointing and to store other configurations. We have tested our installations with MinIO, and is the recommended one for quick setup. Follow the instructions from to install.
Helm version 3.10.2 or later
Download from here -
Ensure LoadBalancer is available. For example on a a local setup add-ons such as metallb
can be enabled and configured. Following is a sample for minikube
Ensure metrics is enabled. Following is a sample for minikube
Clone the obsrv-automation
repository:
Navigate to the setup directory:
Update the following values in obsrv/values.yaml
to reflect your MinIO environment.
Export the KUBECONFIG environment variable with for your cluster. For example the below command is to set to its default path
First create the CRD’s that are required to install Obsrv
Run the below command to install the services. The following command may fail a couple of times due to timeouts while downloading the images. Run the same command for a couple of times incase of any errors for the installation to be successful
Take latest code from obsrv-automation
repository
Ensure all the configuration configured during the installation is properly updated in all places.
Run the helm upgrade the cluster to the latest versions.