Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackbradys/terraform-digitalocean-rke2-cluster
Terraform for deploying a secure and highly available Rancher Kubernetes (RKE2) Cluster on Digital Ocean
https://github.com/zackbradys/terraform-digitalocean-rke2-cluster
Last synced: about 1 month ago
JSON representation
Terraform for deploying a secure and highly available Rancher Kubernetes (RKE2) Cluster on Digital Ocean
- Host: GitHub
- URL: https://github.com/zackbradys/terraform-digitalocean-rke2-cluster
- Owner: zackbradys
- License: mit
- Created: 2023-09-29T02:01:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T01:25:23.000Z (about 2 months ago)
- Last Synced: 2024-12-03T02:30:23.761Z (about 2 months ago)
- Language: HCL
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: security.tf
Awesome Lists containing this project
README
# Terraform Module for RKE2 on Digital Ocean
**Please review the information below and follow the instructions to deploy this module!**
## Prerequisites
- Git Utility, Terminal Utility, and HashiCorp Terraform with Access to the AWS Provider
- Digital Ocean Account with Read/Write capable Personal Access Token## Configuration
**Step 1:** Ensure Terraform is installed and create a working directory.
**Step 2:** Copy the code below into a file named `main.tf` and set the required variables or additional optional variables!
```bash
module "rke2-cluster" {
source = "zackbradys/rke2-cluster/digitalocean"
version = "0.0.1"varibles = "tbd-tbd-tbd"
}
```**Step 3:** Run the commands below to deploy and provision your infrastructure!
```bash
terraform initterraform plan
terraform apply --auto-approve
```### Contributing
Please utilize GitHubs features such as Issues, Forks, and Pull Requests to contribute to this code!
### About Me
A little bit about me and my history in the industry. If you have any questions, please reach out to me at [email protected]!
- Former Contractor
- U.S. Military Reservist
- Open-Source Contributor
- Built and Exited a Digital Firm
- Active Volunteer Firefighter/EMT