Skip to content

Commit 1c70517

Browse files
committed
add pics
1 parent 99c00b7 commit 1c70517

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
1+
![Rust_programming_language_black_logo.svg.png](img/Rust_programming_language_black_logo.svg.png)
22
# Rust App that calculates the Fibonacci sequence and deploys it to Kubernetes
33

4+
45
> [!TIP]
56
> * This project provides various implementations of the Fibonacci sequence in Rust, including recursive, memoized, iterative, and dynamic programming approaches.
67
> * It also includes a Kubernetes deployment with Helm charts deploying to minikube.
@@ -130,7 +131,7 @@ minikube service fibonacci-service
130131
kubectl exec -it <your-pod-name> -- /bin/sh
131132
cat fibonacci.log
132133
```
133-
2.5 Monitoring the Application
134+
2.5 Monitoring the Application with Prometheus and Grafana
134135
> [!TIP]
135136
> You can monitor the application using Prometheus and Grafana.
136137
> [!TIP]
@@ -143,10 +144,12 @@ kubectl port-forward svc/prometheus 9090:9090
143144
kubectl port-forward svc/grafana 3000:3000
144145
```
145146

147+
![Prometheus_software_logo.svg.png](img/Prometheus_software_logo.svg.png)
146148
> [!TIP]
147149
> Go to http://localhost:9090 to access the Prometheus dashboard.
148150
> You will see a similar picture as below if you look for the requests_total metric:![prometheus.png](img/prometheus.png)
149151
152+
![Grafana_logo.svg.png](img/Grafana_logo.svg.png)
150153
> [!TIP]
151154
> Go to http://localhost:3000 to access the Grafana dashboard.
152155
> Login with the default username and password (admin/admin).

img/Grafana_logo.svg.png

13.3 KB
Loading
9.43 KB
Loading
6.49 KB
Loading

0 commit comments

Comments
 (0)