How to Run Kubernetes on Localhost (Terraform, Mac) In this article, I will show you how to run Kubernetes locally (localhost). It's useful for people who need to teach themselves new skills or build a prototype without having to pay for hosting.
Getting Started with Terraform (Docker, Mac, IaC) In this article, I will show you how to get started with Terraform. It is an Infrastructure-as-Code (IaC) tool. It lets you write and run code to automate the installation and configuration of your localhost or cloud environments.
What is Infrastructure as Code (IaC)? Infrastructure as code (IaC) is a paradigm shift in the world of software development and deployment that enables teams to manage and provision infrastructure in a programmatic, version-controlled, and automated manner.