PJrArthur
442 posts

PJrArthur
@PJrArthur1
Trader | Road to DevOps/SR engineer
เข้าร่วม Ocak 2021
111 กำลังติดตาม25 ผู้ติดตาม

Prometheus Architecture Explained: 🔍
Step 1 → Retrieval & Service Discovery: Automatically discovers targets in dynamic environments like K8s to pull metrics.
Step 2 → Prometheus Server: The central engine that scrapes data, handles logic, and manages the storage lifecycle.
Step 3 → TSDB: An efficient time-series database that stores metrics for fast real-time and historical querying.
Step 4 → Pushgateway: A specialized component that captures metrics from short-lived jobs before they exit.
Step 5 → Exporters: Translators that expose metrics from third-party apps and systems for Prometheus to ingest.
Step 6 → Alertmanager: The watchdog that triggers notifications to Slack or Email based on your defined thresholds.
Step 7 → PromQL & Grafana: Use advanced queries to feed data into the Prometheus UI or build custom dashboards in Grafana.
Prometheus is the gold standard for full-stack observability in distributed, cloud-native systems.
Source Repo: github.com/iam-veeramalla…
GIF
English
PJrArthur รีทวีตแล้ว

Reminder for anyone learning DevOps:
You don't have to know everything.
Linux, Docker, Kubernetes, Terraform, AWS, GCP,
CI/CD, service mesh, eBPF, GitOps, SRE, observability...
Nobody knows all of it.
Not even the people who tweet as experts.
Pick a direction. Go deep.
The breadth comes naturally over time.
What's the one area you're going deep on right now?
English

@devops_nk Yeah I did not recall it correctly. I just took a look at my projects and realized it. Thanks!
English

@PJrArthur1 Let me tell you:
test is terraform resource name
test-lb-tf will be created in aws
English

I even deleted Nano just to get rid of the reflex use it and create a new reflex for Vim😁.
PJrArthur@PJrArthur1
I think it’s now safe to say I have switched from Nano to Vim.
English

@PJrArthur1 Yet people do it, specially when people use cicd for terraform
English

Decided to create a full EC2 infrastructure with this network and SG setup.


PJrArthur@PJrArthur1
Today on terraform: 1) Created a detailed AWS network with VPC, subnet, internet gateway, route table and routable association. 2) created a IAM user with read only access and change password policies. Images tomorrow!
English













