Explore >> Select a destination


You are here

actuated.dev
| | www.opensourceforu.com
2.1 parsecs away

Travel
| | Kubernetes is more than just a tool; it serves as a robust platform, streamlining the deployment of applications, as well as their scaling and operation in
| | blog.alexellis.io
0.4 parsecs away

Travel
| | I saw an opportunity to fix self-hosted runners for GitHub Actions. Actuated is now in pilot and aims to solve most if not all of the friction.
| | inlets.dev
2.1 parsecs away

Travel
| | On Nov 1st, all images pulled from the Docker Hub will be subjected to severe limits, which will affect all Kubernetes users. Learn what solutions exist, and how how to prepare.
| | scorpiosoftware.net
14.6 parsecs away

Travel
| In the Linux world, the eBPF technology has been around for years. Its purpose is to allow writing programs that run within the Linux kernel. However, contrary to standard kernel modules, eBPF runs in a constrained environment, its API is limited as to not hurt the kernel. Furthermore, every eBPF program must be verified before...