THIS REPO IS DEPRECATED, please refer to https://github.com/flux-web/flux-web
If you don't know what GitOps is then I highly encourage you to read Weavework blog and flux for the implemention.
flux-web is used for manuall actions against flux api:
- list current workloads
- dynamic namespaces overview
- workload's version promotion or rollback
Please see the Weave Flux setup documentation for setting up Flux.
To use flux-web, you should deploy a seperate deployment, see deploy/flux-web-deploy.yaml
.
Set the following environment variables in your chosen deployment:
FLUX_URL
: fluxd's endpointDEFAULT_NAMESPACE
: default namespace to be set as home pageNAMESPACES
: namespaces list to show in the navigation barREAD_ONLY
: restric flux-web to read-only mode
And then apply the configuration:
kubectl apply -f deploy/flux-web-deploy.yaml
When using flux
your pipelines, or, to be more precise your Continues Deployments are fully automated and that's great.
But, sometimes we would like to have more stable environments with fewer deployments and with more control, for example, production.
That's mean we need to do some manual actions against flux
which have his own CLI tool fluxctl
.
flux-web is intended to be the UI approach to this problem. With flux-web you can view at our workloads per namespace and the available versions for each and with a single click we can promote a workload or to perform a rollback.
Basically a roadmap.
- filter workloads - Done
- scroll over workload's versions
- features you'd like to see?
- user access and authentication
- select multiple workloads
- use socket
Code contributions are very welcome. If you are interested in helping make flux-web great then feel free!
- Ido Braunstain - Initial work