Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (11 loc) · 1.1 KB

Prometheuzdy-Terraform

Terraform scripts for setting up infrastructure on Prometheuzdy.cloud.

Overview

This repository contains Terraform configurations for deploying instances and a K3S cluster on an ESXi environment. The configurations are modular, allowing for the deployment of individual instances or a complete K3S cluster with master and agent nodes.

Modules

This module is responsible for initiating a single instance on the ESXi environment. The configurations allow for the specification of VM details such as CPU, memory, disk size, and network interface.

This module sets up a K3S cluster with separate configurations for the master and agent nodes. The master node is deployed first, followed by the agent nodes which join the cluster.

License

This project is licensed under the MIT License.