Kubernetes
Deploy Alma’s eBPF sensor on Kubernetes to collect runtime telemetry.
You get visibility into common protocols out of the box:
HTTP
PostgreSQL
Redis
Kafka
and more
All traffic from your cluster to the Alma platform is TLS encrypted.
Alma does not persist sensitive data.

Requirements
Any live environment with traffic.
Sensor resources (per node): up to 0.6 GB RAM + 0.6 CPU.
Kubernetes control plane resources (total): 10 GB RAM + 10 CPUs.
Prerequisites
Kubernetes v1.21+.
Works with EKS, AKS, GKE, OpenShift, VMware, and more.
Outbound connectivity from the cluster to the Alma endpoint on port 4317.
Helm installed (Helm 3 recommended).
Port 4317 is commonly used for OTLP/gRPC. Confirm it’s allowed in your egress rules.
How it works
The eBPF sensor runs on your Kubernetes nodes and sends telemetry to the Alma platform.

Install with Helm
The eBPF sensor is provided as a Helm chart.
Validate the deployment
Confirm the namespace exists:
kubectl get ns pl.Confirm workloads are running:
kubectl get pods -n pl.Confirm the cluster can reach the Alma endpoint on port
4317.
If pods aren’t ready, start by checking: kubectl describe pod -n pl <pod>.
Last updated

