Forge Your Knowledge

The latest articles, tutorials, and insights from our DevOps experts.

Running Highly Available Databases in Kubernetes — Part 1
KubernetesDatabases
January 30, 2026
David Essien

Running Highly Available Databases in Kubernetes — Part 1

This article explores the realities, trade-offs, and first principles of running highly available databases in Kubernetes. It explains why Kubernetes is optimized for stateless, ephemeral workloads, the challenges databases face under these assumptions, and what operational responsibilities teams inherit when they attempt to run production-critical stateful systems on Kubernetes.

Read Article
Running Highly Available Databases in Kubernetes — Part 2
KubernetesDatabases
January 30, 2026
David Essien

Running Highly Available Databases in Kubernetes — Part 2

This article continues the discussion on running highly available databases in Kubernetes, focusing on practical architecture patterns, operational realities, and responsible design. It covers consensus-based clusters, operator-managed databases, Kubernetes primitives that matter, backup and restore strategies, and how to make informed decisions about running databases in production.

Read Article
Choosing AWS Services: A Workload-First Framework for Lambda vs ECS
AWSCloud Architecture
January 21, 2026
David Essien

Choosing AWS Services: A Workload-First Framework for Lambda vs ECS

This article presents a workload-first framework for choosing between AWS Lambda and Amazon ECS. It explains why both services can dramatically reduce costs in different scenarios, and shows how execution patterns, operational realities, and long-term economics—not service preference—should drive architectural decisions.

Read Article
AWS VPC Endpoints with Terraform: A Practical Guide to Private Routing and Endpoint Policies
AWSTerraform
January 16, 2026
David Essien

AWS VPC Endpoints with Terraform: A Practical Guide to Private Routing and Endpoint Policies

Learn how to build VPC endpoints in AWS using Terraform, enforce network-level security with endpoint policies, and ensure private, auditable traffic flows for your workloads.

Read Article
AWS VPC Endpoints: Cut NAT Costs + Boost Security with Private AWS Access
AWSVPC
January 15, 2026
David Essien

AWS VPC Endpoints: Cut NAT Costs + Boost Security with Private AWS Access

Discover how AWS VPC endpoints keep your workloads private, reduce NAT costs, and enforce secure connectivity to AWS services. Learn the differences between Gateway and Interface endpoints, DNS implications, and layered security.

Read Article
The Complete Security Guide to Your Kubernetes Cluster: Principles, Pitfalls, and Practices
KubernetesSecurity
January 12, 2026
David Essien

The Complete Security Guide to Your Kubernetes Cluster: Principles, Pitfalls, and Practices

This article examines Kubernetes security from first principles. It explains how real-world failures occur across the container lifecycle, cluster control plane, networking, identity, and data layers—and what disciplined, layered practices can be applied to reduce blast radius, slow attackers, and recover safely when things go wrong.

Read Article
Page 1 of 3