Agent Installation
Prerequisites
Agent flag needs to be enabled in the sapor configuration (It is enabled by default; checking may not be necessary unless someone disables it.).
kubectl edit secret oes-sapor-config -n isd-dev
The secret contains an application.yaml. Decode this.
echo xxxxxxxxxxx | base64 -d
This will have the line
agent:
enabled: trueThe forwarder external host name needs to map with the agent-grpc service external ip address in ISD Namespace.
Apply the services.yaml
Deploy agent manifest
Apply the agent manifest
Check the agent pod status; it should be in running state if it’s installed without any issues.
Last updated