I am pursuing a Master's in Communication Systems and Networks at the Cologne University of Applied Sciences, Germany.
Nothing here yet.
Jun 18, 2025 路 7 min read 路 The OpenTelemetry Collector (OTel Collector) is a vendor-agnostic service that helps you collect, process, and export telemetry data (metrics, logs, and traces) from your applications. It is a core component of the OpenTelemetry ecosystem and plays a...
Join discussionJun 4, 2025 路 5 min read 路 Step 1: AWS EKS setup Create a standard EC2 instance (t2.micro is also acceptable) to establish the entry point for the EKS cluster. Install AWS CLI v2 curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" sudo apt ins...
Join discussionMay 16, 2025 路 9 min read 路 Otel Astronomy Shop Demo App What is Open Telemetry (OTel)? OpenTelemetry is an open-source project designed to provide a unified standard for collecting and managing telemetry data from software applications, including traces, metrics, and logs. It ...
Join discussionMay 1, 2025 路 6 min read 路 馃О PREREQUISITES: EC2 Instance: t2.medium (Ubuntu 24.04) Security Group: Open port 30000-32767 for NodePort 馃敡 STEP 1: Install Docker, Minikube, kubectl 1. Install Docker sudo apt update -y sudo apt install -y docker.io curl sudo systemctl enable...
Join discussion