Skip to content

F-Baker/flux_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flux GitOps example with Google Kubernetes Engine

This is the source code for GitOps setup in Google Kubernetes Engine using Flux CD

Useful commands

flux bootstrap git \
 --url=ssh:... \
 --private-key-file=/Users/USERNAME/.ssh/id_rsa \
 --silent \
 --path=./clusters/wordpress_cluster \
 --branch="master"
flux get kustomization -A
flux get source git -A
flux get hr -A

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published