Step 1: Install the OTel log agent on the Kubernetes cluster. Download the yaml file and replace <Applicare_Ip> on line 53 of the yaml file with the IP of the machine running the Applicare controller.
If have Wget, execute the command below.
sudo wget https://applicare.blob.core.windows.net/demoapplication/applicare_log_collector.yaml
(OR)
If have Curl, execute the command below.
sudo curl -O https://applicare.blob.core.windows.net/demoapplication/applicare_log_collector.yaml
Then apply that yaml file to install collector in Kubernetes cluster.
kubectl apply -f applicare_log_collector.yaml
Comments
0 comments
Please sign in to leave a comment.