AWS June 2026 · 10 min read

AWS IAM Explained: Users, Roles, Policies, and Least Privilege

How AWS IAM actually works — principals, policy types (identity-based, resource-based, SCPs, permission boundaries), evaluation order, trust policies, Terraform patterns for instance profiles and IRSA, and how to debug access denied errors.

Read more →
Docker June 2026 · 9 min read

Docker Networking Explained: Bridge, Host, Overlay, and DNS

How Docker networking works across all four network drivers — bridge vs host vs overlay vs macvlan. Covers user-defined networks, the embedded DNS resolver at 127.0.0.11, port publishing iptables mechanics, Compose multi-network isolation, and debugging tools.

Read more →
Kubernetes June 2026 · 9 min read

Kubernetes Resource Management: Requests, Limits, and QoS Classes

The difference between resource requests (scheduling guarantee) and limits (runtime ceiling), why CPU throttles but memory OOM-kills, how QoS classes (Guaranteed/Burstable/BestEffort) affect eviction order, and how to set LimitRange, ResourceQuota, HPA, and VPA.

Read more →
GitOps June 2026 · 10 min read

GitOps Explained: How It Works, ArgoCD vs Flux, and When to Use It

The four OpenGitOps principles, pull-based vs push-based model, app repo vs config repo pattern, ArgoCD's Application CRD and app-of-apps pattern, Flux's GitRepository/Kustomization/HelmRelease CRDs, and an honest comparison of when GitOps helps vs adds friction.

Read more →
Terraform June 2026 · 11 min read

Terraform Modules: Writing, Testing, and Reusing Infrastructure Code

How to write a well-structured Terraform module (main.tf/variables.tf/outputs.tf/versions.tf), when to extract a module vs keep code flat, version pinning with ~> X.Y, Terratest Go testing, the built-in terraform test framework (1.6+), and generating docs with terraform-docs.

Read more →
Kubernetes June 2026 · 11 min read

Kubernetes Networking Explained: Pods, Services, Ingress, and Network Policies

How Kubernetes networking actually works at each layer — from the flat pod network guarantee to ClusterIP/NodePort/LoadBalancer services, Ingress controllers, and NetworkPolicy rules. Includes debugging steps for the most common failures.

Read more →
IaC June 2026 · 10 min read

Terraform vs CDK vs Pulumi: Choosing Your Infrastructure-as-Code Tool

An honest comparison of the three dominant IaC approaches. Covers deployment engine differences, state management, abstraction models, multi-cloud support, and which tool fits which team situation — including hybrid approaches.

Read more →
Terraform June 2026 · 9 min read

Terraform State Explained: What It Is, How It Works, and Why It Breaks

Everything you need to know about Terraform state — the state file format, remote backends, locking, drift detection, importing existing resources, workspaces, and recovering from corruption or accidental deletion.

Read more →
🤖 AI / MCP May 2026 · 10 min read

Generate IaC Architecture Diagrams Inside Claude Code and Cursor with InfraSketch MCP

Stop switching context. Install the InfraSketch MCP server and ask your AI editor to diagram Terraform or Kubernetes code — it returns a shareable URL and embed snippet without leaving the editor.

Read more →
⚡ CLI May 2026 · 9 min read

Visualize Terraform, Kubernetes, and Pulumi from the Terminal with npx infrasketch

Run npx infrasketch . in any IaC repo and get an interactive architecture diagram in the browser — no install, no copy-paste, no credentials. Works with Terraform, OpenTofu, Kubernetes, Pulumi, and more.

Read more →
🧩 Embed May 2026 · 8 min read

How to Embed a Live IaC Architecture Diagram on Any Website

Add one script tag and drop <infra-sketch src="./main.tf"> anywhere on your docs, blog, or GitHub Pages site. The diagram loads live from a public IaC URL — no iframe boilerplate, no upload.

Read more →
GitHub Action May 2026 · 7 min read

GitHub Action: Auto-Post Architecture Diagrams on IaC PRs

Add one step to your workflow and every Terraform, Kubernetes, or Bicep PR gets an architecture diagram comment automatically — free, no secrets needed, 2-minute setup.

Read more →
Security June 2026 · 10 min read

Infrastructure Security Scanning with Checkov: How It Works and What It Checks

How Checkov works, which CIS Benchmarks and security frameworks it covers, how to run it, how to interpret and remediate common findings (S3, EC2, RDS, IAM, Kubernetes), and how to integrate it into a CI/CD pipeline with GitHub Actions and SARIF output.

