Day 17: Kubernetes Troubleshooting
Application Failure
User is unable to access the 2-tier application.
User → web (web-service) → DB (DB-service).
Debugging
Try to access the application via URL Ex: Curl http://web-service-ip:node-port, if its not working check the services.
Check ...
prasanna-devops.hashnode.dev1 min read