mreider / k8s

A little otel local demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Colima local setup

About

This is my Colima setup for my Mac Silicon

What it does:

  1. Asks for a Dynatrace token
  2. Containerizes a small Python app
  3. Pushes the app and the Dynatrace Otel Collector to local k3s
  4. Sends OTel data to Dynatrace

Install Colima

brew install colima

Then clone this repo and run the setup

git clone https://github.com/mreider/k8s.git
cd k8s
./setup.sh

Enter your Dynatrace API endpoint Enter your Dynatrace Token:

That's it!

About

A little otel local demo

License:MIT License


Languages

Language:Python 62.7%Language:Shell 32.7%Language:Dockerfile 4.6%