Connect Akto with eBPF on mTLS
Last updated
Last updated
If your kubernetes system, has mTLS ( say using istio proxy or similar setup ) and SSL termination happens at the proxy/service, is recommended, please check it out.
If your proxy/service acts as a passthrough and the SSL termination happens at the end application itself, then please continue with the current setup.
Please note, both these setups have different docker images
. In case of any queries, please reach out to us at help@akto.io
.
Connecting with Akto's eBPF traffic collector is recommended mTLS systems where TLS termination occurs at application ( a system where your services are just passing the traffic directly to the application ).
For a better understanding, here's an architecture diagram of the setup.
Apply the daemonset configuration given below using kubectl apply -f akto-daemonset-config.yaml -n <NAMESPACE>
. You will find AKTO_NLB_IP
and AKTO_MONGO_CONN
after setting up Akto data processor, as mentioned above.
You can add and configure the env variables below to control the daemonset. Here's a diagram of how the module processes traffic:
You can check your API inventory
on Akto dashboard to see endpoints being discovered.
If you're running the daemonset outside of the kubernetes system, set the env PROBE_ALL_PID
as true
.
The traffic will contain a lot of sensitive data - does it leave my VPC?
Data remains strictly within your VPC. Akto doesn't take data out of your VPC at all.
Does adding DaemonSet have any impact on performance or latency?
Zero impact on latency. The DaemonSet doesn't sit like a proxy. It works on eBPF technology, which works on traces function calls at kernel level. It is very lightweight. We have benchmarked it against traffic as high as 20M API requests/min. It consumes very low resources (CPU & RAM).
I don't see my error on this list here.
Please send us all details at support@akto.io or reach out via Intercom on your Akto dashboard. We will definitely help you out.
There are multiple ways to request support from Akto. We are 24X7 available on the following:
In-app intercom
support. Message us with your query on intercom in Akto dashboard and someone will reply.
Contact help@akto.io
for email support.
Setup Akto data processor using the guide
Join our for community support.
Contact us .