Explore >> Select a destination


You are here

greg.molnar.io
| | willhaley.com
2.6 parsecs away

Travel
| | These are the steps I use to set up k3s lightweight kubernetes for local development with Arch Linux. This guide results in a deployment using LetsEncrypt via Traefik, HTTPS support, and a vanilla nginx web server. Note that, with these instructions, LetsEncrypt will only generate a valid HTTPS certificate if the computer where k3s is being installed can be reached via HTTP on port 80 over the public Internet using the domain name we specify below. Routing and Firewall Enable IP forwarding.
| | www.dudley.codes
4.2 parsecs away

Travel
| | While developers can use environment variables to inject secrets into containers at run-time, build args should never be used to inject secrets into Docker images at build-time. This post examines why and how to work around these concerns using a fictional application written in Go.
| | nts.strzibny.name
0.8 parsecs away

Travel
| | Here's one way of a cloud-independent deployment of Rails, Sidekiq, PostgreSQL, and Redis on single virtual server with Kamal.
| | jlu5.com
20.0 parsecs away

Travel
| [AI summary] The article details the process of running Docker inside an unprivileged LXC container on a Debian 11 host, overcoming challenges related to container nesting, storage drivers, and kernel compatibility.