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:
Go to the working directory:
~/aipix-deploy/kubernetes
.Label
andtaint
the node that will be used by Monitoring (replace thek8s-single
node name with your node name):
##Example:
kubectl label nodes k8s-single monitoring=true
Follow the instructions from this guide.