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 May 2026 · 8 min read

Visualize Checkov Results on Your Architecture Diagram

See exactly which Terraform or Kubernetes resources are misconfigured — right on your architecture diagram. Paste checkov -o json output for instant red-border security overlays. Free, no login.

Read more →
Cost May 2026 · 8 min read

Visualize Infracost on Your Architecture Diagram

See monthly cloud costs per resource directly on your architecture diagram. Paste infracost breakdown JSON output for instant colour-coded cost pills — grey for free, red for expensive. Free, no login.

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 →