Skip to content

Commit 0dbdd40

Browse files
committed
publish: old posts
1 parent a97684e commit 0dbdd40

File tree

7 files changed

+64
-30
lines changed

7 files changed

+64
-30
lines changed

content/journey/journey.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "My Software Journey: Intro"
3+
date: 2024-07-01T19:11:50+03:00
4+
draft: false
5+
description: "My Software Journey"
6+
image: "/images/journey/1.jpg"
7+
imageBig: "/images/journey/1.jpg"
8+
categories: ["journey"]
9+
avatar: "/images/avatar.webp"
10+
---
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+
![incantogamus](/images/journey/discover.webp)

content/journey/mission-1.md

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
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"]
99
avatar: "/images/avatar.webp"
1010
---
1111

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-
1412
## Mission 1
1513

1614
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
4846
- The Helm Chart is accessible at: https://civilcoder55.github.io/learning-helm-charts/
4947
- updated the application readme to include the Helm Chart usage. https://github.com/civilcoder55/incantogamus
5048

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-
![incantogamus](/images/journey/prom-1.png)
65-
66-
![incantogamus](/images/journey/prom-2.png)
67-
68-
![incantogamus](/images/journey/prom-3.png)
6949

70-
- [ ] Collect K8s Cluster Metrics Using Prometheus
71-
- [ ] Visualize the Metrics Using Grafana
72-
- [ ] Create Alerts using Prometheus Alertmanager

content/journey/mission-2.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "My Journey: Prometheus and Grafana"
3+
date: 2024-08-06T19:11:50+03:00
4+
draft: false
5+
description: "Discovering Prometheus and Grafana"
6+
image: "/images/journey/prom.png"
7+
imageBig: "/images/journey/prom.webp"
8+
categories:
9+
[
10+
"journey",
11+
"prometheus",
12+
"grafana",
13+
"monitoring",
14+
"metrics",
15+
"asterisk",
16+
"observability",
17+
"dashboard",
18+
]
19+
avatar: "/images/avatar.webp"
20+
---
21+
22+
## Mission 2
23+
24+
- [x] Discover Prometheus and Grafana
25+
26+
- 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.
27+
- I also gained knowledge on creating and using an Exporter to gather metrics from an application and expose them to Prometheus.
28+
29+
- [x] Collect and Visualize Asterisk Metrics
30+
31+
- I collected metrics from an Asterisk server using the Asterisk `res_prometheus` module and exposed them to Prometheus.
32+
- I visualized these metrics using a simple Grafana dashboard.
33+
- Additionally, I used `node_exporter` to collect metrics from the Asterisk server node.
34+
35+
![incantogamus](/images/journey/prom-1.png)
36+
37+
![incantogamus](/images/journey/prom-2.png)
38+
39+
![incantogamus](/images/journey/prom-3.png)
40+
41+
- [ ] Collect K8s Cluster Metrics Using Prometheus
42+
- [ ] Visualize the Metrics Using Grafana
43+
- [ ] Create Alerts using Prometheus Alertmanager

static/images/journey/discover.webp

227 KB
Binary file not shown.

static/images/journey/k8s.png

32 KB
Loading

static/images/journey/prom.png

4.15 KB
Loading

static/images/journey/prom.webp

24.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)