Read more →
Cost Management June 2026 · 10 min read

Cloud Cost Estimation with Infracost: How It Works and What It Covers

How Infracost estimates cloud costs from Terraform before you deploy, what it can and can't estimate, usage files for Lambda and DynamoDB, integrating cost diffs into pull requests with GitHub Actions, and common cost optimization patterns (NAT Gateway, right-sizing, gp3 storage).

Read more →
Terraform May 2026 · 8 min read

Terraform Diagram Generator — Visualize HCL Architecture Instantly

Paste Terraform HCL and get an architecture diagram in seconds. AWS, GCP, and Azure resources auto-detected, grouped by layer, with official cloud icons. VPC containment, reference arrows, export to PNG/SVG/draw.io. Free, no login.

Read more →
Azure May 2026 · 7 min read

Bicep Diagram Generator — Visualize Azure Bicep & ARM Templates Instantly

Paste Azure Bicep or ARM JSON templates and get an architecture diagram in seconds. VNet containment, subnet placement, 40+ Azure resource types with official icons. Free, no login.

Read more →
Release Notes May 2026 · 4 min read

What's New in InfraSketch — May 2026: Pulumi & Kubernetes Support

Pulumi TypeScript and Python support with 95+ resource types across AWS, GCP, and Azure. Kubernetes YAML support with 16 resource kinds, namespace grouping, and selector-based connections.

Read article →
New Feature May 2026 · 6 min read

Pulumi Diagram Generator — Visualize Pulumi Infrastructure Instantly

Paste Pulumi TypeScript or Python code and get an architecture diagram in seconds. VPC containment, subnet grouping, multi-cloud (AWS, GCP, Azure). 95+ resource types. Free, no login.

Read more →
New Feature May 2026 · 6 min read

Kubernetes Diagram Generator — Visualize K8s YAML Instantly

Paste Kubernetes YAML manifests and get a topology diagram with namespace grouping, Ingress→Service connections, selector-based wiring, and ConfigMap/Secret references. Free, no login.

Read more →
New Feature April 2026 · 5 min read

CDK Architecture Diagram Generator — Visualize AWS CDK Apps Instantly

Run cdk synth, paste the JSON output, get a full architecture diagram. VPC containment, subnet lanes, official AWS icons. Free, no login.

Read more →
New Feature April 2026 · 6 min read

CloudFormation Diagram Generator — Visualize AWS Templates Instantly

Turn CloudFormation YAML or JSON into architecture diagrams in seconds. Supports !Ref, !GetAtt, VPC containment, subnet grouping, and 30+ AWS resource types. Free, no login.

Read more →
Release Notes April 2026 · 5 min read

What's New in InfraSketch — April 2026: Interactive Editor, GCP Support & More

Interactive drag-and-drop diagram editor with live connection updates, full GCP support across 23 resource types, four new AWS networking resources, data zone visualization, toast notifications, and a round of UI polish.

Read article →
AWS April 2026 · 8 min read

How to Create AWS Architecture Diagrams in 2026: A Complete Guide

A practical comparison of every method for creating AWS architecture diagrams — from manual drawing tools to automated generators. Includes tool comparison, best practices, and when to use each approach.

Read article →
Terraform April 2026 · 7 min read

Terraform Visualization: 5 Ways to See What Your Code Actually Builds

Your Terraform codebase has grown to thousands of lines across dozens of files. But can you actually see what it builds? Here are five practical approaches to visualize Terraform infrastructure.

Read article →
Tools April 2026 · 6 min read

Free vs Paid Cloud Architecture Diagram Tools — Honest Comparison 2026

Cloudcraft costs $49/month. Draw.io is free. InfraSketch generates diagrams from code. Which one should you actually use? An honest comparison based on real-world usage.

Read article →
Docker April 2026 · 6 min read

How to Visualize Your Docker Compose Setup (With Examples)

Docker Compose files grow complex fast. Learn how to generate architecture diagrams from your docker-compose.yml to understand and document your container architecture.

Read article →
AWS April 2026 · 9 min read

AWS VPC Architecture Explained with Diagrams — From Simple to Production

A visual guide to AWS VPC architecture, from a single public subnet to a production-grade multi-AZ setup with private subnets, NAT gateways, and load balancers. Every pattern shown with Terraform code and diagrams.

Read article →