Connect Akto with Istio
Last updated
docker build . -t <your-docker-account-id>:istio-proxy
docker push <your-docker-account-id>:istio-proxy - name: istio-proxy
image: <your-docker-id>/istio-proxy:latest
env:
- name: AKTO_KAFKA_IP
# you will find this on your akto dashboard after you've deployed the Data-processing stack using Akto.
value: "<AKTO_NLB_IP>:9092"kubectl apply -f <your-deployment-file>kubectl apply -f akto-envoy-filter.yaml