Skip to content

rupakg/kube-cluster-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Cluster Deployment on CenturyLink Cloud

This image is for use in Panamax to create a cluster in CLC using the Dray tool. It takes environment variables related to one's CLC account and creates a cluster based on your sepecifications/values you pass. It DOES NOT install kubernetes if ran standalone. It only creates the nodes in order to then install kubernetes. The output of the ran container are the IPs of the created nodes: Master and any Minions specified.

Environment Variables include:

  • USERNAME
  • PASSWORD
  • CPU
  • MEMORY_GB
  • GROUP_ID
  • MINION_COUNT

Standalone Usage

docker run -d --name=cluster -e "USERNAME=username" -e "PASSWORD=password" -e "CPU=2" -e "MEMORY_GB=2" -e "GROUP_ID=wa1-1234" -e "MINION_COUNT=2" centurylink/kube-cluster-deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%