$ 0 0 Your Dockerfile is exposing port 8002 (EXPOSE 8002), but your app is started on port 8080.Additionally, your Kubernetes configuration is pointing to port 80 of your pod.You should set it so that all three configurations use the same port.