This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup application | |
git clone https://github.com/rslim087a/application-monitoring-prometheus | |
cd application-monitoring-prometheus | |
kubectl apply -f . | |
# Access the fast API | |
kubectl port-forward svc/fastapi-app -n monitoring 8000:8000 |