Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
Cloud Tagging Strategies That Actually Work
10 min read

Cloud Tagging Strategies That Actually Work

Tagging is the foundation of cloud governance, cost allocation, and automation. Here's how to implement tagging consistently across your infrastructure using context modules, policies, and automation.

#aws#terraform#tagging#finops#governance#devops
Secretless Broker: Zero-Secret Applications
6 min read

Secretless Broker: Zero-Secret Applications

Remove secrets from your applications entirely with Secretless Broker. Inject database credentials, API keys, and certificates via sidecar without your app knowing they exist.

#secretless#security#kubernetes#zero-trust#secrets-management#sidecar
OPA Gatekeeper: Policy as Code for Kubernetes
7 min read

OPA Gatekeeper: Policy as Code for Kubernetes

Implement admission control policies with OPA Gatekeeper. Enforce security standards, naming conventions, resource limits, and compliance requirements at the cluster level.

#opa#gatekeeper#kubernetes#policy-as-code#security#admission-control
Database on Kubernetes - When It Makes Sense
6 min read

Database on Kubernetes - When It Makes Sense

Running databases on Kubernetes is controversial. Sometimes it's the right call, sometimes it's a disaster waiting to happen. Here's how to decide, and how to do it properly if you choose to proceed.

#kubernetes#databases#postgresql#stateful#operators#storage