Skip to content

rchrd/flux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FluxCD

Testing on local Kubernetes cluster

The easiest way to run a local Kubernetes 'cluster' is to install k3d. This is a wrapper around k3s and runs everything in Docker.

Install k3d

On MacOS:

brew install k3d

Create cluster

Create the cluster with k3d create and set the KUBECONFIG environment variable as shown.

Install Flux

./flux-init.sh

Cleanup

Just delete the local cluster

k3d delete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published