Installation
Comprehensive guides for deploying Telegen across all supported platforms.
Deployment Methods
Platform |
Mode |
Guide |
|---|---|---|
Unified Pipeline |
All Platforms |
|
Kubernetes |
Agent (DaemonSet) |
|
Helm |
Agent/Collector |
|
Docker |
Agent/Collector |
|
Linux |
systemd service |
|
OpenShift |
Agent (DaemonSet) |
|
AWS ECS |
Agent (Daemon) |
Tip
New deployments should use the Unified Pipeline guide which includes data quality controls, transformation, and PII redaction.
Quick Reference
Minimum Requirements
Kernel: Linux 4.18+ (5.8+ recommended)
CPU: 200m
Memory: 256 MB
Network: Outbound to OTLP endpoint (4317/4318)
Choosing a Deployment Mode
graph TD
A[What do you need to monitor?] --> B{Local hosts?}
B -->|Yes| C[Agent Mode]
B -->|No| D{Remote devices?}
D -->|Yes| E[Collector Mode]
D -->|Both| F[Both Modes]
C --> G[DaemonSet / systemd]
E --> H[Deployment / service]
F --> I[DaemonSet + Deployment]
- Pipeline Deployment Guide
- Kubernetes Installation
- Helm Installation
- Docker Installation
- Linux Installation
- OpenShift Installation
- Prerequisites
- Step 1: Create Project
- Step 2: Create Security Context Constraints
- Step 3: Create Service Account and RBAC
- Step 4: Create ConfigMap
- Step 5: Deploy DaemonSet
- Step 6: Create Service
- Verification
- OpenShift-Specific Considerations
- Monitoring with OpenShift Monitoring
- Troubleshooting
- Next Steps
- AWS ECS Installation