|
1 | 1 | ---
|
2 |
| -title: "Sw Journey: Mission 1" |
3 |
| -date: 2024-08-06T19:11:50+03:00 |
4 |
| -draft: true |
5 |
| -description: "Software Journey Mission 1" |
6 |
| -image: "/images/journey/1.jpg" |
7 |
| -imageBig: "/images/journey/1.jpg" |
8 |
| -categories: ["journey", "k8s", "kubernetes"] |
| 2 | +title: "My Journey: K8s and Helm" |
| 3 | +date: 2024-08-05T19:11:50+03:00 |
| 4 | +draft: false |
| 5 | +description: "Discovering Kubernetes and Helm Charts" |
| 6 | +image: "/images/journey/k8s.png" |
| 7 | +imageBig: "/images/journey/k8s.png" |
| 8 | +categories: ["journey", "k8s", "kubernetes", "helm", "helm-charts", "docker"] |
9 | 9 | avatar: "/images/avatar.webp"
|
10 | 10 | ---
|
11 | 11 |
|
12 |
| -I'm starting a journey to build random stuff, and apply and practice Backend Engineering, I will go from a Monolithic application to a Microservices exploring and building cool stuff and Proof of Concepts. 🚀💻 |
13 |
| - |
14 | 12 | ## Mission 1
|
15 | 13 |
|
16 | 14 | during this week I will discover and learn Kubernetes, and how to deploy a simple application to k8s.
|
@@ -48,25 +46,4 @@ the API will be a **Incantogamus app** a simple CRUD application for video games
|
48 | 46 | - The Helm Chart is accessible at: https://civilcoder55.github.io/learning-helm-charts/
|
49 | 47 | - updated the application readme to include the Helm Chart usage. https://github.com/civilcoder55/incantogamus
|
50 | 48 |
|
51 |
| -## Mission 2 |
52 |
| - |
53 |
| -- [x] Discover Prometheus and Grafana |
54 |
| - |
55 |
| - - I discovered Prometheus, understanding its functionality and how to use it for monitoring applications. Additionally, I learned about Grafana and how to visualize the metrics collected by Prometheus. |
56 |
| - - I also gained knowledge on creating and using an Exporter to gather metrics from an application and expose them to Prometheus. |
57 |
| - |
58 |
| -- [x] Collect and Visualize Asterisk Metrics |
59 |
| - |
60 |
| - - I collected metrics from an Asterisk server using the Asterisk `res_prometheus` module and exposed them to Prometheus. |
61 |
| - - I visualized these metrics using a simple Grafana dashboard. |
62 |
| - - Additionally, I used `node_exporter` to collect metrics from the Asterisk server node. |
63 |
| - |
64 |
| -  |
65 |
| - |
66 |
| -  |
67 |
| - |
68 |
| -  |
69 | 49 |
|
70 |
| -- [ ] Collect K8s Cluster Metrics Using Prometheus |
71 |
| -- [ ] Visualize the Metrics Using Grafana |
72 |
| -- [ ] Create Alerts using Prometheus Alertmanager |
0 commit comments