Skip to content

kubeopsskills/kubernetes-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Terraform Module

This module makes it easy to set up any Kubernetes components in a concise syntax.

Usage

You can go to each module folder, then perform the following commands on your project folder:

  • terraform init to get the plugins
  • terraform plan to see the infrastructure plan
  • terraform apply to apply the infrastructure build
  • terraform destroy to destroy the built infrastructure