/devops-playground

Personal playground for devops tools

Primary LanguageHCL

Playground for devops tools

Prerequisites

Kubernetes

Create a local Kubernetes cluster using the Terraform provider for Kind

  1. Clone and build the Terraform provider for Kind
  2. Create a local Terraform plugins directory ~/.terraform.d/plugins
  3. Copy the provider executable to the plugins directory
  4. Navigate to the kind-terraform directory in this project
  5. Initialize Terraform:
    terraform init
  6. Plan the provisioning:
    terraform plan
  7. Deploy the cluster:
    terraform apply
  8. Delete the cluster:
    terraform destroy