Connect Akto with Docker
Introduction
Adding Akto traffic processor
Adding Akto docker service
AKTO_TRAFFIC_BATCH_TIME_SECS=10
AKTO_TRAFFIC_BATCH_SIZE=100
AKTO_INFRA_MIRRORING_MODE=gcp
AKTO_KAFKA_BROKER_MAL=<AKTO_NLB>:9092
AKTO_MONGO_CONN=mongodb://0.0.0.0:27017 akto-api-security-traffic-collector:
image: aktosecurity/mirror-api-logging:k8s_agent
env_file: ./docker-akto-collector.env
mem_limit: 300m
restart: always
network_mode: hostLast updated