Skip to content
/ terranetes Public

a terraform project to launch kubernetes in packet

Notifications You must be signed in to change notification settings

nlf/terranetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terranetes

This project is designed to run a single node-type (as in, each node runs both master and worker components) kubernetes cluster on packet.

variables

Any variables without defaults must be specified, the easiest way is to create a terraform.tfvars file.

  • packet_project_id: the uuid of the packet project you'd like to create the cluster in
  • packet_token: your packet.net api token
  • master_name: the dns name you'd like to use to access your cluster (default: master)
  • domain: the root domain for your cluster (i.e. example.com)
  • private_key_path: path to the private key file to authenticate to your servers with
  • node_count: how many nodes to create (should probably be an odd number, default: 3)
  • node_plan: the node plan to use (default: baremetal_0)
  • node_facility: the facility to create the nodes in (default: ewr1)
  • node_os: the os to use for the nodes, must be one of coreos_stable, coreos_beta, or coreos_alpha (default: coreos_beta)

About

a terraform project to launch kubernetes in packet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages