Prerequisites
Before installing:- You have access to your Kubex instance details
- You have Helm access to your cluster
- You can install CRDs in the target cluster
- You can create required cluster-scoped RBAC and admission webhook resources
Step 1: Prepare Required Values
Start from the chart template: https://github.com/densify-dev/helm-charts/blob/master/charts/kubex-automation-engine/kubex-automation-values.yaml At minimum, set:Step 2: Add Helm Repo
Step 3: Install CRDs
Step 4: Install Automation Engine
- Installation still requires cluster-scoped permissions for RBAC and admission webhook resources
- Set
openshift.enabled=truefor the chart’s restricted-friendly OpenShift path - Set
openshift.fsGrouponly if your cluster policy requires it
Step 5: Verify Health
Step 6: Create First Strategy and Policy
You can either:- Use Helm-managed values (
scopeandpolicy.policies) for generated cluster-scoped resources - Manage CR manifests directly with
kubectlor GitOps
- Policy resolution in controller logs
- Recommendation ingestion and rightsizing application for targeted workloads

