Recipe
Kubernetes Patterns
Battle-tested deployment patterns for running Meridian on Kubernetes clusters — from single-node homelabs to multi-AZ production.
S
Sidecar Injection
Co-locate the Meridian agent as a sidecar container sharing the Pod network namespace. Zero code changes, automatic TLS.
D
DaemonSet Agent
Run one Meridian node per host. Ideal for node-level telemetry, eBPF probes, and kernel instrumentation.
H
Helm Operator
Declarative CRD-driven lifecycle. GitOps-friendly with Flux and ArgoCD. Auto-rollback on health check failure.
M
Multi-Cluster Mesh
Federate Meridian instances across clusters with mTLS and consistent hashing for stateful workloads.
Quick Start
helm repo add meridian https://charts.getnimbus.net helm install meridian meridian/agent \ --set mode=sidecar \ --set licenseKey=$MERIDIAN_KEY