Beta Program
Thank you for participating in the Mermin beta program. Mermin captures network traffic passing through your Kubernetes cluster and generates flow traces in OpenTelemetry format, allowing you to see exactly what is happening inside your cluster. See Mermin Overview for a more detailed description of what Mermin can do for you.
We plan to update the beta image multiple times throughout this beta period. We will reach out to you every time a new version is available and describe the changes included.
Accessing the Beta Image
Version Requirement: v0.1.0-beta.40 or higher
Before starting, add the beta Helm chart:
# Add Helm repository
helm repo add mermin https://elastiflow.github.io/mermin/
helm repo updateConfiguration Essentials
To view flows with Kubernetes metadata enrichment, Mermin requires four core configuration blocks: Network Interface Discovery, Kubernetes Informer, Flow-to-Kubernetes Attribute Mapping & Export.
A minimal example configuration is available here: Example Configuration, for a more comprehensive example, please see the Default Config
Deploying Mermin
Once your configuration is ready, you can deploy with the following command:
Additional Helm deployment examples
See Your First Flows
View network flows captured by Mermin:
Expected output (flow span example):
Known Limitations
eBPF Errors
When deploying Mermin for the first time, you may encounter issues. Depending on your kernel version, you may encounter eBPF verifier errors, as shown here.
Minimum requirements:
Linux kernel 5.4 or later (may work, but has not been fully tested)
BTF support enabled
eBPF support enabled
Note: While Mermin may work on kernels older than 6.1, it has been tested and validated on 6.1+. If you encounter verifier errors on older kernels, please report the issue with your kernel version using the template below.
Reporting Issues
If you encounter problems during the beta, please report them using the template below. This information helps us diagnose and resolve issues quickly
Feedback Channels
Email: [email protected]
Slack: Click to Join
Last updated