How to access agent pod and share logs for troubleshooting?
- Log in to your Kubernetes cluster.
- Get the agent pods using the below command:
kubectl get pods --selector=app=site24x7-agent - Access the pods,which you want to troubleshoot using the below command:
kubectl exec -it {pod_name} -- /bin/bash - Navigate to the agent logs folder: cd /opt/site24x7/monagent/logs
- Zip them and send it to support@site24x7.com