Skip to content

Instantly share code, notes, and snippets.

View Emmanuerl's full-sized avatar

Chukwuemeka chukwurah Emmanuerl

View GitHub Profile
# 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