File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,24 @@ This project demonstrates a complete monitoring-enabled deployment pipeline for
3131
3232Deploy the application and observability stack locally using Minikube:
3333
34+ ### 1. Start Minikube
35+
3436``` bash
35- # Apply all Kubernetes manifests
36- kubectl apply -f k8s/
37+ minikube start
3738
3839# Create namespaces for Prometheus and Grafana
40+
3941kubectl create namespace prometheus
4042kubectl create namespace grafana
4143
44+ # Apply all Kubernetes manifests
45+
46+ kubectl apply -f k8s/
47+ kubectl apply -f k8s/prometheus
48+ kubectl apply -f k8s/grafana
49+
4250# Expose services via Minikube
51+
4352minikube service grafana
4453minikube service prometheus-service -n prometheus
4554minikube service node-service
You can’t perform that action at this time.
0 commit comments