/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

stephennimmo.com
| | eradman.com
1.5 parsecs away

Travel
| | [AI summary] This article provides steps for deploying Redash on Kubernetes, including configuration files, service descriptions, and database initialization commands.
| | til.simonwillison.net
1.5 parsecs away

Travel
| | This recipe for deploying the official datasetteproject/datasette container in Kubernetes just worked for me. It uses an interesting (possibly nasty?) trick to install plugins and download a SQLite database file on container startup, without needing to bake a brand new container image.
| | managing.blue
1.3 parsecs away

Travel
| | While creating a Deployment earlier today, I faced a weird situation where a specific environment variable that was held as a Secret, was not being set. I tried deleting and recreating the secret, with no success. Mind you this was a long YAML with volumes, volumeMounts, ConfigMaps as enviroment variables, lots of lines. In the...
| | managing.blue
2.6 parsecs away

Travel
| dexidp.io contains valueable information on how to configure and run DexIdp, but even though they provide a docker container, there is scarce information on how to configure and run it. So let's create a DexIdp deployment in a Docker Desktop kubectl create deployment dexidp --image dexidp/dex We see from the Dockerfile that dex is being...