Exploring Software
About
Articles
Books
Posts
Talks
Categories
echo $RANDOM. Exploring Software and writing about it.
Find me on
,
and
.
Writings
2021-01-18
Concurrency safe file access in Go
2020-12-31
Notes on Chaos Engineering
2020-12-20
Embedding files in Go using the "embed" package
2020-12-13
Authentication between services using Kubernetes primitives
2020-07-27
Static and dynamic checks for your Kubernetes workloads
2020-05-28
Using Gatekeeper in Kubernetes
2020-05-26
Getting started with Golang plugins
2020-05-20
Kubernetes pod security policies
2020-05-07
How to Set up Log Forwarding in a Kubernetes Cluster Using Fluent Bit
2020-05-05
Sorting pages by last modified date in Hugo
2020-04-28
Using cloud custodian to ensure compliance across AWS resources
2020-01-02
Restricting attributes that can be set in Python
2019-12-20
On managing Kubernetes YAML manifests
2019-12-12
Correlated error logging
2019-12-07
Using Golang for automating infrastructure and operations work
2019-11-26
Jenkins Docker Workflow plugin - A look inside `inside()`
2019-10-18
Bash function and exiting early
2019-09-05
Using a specific SSH private key
2019-08-23
User access management on AWS Kubernetes cluster
2019-08-07
Notes on Go