Breadcrumbs

The options to install Monitoring and Logging

There are several options to install Monitoring and Logging.

Option # 1

Install the Monitoring and Logging components using the resources of additional Kubernetes host. For detailed steps, follow the instructions.

Option # 2

Install the Monitoring and Logging components using the resources of the VM1 host. For this, follow the steps:

  1. Go to the working directory: ~/aipix-deploy/kubernetes.

  2. Label and taint the node that will be used by Monitoring (replace the k8s-single node name with your node name):

##Example:
kubectl label nodes k8s-single monitoring=true
  1. Follow the instructions from this guide.