cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Minimum System Requirement for Dynatrace Kubernetes Operator?

agylpradipta
Helper

So when I tried to deploy OneAgent for AWS EKS, I got this error:

- cluster-name-activegate-0
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal NotTriggerScaleUp 98s (x121 over 21m) cluster-autoscaler pod didn't trigger scale-up: 2 max node group size reached
Warning FailedScheduling 69s (x42 over 21m) default-scheduler 0/3 nodes are available: 3 Insufficient cpu. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod.

agylpradipta_0-1710387038171.png


Is there any resource requirement for this Dynatrace to be able run in EKS?

Thank you in advance

3 REPLIES 3

BigBill
Frequent Guest

This may not exactly answer your question, but I installed AG and OA on AWS EKS using the operator and I didn't observe anything like that. Everything installed correctly and works properly.

Cheers,

BB

PacoPorro
Dynatrace Champion
Dynatrace Champion

Check the dynakube.yaml where you can find the  initial AG requirements

PacoPorro_0-1710401829658.png

 

michiel_otten
Mentor

In addition: the kubernetes scheduler tries to schedule a pod on a kubernetes node based on the requested (not limit). So in the example above the nodes need to have 500m cpu available. You can reduce this number by decreasing this number. Of course you can't reduce this endlessly. 

#Performance matter!

Featured Posts