Command Palette
Search for a command to run...
More from this blog
Kubernetes Network Policy
This is the sample network policy rules file for the demo lab. You can watch the full video on YouTube. note.md minikube start -p mininet --network-plugin=cni --cni=calico kubectl create ns net-test kubectl create ns net-test-1 kubectl run pod-a -...
Day 22: Terraform Import & Moving Resources
Welcome to Day 22! Today you’ll learn how to bring existing infrastructure under Terraform management and how to refactor your Terraform code without destroying resources. 🎯 Today’s Goals Import existing resources into Terraform Move resources wit...

Day 21: Workspaces for Environment Management
Welcome to Week 4! This week focuses on advanced Terraform techniques. Today we’ll master workspaces - a powerful feature for managing multiple environments with the same configuration. 🎯 Today’s Goals Understand Terraform workspaces Create and ma...

Day 20: Remote State & Backend Configuration
Welcome to Day 20 — the final day of Week 3 in our Terraform series!Today, we’ll dive into one of the most important production concepts in Terraform — remote state backends.You’ll learn how to safely store, share, and protect Terraform state files i...

Day 19: Module Sources & Versioning
Welcome to Day 19!Today, we’ll dive deep into how to manage, version, and share Terraform modules effectively — one of the most important skills for creating scalable and maintainable infrastructure. By the end of today, you’ll know exactly how to:✅ ...
