Deploy CRDs to prometheus-op-system
kubectl -n prometheus-op-system create -f scenarios/prometheus-operator/.reference/bundle.yaml
- Install the Prometheus-Operator CRDs(Custom Resource Definitions):
kubectl apply --server-side -f bundle.yaml
- Verify installation: confirm the Prometheus-Operator pod have
running
status.
kubectl get pods -n prometheus-operator
TODO
TODO
- Add Helm repo:
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
- Install keda Helm chart:
helm install keda kedacore/keda --namespace keda --create-namespace
- Verify installation: confirm the Keda-Operator pods have
running
status.
kubectl get pods -n keda