/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

blog.nuculabs.de
| | devopsspiral.com
3.9 parsecs away

Travel
| | In this article I'm describing how easy you could use bcc utilities (eBPF) to inspect tools on your system with ansible as an example.
| | jessitron.com
2.2 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
| | www.buildahomelab.com
2.1 parsecs away

Travel
| | How to Install Ansible with pipenv and pyenv. Pipenv gives a lot of flexibility over ansible project versioning.
| | vxlabs.com
20.4 parsecs away

Travel
| The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the...