Kubernetes Security and RBAC
Day 40 of 90 Days of DevOps - Kubernetes Security and RBAC. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
458 words
|
2 minutes
Kubernetes StatefulSets and Persistent Storage
Day 39 of 90 Days of DevOps - Kubernetes StatefulSets and Persistent Storage. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
390 words
|
2 minutes
HTML video with subtitles
Via [Mariatta](https://fosstodon.org/@mariatta/112883308634473940) I found my [PyVideo speaker page](https://pyvideo.org/speaker/simon-willison.htm...
268 words
|
1 minute
Shrinking PNG files with pngquant and oxipng
I usually use [Squoosh.app](https://squoosh.app/) to reduce the size of my PNGs, but in this case I had a folder with nearly 50 images in it so I w...
189 words
|
1 minute
Kubernetes Ingress and Load Balancing
Day 38 of 90 Days of DevOps - Kubernetes Ingress and Load Balancing. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
493 words
|
2 minutes
A simple pattern for inlining binary content in a Python script
For [simonw/til issue #82](https://github.com/simonw/til/issues/82) I needed to embed some binary content directly in a Python script.
416 words
|
2 minutes
Search and replace with regular expressions in VS Code
I wanted to replace all instances of this:
93 words
|
1 minute
Running multiple servers in a single Bash script
I spotted [this script](https://github.com/varunshenoy/opendream/blob/main/run_opendream.sh) that starts the [opendream](https://github.com/varunsh...
424 words
|
2 minutes