Replies: 6 comments 1 reply
-
|
We don't offer such a demo because |
Beta Was this translation helpful? Give feedback.
-
|
Interesting. In that case, for purposes of people brand new to flux, and just want a quick "what does it really look like?" view, it would be nice if In that way, it would be possible to make a quickie demo like the above, without having to go through the hassle of setting up git personal access tokens for a one-time demo. |
Beta Was this translation helpful? Give feedback.
-
|
@ppbrown Are you thinking like a one-shot "here's how flux can install something on a cluster" type demo? There could be a use case there for quick deploys, but the power of flux comes when commits are made to the write-able repo and then the magic of reconciliation takes over :) |
Beta Was this translation helpful? Give feedback.
-
|
My motivation for writing this, was, Since I know both tools can 'do the job', the choice was mostly going to come down to "how does it feel to poke at on a cluster" A picture is worth a thousands words... a running demo is worth a thousand lines of documentation This gave me what I needed to know about Flux, with the least amount of effort (if I were just running the script as an outsider, anyway) It personally offends my sensibilities to set up access keys to my github for something that I may throw away as soon as I look at it :-} "the power of flux comes when commits are made to the write-able repo and then the magic of reconciliation takes over" umm.. yes... exactly? My demo creates a fully working flux, that will bring the cluster in line with any changes made to the repo since last reconcile. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the feedback! I currently offer people two choices: a single-pod one, and a helm-based one. Or perhaps you are suggesting I should have the first part focus on the simpler case, and offer the helm one as an optional "part 2" ? Maybe I'll offer a "QUICKSTART" version, and a seperate "in-depth" version. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, I added a super-stripped down Quickstart Guide And then simplified the README some more. edit: and also added a multi-environment demo |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was surprised that I didnt see a trivial "hello world" type demo for flux in the docs.
So I wrote one.
https://github.com/ppbrown/fluxcd-public-demo
Since it's on a public repo, no github PAT setup is required. Instructions are just this:
Beta Was this translation helpful? Give feedback.
All reactions