/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

davidalfonso.es
| | bfontaine.net
1.8 parsecs away

Travel
| | Tips and tricks in Python, Bash, Clojure and other languages/environments.
| | danigm.net
2.2 parsecs away

Travel
| | [AI summary] The article explains how Python modules are managed in Linux systems, covering PYTHONPATH, package installation with pip, virtual environments, and tools like pipx and poetry for dependency management.
| | jpetazzo.github.io
2.1 parsecs away

Travel
| | [AI summary] A technical guide exploring various strategies for managing Python dependencies within Docker, including distro packages, requirements.txt, two-Dockerfile workflows, pip caching techniques, and virtualenv usage.
| | jessitron.com
19.9 parsecs away

Travel
| TL;DR: skip to this readme for the easiest path When you're running applications in Kubernetes, and you're using OpenTelemetry for observability, then one recommended practice is to run the OpenTelemetry Collector on each node in your cluster. Then each of your applications can send telemetry data (traces, metrics, logs) to that local collector. To run