Skip to content

terraform example of a rancher aws deployment, based on rancher/quickstart

License

Notifications You must be signed in to change notification settings

mjad-org/terraform-aws-rancher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rancher with Gitlab AWS

  • Based on rancher/quickstart aws

How to use

  • Set variable values in terraform.tfvars
  • Route53 records depend on an existing Hosted Zone
  • Run terraform init
  • Run terraform plan
  • Run terraform apply

How to Remove

To remove the VM's that have been deployed run terraform destroy --force

Optional adding nodes per role

  • Start count_agent_all_nodes amount of AWS EC2 Instances and add them to the custom cluster with all role
  • Start count_agent_etcd_nodes amount of AWS EC2 Instances and add them to the custom cluster with etcd role
  • Start count_agent_controlplane_nodes amount of AWS EC2 Instances and add them to the custom cluster with controlplane role
  • Start count_agent_worker_nodes amount of AWS EC2 Instances and add them to the custom cluster with worker role

About

terraform example of a rancher aws deployment, based on rancher/quickstart

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published