Skip to content

Commit f779a7a

Browse files
authored
Update README.md
1 parent 62cdcf8 commit f779a7a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,24 @@ This project demonstrates a complete monitoring-enabled deployment pipeline for
3131

3232
Deploy 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+
3941
kubectl create namespace prometheus
4042
kubectl 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+
4352
minikube service grafana
4453
minikube service prometheus-service -n prometheus
4554
minikube service node-service

0 commit comments

Comments
 (0)