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 from the Monitoring and Logging installation documentation page.
Option # 2
Install the Monitoring and Logging components using the resources of the VM1 host. To do so, follow the steps:
-
Go to the working directory:
~/aipix-deploy/kubernetes. -
Label the node that will be used by Monitoring (replace the
k8s-singlenode name with your node name):
Bash
##Example:
kubectl label nodes k8s-single monitoring=true
-
Follow the instructions from the Monitoring and Logging installation guide > Install the Monitoring and Logging components section.