This project provides a lab environment for exploring the OpenTelemetry Collector using Kubernetes.
Make sure you have the following tools installed:
To see the list of available commands, run the following command:
make help
Make help Output π
help "Help"
create-cluster "Create a Kubernetes kind cluster"
grafana-stack: "Deploy Stack Grafana [Grafana Web, Tempo, Loki and Prometheus]"
grafana-port-forward: "Port forward Grafana-Web"
delete-cluster "Delete the Kubernetes cluster"
To create a local Kubernetes cluster, run:
make create-cluster
This will set up a Kubernetes environment using Kind, preconfigured with cert-manager for certificates and metrics-server for monitoring.
Deploy a Grafana stack to manage telemetry data, including trace, metrics and logs.
make grafana-stack
To access Grafana, run the following command:
grafana-port-forward
Then, open your browser and navigate to: http://localhost:8080
Use the following credentials:
Username: admin
Password: admin
If you want to remove the cluster, use the following command:
make delete-cluster
This will delete the local Kubernetes cluster.
Feel free to contribute or open an issue if you encounter any problems!
Let me know if you need further tweaks!
- Grafana Tempo - Trace: tempo.monitoring.svc.cluster.local:4317
- Grafana Loki - Logs: http://loki.monitoring.com:3100/otlp/v1/logs
- Prometheus - Metric: http://prometheus.monitoring.svc.cluster.local:9090/api/v1/write