|
You are here |
stephennimmo.com | ||
| | | | |
eradman.com
|
|
| | | | | [AI summary] This article provides steps for deploying Redash on Kubernetes, including configuration files, service descriptions, and database initialization commands. | |
| | | | |
til.simonwillison.net
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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... | ||