Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.34 KB

readme.md

File metadata and controls

26 lines (19 loc) · 1.34 KB

Proxmox Infrastructure Setup Guide

This guide will walk you through setting up a Proxmox infrastructure using Terraform and Ansible. Make sure you have already installed Proxmox on your hardware and gained SSH connectivity to it.

1. Bootstrap Proxmox

Follow the instructions in this guide to bootstrap your Proxmox environment using Ansible. Bootstrap Proxmox

2. Get the API Token

Learn how to obtain your Proxmox API token by following the steps in this guide. Get API Token

3. Create Storage

Create custom storage pools and LVM volumes for use with your VMs. You can find the instructions here. Create Storage

4. Create VMs

Once you have the necessary storage, create and configure your VMs using this guide. Create VMs

4.1. Kubespray Installation with Inventory

Set up a Kubernetes cluster on your Proxmox environment using kubespray. Follow the instructions in this guide to create an inventory file and apply it with ansible. Kubespray Installation

4.2. Apply Charts with ArgoCD

Deploy applications on your Kubernetes cluster using Helm charts and ArgoCD. Find the instructions here. Kubespray Installation