Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

idobry/flux-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS REPO IS DEPRECATED, please refer to https://github.com/flux-web/flux-web

flux-web

HitCount contributions welcome Go Report Card

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

Setup

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 endpoint
  • DEFAULT_NAMESPACE: default namespace to be set as home page
  • NAMESPACES: namespaces list to show in the navigation bar
  • READ_ONLY: restric flux-web to read-only mode

And then apply the configuration:

kubectl apply -f deploy/flux-web-deploy.yaml

Reasoning

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.

Continued Development

Basically a roadmap.

Coming soon

  • filter workloads - Done
  • scroll over workload's versions
  • features you'd like to see?

Maybe in the future, if people want it

  • user access and authentication

Probably in the future

  • select multiple workloads
  • use socket

Built With

  • beego - Web framework
  • go - Programing language
  • docker - Packaged with docker

Contributing

Code contributions are very welcome. If you are interested in helping make flux-web great then feel free!

Authors

  • Ido Braunstain - Initial work

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published