diff --git a/README.md b/README.md index eeac9e3..5bd11f8 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,8 @@ Watch the scaling happen in real-time: ```bash kubectl get hpa -n severed-apps -w ``` + +This is how the grafana UI should look like. Notice that we are not signed in. + +![part1.png](assets/part1.png) +![part2.png](assets/part2.png) diff --git a/assets/part1.png b/assets/part1.png new file mode 100644 index 0000000..68b5078 Binary files /dev/null and b/assets/part1.png differ diff --git a/assets/part2.png b/assets/part2.png new file mode 100644 index 0000000..5d28adb Binary files /dev/null and b/assets/part2.png differ