Skip to content

beenum22/infra-lab

Repository files navigation

Infra-Lab Terraform Project (IN PROGRESS)

This project sets up infrastructure for a Talos Kubernetes cluster using Terraform. It includes configurations for Oracle Cloud Infrastructure (OCI), Tailscale, and Cloudflare DNS records.

Prerequisites

Before you begin, ensure you have the following installed on your local machine:

Project Structure

The project is organized as follows: infra-lab/ ├── terraform/ │ ├── modules/ │ │ └── infra/ │ │ └── talos-node/ │ │ ├── main.tf │ │ ├── variables.tf │ ├── stacks/ │ │ └── cluster-deployment/ │ │ └── config.tm.hcl ├── README.md

  • modules/infra/talos-node/: Contains the Terraform module for setting up Talos nodes.
  • stacks/cluster-deployment/: Contains the configuration for deploying the Talos cluster.

Usage

1. Clone the Repository

git clone https://github.com/your-username/infra-lab.git
cd infra-lab/terraform/stacks/cluster-deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published