Connect Akto with TCP Agent
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use Akto traffic collectors to collect and send traffic to Akto. Your APIs from this traffic will show up in Akto dashboard.
Set up and configure Akto Traffic Processor and save the mini-runtime service URL. The steps are mentioned . Alternatively, if you're on on-premise deployment, save the runtime service URL.
Start a docker service aktosecurity/mirror-api-logging:k8s_agent
to any instance you want to collect traffic
Set the following env variables.
Replace <AKTO_NLB>
with the mini-runtime/runtime service URL saved earlier.
Replace <AKTO_MONGO_IP>
with mongodb://0.0.0.0:27017
, if you're on hybrid setup or with your mongodb IP if it's accessible and you're on on-premise deployment.
Launch docker in your server instance.