Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 552 Bytes

proxmox-k8s-manager

Create your homelab k8s cluster in Proxmox with ease.

Overview

This tool uses ansible & cloud-init to initialize a kubeadm cluster in Proxmox.

By default, it will create a cluster with this structure:

cluster-structure

  • 3 master nodes, 4 worker nodes
  • network range of 172.16.0.0/24
  • FRR router node for routing & DHCP & DNAT/SNAT

Usage

pkm start --port 8080 // start server default at port 8080

After the server starts, visit http://{PROXMOX_LOCATION}:8080.