Quickly stand up an HA-style installation of Rancher by SUSE products on your infrastructure provider of choice.
Intended for experimentation/evaluation ONLY.
You will be responsible for any and all infrastructure costs incurred by these resources. As a result, this repository minimizes costs by standing up the minimum required resources for a given provider. Use Vagrant to run Rancher locally and avoid cloud costs.
Rancher Management Server Quickstarts are provided for:
aws
)azure
)do
)gcp
)harvester
)hcloud
)linode
)scw
)outscale
)You will be responsible for any and all infrastructure costs incurred by these resources.
Each quickstart will install Rancher on a single-node K3s cluster, then will provision another single-node RKE2 workload cluster using a Custom cluster in Rancher. This setup provides easy access to the core Rancher functionality while establishing a foundation that can be easily expanded to a full HA Rancher server.
A local quickstart is provided in the form of Vagrant configuration.
The Vagrant quickstart does not currently follow Rancher best practices for installing a Rancher management server. Use this configuration only to evaluate the features of Rancher. See cloud provider quickstarts for an HA foundation according to Rancher installation best practices.
NeuVector Quickstarts are provided for:
You will be responsible for any and all infrastructure costs incurred by these resources.
Each quickstart will install NeuVector on a single-node RKE2 cluster. Optionally, a Rancher Management Server can be deployed as well. This setup provides easy access to the NeuVector Rancher functionality while establishing a foundation that can be easily expanded to a full HA NeuVector installation.
See /vagrant for details on usage and settings.
To begin with any quickstart, perform the following steps:
terraform.tfvars.example
to terraform.tfvars
and fill in all required variablesterraform init
terraform apply
When provisioning has finished, terraform will output the URL to connect to the Rancher server. Two sets of Kubernetes configurations will also be generated:
kube_config_server.yaml
contains credentials to access the cluster supporting the Rancher serverkube_config_workload.yaml
contains credentials to access the provisioned workload clusterFor more details on each cloud provider, refer to the documentation in their respective folders.
When you're finished exploring the Rancher server, use terraform to tear down all resources in the quickstart.
NOTE: Any resources not provisioned by the quickstart are not guaranteed to be destroyed when tearing down the quickstart. Make sure you tear down any resources you provisioned manually before running the destroy command.
Run terraform destroy -auto-approve
to remove all resources without prompting for confirmation.