antonputra / tutorials

DevOps Tutorials
https://youtube.com/antonputra
MIT License
3.2k stars 2.5k forks source link

lesson 155 - istio - image error #217

Closed barakvbzz closed 8 months ago

barakvbzz commented 8 months ago

hello,

first, thank you for your lessons, they are great.

i ex1, once the image is pulled ok, i describe the pods because it status is "Error": Back-off restarting failed container first-app in pod first-app-v1-75f898c6bb-xrxjw_staging(266bde88-bce9-4e59-ae2d-df1ce4fa3ca2)

image: aputra/myapp-lesson155:latest

it is also at second app

antonputra commented 8 months ago

I remember for old videos I only built images for a specific architecture, ARM (MacBook), and AMD. So, I would suggest building your own image using the source code and Dockerfile in the lesson: 'docker build -t ...'.

Screenshot 2024-03-21 at 11 22 40 AM Screenshot 2024-03-21 at 11 22 49 AM