Giter VIP home page Giter VIP logo

flux-web's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.