Skip to content

Terraform modules to provision K8s as a Platform in Proxmox-based HomeLab

License

Notifications You must be signed in to change notification settings

ynovytskyy/homelab-k8s-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeLab Kubernetes Platform with a single Terraform apply

Proxmox-based HomeLab setup to reach Kubernetes as a Platform abstraction level as efficiently and reproduceably as possible - with a single terraform apply command: link to article.

terraform init
terraform apply -var-file=example.tfvars
mkdir ~/.kube
terraform output -raw kube_config > $HOME/.kube/config
kubectl get nodes

#talos
mkdir ~/.talos
terraform output -raw talos_config > $HOME/.talos/config

Phase 1: Using Proxmox, Talos (Kubernetes with Flannel), Longhorn, and MetalLB.

Phase 2: (wip) Adding Istio, Ingress, and ArgoCD.

Phase 3: (future) Observability with Grafana stack; Cilium branch of the setup.

About

Terraform modules to provision K8s as a Platform in Proxmox-based HomeLab

Topics

Resources

License

Stars

Watchers

Forks

Languages