To help review your infrastructure, please include the following screenshots in this directory::
- DockerHub showing containers that you have pushed
- GitHub repository’s settings showing your Travis webhook (can be found in Settings - Webhook)
- Travis CI showing a successful build and deploy job
- To verify Kubernetes pods are deployed properly
kubectl get pods
- To verify Kubernetes services are properly set up
kubectl describe services
- To verify that you have horizontal scaling set against CPU usage
kubectl describe hpa
- To verify that you have set up logging with a backend application
kubectl logs {pod_name}