AWX installation in AWS EKS

,

Hi All,

I am using awx operator version 0.15.0 and my aws version is 19.5.0 , I am using aws eks as my infra. In my eks have 2 nodes, each node having 4 core and 16 GB size . After deploying awx I have seen that only one node is utilized by awx, it is not spanning on 2 nodes, Is there is any way to use two nodes , because I am getting slow performance because of this issue.

Thanks in advance for the help

(attachments)

You should be able to patch your deployment to run 2 replicas rather than 1 - either via the operator, or just using kubectl (unless I have misunderstood the question)

Alternatively you might get better performance by increasing the request limits of the containers documented here