# OpenShift Installation Deploy Telegen on Red Hat OpenShift with the required Security Context Constraints. ## Prerequisites - OpenShift 4.10+ - Cluster admin permissions - `oc` CLI configured --- ## Step 1: Create Project ```bash oc new-project telegen ``` --- ## Step 2: Create Security Context Constraints Telegen requires privileged access for eBPF instrumentation: ```bash oc apply -f - <