Skip to content
/ homelab Public

The single source of truth for my home Kubernetes cluster.

Notifications You must be signed in to change notification settings

lbm/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Homelab

This repository utilizes GitOps and Infrastructure as Code to manage self-hosted services on my personal Kubernetes cluster.

What is a homelab?

A homelab is a laboratory at home where you can self-host, experiment with new technologies, practice for certifications, and so on.

To learn more, check out the r/homelab introduction.

Getting Started

Flux is used for continuous delivery (CD) on my homelab. The following command was used to bootstrap and cluster and should be reused when rotating Flux's PAT for GitHub.

flux bootstrap github \
  --owner=lbm \
  --repository=homelab \
  --branch=main \
  --private=false \
  --path=clusters/homelab \
  --personal \
  --token-auth=false

About

The single source of truth for my home Kubernetes cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published