Skip to content

kubeopsskills/platform-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes Platform Module

This module makes it easy to set up any Kubernetes platform 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