Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Deploy CRDs to prometheus-op-system

kubectl -n prometheus-op-system create -f scenarios/prometheus-operator/.reference/bundle.yaml

Prometheus-Operator Scenario

Installing Prometheus-Operator

  1. Install the Prometheus-Operator CRDs(Custom Resource Definitions):
kubectl apply --server-side -f bundle.yaml
  1. Verify installation: confirm the Prometheus-Operator pod have running status.
kubectl get pods -n prometheus-operator

Stress scenario

TODO

Vanilla HPA

TODO

Keda autoscaler

  1. Add Helm repo:
helm repo add kedacore https://kedacore.github.io/charts
helm repo update
  1. Install keda Helm chart:
helm install keda kedacore/keda --namespace keda --create-namespace
  1. Verify installation: confirm the Keda-Operator pods have running status.
kubectl get pods -n keda