Skip to content

alokjani/k3s-flux-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K3s Kubernetes Cluster with Flux

Prerequisites

  • Vagrant
  • VirtualBox
  • Flux CLI

Setup Instructions

  1. Clone this repository
  2. Install Flux CLI:
    curl -s https://fluxcd.io/install.sh | sudo bash
    
  3. Start the cluster:
    vagrant up
    
  4. Access the cluster:
    # Copy kubeconfig from VM
    cp vagrant/kubeconfig ~/.kube/config
    
    # Install Flux
    ./install-flux.sh
    

Deploying Applications

Place Kubernetes manifests in the ./clusters/my-cluster directory and commit to see Flux automatically sync.

About

kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages