AWX UI becomes unavailable during Job Template Execution hosted on kubernetes

Hi,

I have awx pods running on kubernetes:

details:
AWX_Version: AWX 22.2.0

awx-operator-controller-manager-774c766fd4-7d65g 2/2 Running 0 3d21h
awx-postgres-13-0 1/1 Running 0 3d21h
awx-task-654b64557f-djrmr 4/4 Running 0 3d21h
awx-web-5d94c7bdcd-9kwts 3/3 Running 0 3d21h

The issue is that whenever I run any AWX job template the UI becomes unavailable until and unless jobs completed.

kubectl get pods -n awx
NAME READY STATUS RESTARTS AGE
automation-job-4150-zz272 1/1 Running 0 4m42s
automation-job-4152-wgrj5 1/1 Running 0 4m23s
automation-job-4155-xg9ld 1/1 Running 0 116s
automation-job-4156-j9lql 1/1 Running 0 98s
awx-operator-controller-manager-774c766fd4-7d65g 2/2 Running 0 3d21h
awx-postgres-13-0 1/1 Running 0 3d21h
awx-task-654b64557f-djrmr 4/4 Running 0 3d21h
awx-web-5d94c7bdcd-9kwts 3/3 Running 0 3d21h

What can be the reason

Hi,
Are the resources in your Kubernetes cluster sufficient?
It might simply be a case of insufficient CPU or memory in the Kubernetes cluster, causing the web pod to lack the resources needed to respond.

Hi @kurokobo ,

This are the details for awx-web container inside awx_web pod

Requests:
cpu: 100m
memory: 128Mi

The information about the request values is not very helpful here. What kind of Kubernetes cluster are you using? Also, do the nodes that make up the cluster have sufficient CPU and memory?
Also please check the logs of the web pod and use the kubectl describe command to look at the Events of the pod.