Kubernetes StatefulSets and Persistent Storage
2024-02-08
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
2024-02-08
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
2024-02-07
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
2024-02-07
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
Running multiple servers in a single Bash script
2024-02-06
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
Kubernetes ConfigMaps and Secrets
2024-02-06
Day 37 of 90 Days of DevOps - Kubernetes ConfigMaps and Secrets. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
0 words
|
1 minute
Kubernetes Deployments and Services
2024-02-05
Day 36 of 90 Days of DevOps - Kubernetes Deployments and Services. Part of the Containerization & Orchestration series covering essential DevOps concepts and hands-on practices.
323 words
|
2 minutes
Avoiding "length" errors in Apache Bench with the -l option
2024-02-05
I was using the Apache Bench `ab` command to exercise some new code I'm writing in Datasette and I noticed I was getting a lot of errors:
239 words
|
1 minute