Understanding CoreDNS in Kubernetes - A Deep Dive
2024-09-27
An in-depth exploration of CoreDNS in Kubernetes, its role in service discovery, and how it enhances cluster networking capabilities.
427 words
|
2 minutes
Training nanoGPT entirely on content from my blog
2024-09-27
This is a follow-up to [Running nanoGPT on a MacBook M2 to generate terrible Shakespeare](https://til.simonwillison.net/llms/nanogpt-shakespeare-m2).
1029 words
|
5 minutes
Using boto3 from the command line
2024-09-27
I found a useful pattern today for automating more complex AWS processes as pastable command line snippets, using [Boto3](https://aws.amazon.com/sd...
147 words
|
1 minute
Demystifying SSL/TLS - A Visual Guide to Secure Communication
2024-09-26
An in-depth exploration of how SSL/TLS works, with custom diagrams and animations to illustrate the handshake process and encryption mechanisms.
740 words
|
4 minutes
Mastering ConfigMaps and Secrets in Kubernetes - A Practical Guide
2024-09-26
A comprehensive guide to implementing and understanding ConfigMaps and Secrets in Kubernetes, with practical examples of injecting configuration and sensitive data into pods.
487 words
|
2 minutes
Mastering Kubernetes Health Probes - A Practical Guide
2024-09-26
A comprehensive guide to implementing and understanding health probes in Kubernetes, with practical examples of liveness and readiness probes.
517 words
|
3 minutes
Mastering Kubernetes Autoscaling - A Hands-On Guide to HPA
2024-09-26
A comprehensive, hands-on guide to implementing and understanding Horizontal Pod Autoscaling (HPA) in Kubernetes, with practical examples and key insights.
445 words
|
2 minutes
Exploring Resource Requests and Limits in Kubernetes - A Practical Guide
2024-09-26
A hands-on guide to implementing and understanding resource requests and limits in Kubernetes, with step-by-step instructions and practical examples.
814 words
|
4 minutes