Simon Willison: TILs on kubernetes

Atom feed for kubernetes

kubernetes kubectl proxy - 2021-12-28

Learned about this today as a way of accessing the Kubernetes REST API. …

kubernetes Basic Datasette in Kubernetes - 2021-11-05

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. …