Fix Python App Deployed on Kubernetes

I edit the deployment - image name and container port. And the container is up and running. But how to access that python app to approve. What is the my mistake?

i also failed this task, i managed run pod and service are running. However, the task is failed with “python app is not up and accessible on nodePort”

I managed to resolve the issue. pls validate container port and service ports. you may use ‘kubectl exec pod-xxxx – curl http://localhost:5000

1 Like