imesh-ai / istio-academy

IMESH Istio Academy
1 stars 2 forks source link

Demo Banking Pods are not coming to Running state. #4

Open sreedharbukya opened 8 months ago

sreedharbukya commented 8 months ago

Hello Team,

This is Student from udemy, I have reported issues there, seems there is no reply so pushing here as well.


Events:
  Type     Reason     Age                From               Message
  ----     ------     ----               ----               -------
  Normal   Scheduled  63s                default-scheduler  Successfully assigned banking-app/account-5f8f9c4c4b-jp7ll to ip-10-XXXXX.ec2.internal
  Normal   Pulled     63s                kubelet            Successfully pulled image "imeshai/demo-bank-account:latest" in 125ms (125ms including waiting)
  Normal   Pulled     61s                kubelet            Successfully pulled image "imeshai/demo-bank-account:latest" in 126ms (126ms including waiting)
  Normal   Pulled     47s                kubelet            Successfully pulled image "imeshai/demo-bank-account:latest" in 115ms (115ms including waiting)
  Normal   Pulling    22s (x4 over 63s)  kubelet            Pulling image "imeshai/demo-bank-account:latest"
  Normal   Created    22s (x4 over 62s)  kubelet            Created container account
  Normal   Pulled     22s                kubelet            Successfully pulled image "imeshai/demo-bank-account:latest" in 131ms (131ms including waiting)
  Normal   Started    21s (x4 over 62s)  kubelet            Started container account
  Warning  BackOff    7s (x6 over 61s)   kubelet            Back-off restarting failed container account in pod account-5f8f9c4c4b-jp7ll_banking-app(271cb83e-8418-4fa2-8047-4763146fe7d4)

I tried to just get the deployment working in the banking-app with base/k8s folder, none of these pods are becoming running state.

Please can you check the issue urgently. I am working on getting understanding of Istio from your Udemy course.

Thanks, Sreedhar.

sreedharbukya commented 8 months ago

Found issue, It was due to Arm based VM linux which I was using instead of AMD based systems.