All Projects → sureshamk → flux-ui

sureshamk / flux-ui

Licence: MIT license
web ui for fluxctl (gitops tool)

Programming Languages

Vue
7211 projects
Smarty
1635 projects
HTML
75241 projects
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to flux-ui

k3s-gitops
GitOps principles to define kubernetes cluster state via code
Stars: ✭ 103 (+243.33%)
Mutual labels:  helm, gitops
commodore
Commodore provides opinionated tenant-aware management of Kapitan inventories and templates. Commodore uses Kapitan for the heavy lifting of rendering templates and resolving a hierachical configuration structure.
Stars: ✭ 35 (+16.67%)
Mutual labels:  helm, gitops
gitops-playground
Reproducible infrastructure to showcase GitOps workflows and evaluate different GitOps Operators on Kubernetes
Stars: ✭ 77 (+156.67%)
Mutual labels:  helm, gitops
Book k8sInfra
< 컨테이너 인프라 환경 구축을 위한 쿠버네티스/도커 >
Stars: ✭ 176 (+486.67%)
Mutual labels:  helm, gitops
monokle
🧐 Monokle streamlines the process of creating, analyzing, and deploying Kubernetes configurations by providing a unified visual tool for authoring YAML manifests, validating policies, and managing live clusters.
Stars: ✭ 795 (+2550%)
Mutual labels:  helm, gitops
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+26190%)
Mutual labels:  helm, gitops
gitops-build-lib
Jenkins pipeline shared library for automating deployments via GitOps
Stars: ✭ 23 (-23.33%)
Mutual labels:  helm, gitops
charts
Helm charts for creating reproducible and maintainable deployments of Polyaxon with Kubernetes.
Stars: ✭ 32 (+6.67%)
Mutual labels:  helm, gitops
ship-it
Wattpad's tool for continuously deploying code to Kubernetes quickly, safely, and observably.
Stars: ✭ 14 (-53.33%)
Mutual labels:  helm, gitops
Flux
Successor: https://github.com/fluxcd/flux2 — The GitOps Kubernetes operator
Stars: ✭ 6,688 (+22193.33%)
Mutual labels:  helm, gitops
gitops-helm-workshop
Progressive Delivery for Kubernetes with Flux, Helm, Linkerd and Flagger
Stars: ✭ 59 (+96.67%)
Mutual labels:  helm, gitops
atlantis
GitOps for Teams (experimental hard fork of atlantis)
Stars: ✭ 13 (-56.67%)
Mutual labels:  helm, gitops
aws-eks-accelerator-for-terraform
Configure and deploy complete EKS clusters.
Stars: ✭ 1,220 (+3966.67%)
Mutual labels:  gitops
helm-charts
Helm charts for sigstore project
Stars: ✭ 33 (+10%)
Mutual labels:  helm
kube-applier
kube-applier enables automated deployment and declarative configuration for your Kubernetes cluster.
Stars: ✭ 27 (-10%)
Mutual labels:  gitops
Certified-Rancher-Operator-Thai
มาเรียนรู้ Kuberntes แบบ On-Premise และ Architecture ของ Rancher ที่ใช้ในการจัดการ Kubernetes Cluster เพื่อนำสู่ Certified Kubernetes Administrator และ Certified Rancer Operator
Stars: ✭ 78 (+160%)
Mutual labels:  helm
kubehelper
KubeHelper - simplifies many daily Kubernetes cluster tasks through a web interface. Search, analysis, run commands, cron jobs, reports, filters, git synchronization and many more.
Stars: ✭ 200 (+566.67%)
Mutual labels:  helm
jenkins-stack-docker
Docker-compose version of jenkins-stack-kubernetes
Stars: ✭ 135 (+350%)
Mutual labels:  helm
corda-kubernetes-deployment
Corda Kubernetes Deployment
Stars: ✭ 30 (+0%)
Mutual labels:  helm
helm-charts
My collection of Helm charts.
Stars: ✭ 62 (+106.67%)
Mutual labels:  helm

Maintenance GitHub license GitHub contributors GitHub issues

Flux-ui

This is project for providing web ui for fluxctl.

Install through helm (tested in helm-v3)

$ helm repo add flux-ui 'https://raw.githubusercontent.com/sureshamk/flux-ui/master/flux-ui'
$ helm repo update
$ helm search repo flux-ui
NAME           	CHART VERSION	APP VERSION	DESCRIPTION
flux-ui/flux-ui	0.1.0        	1.0        	A Helm chart for flux-ui to interact with fluxctl

$ helm install flux-web-ui flux-ui/flux-ui --set config.END_POINT="http://flux:3030/"

Note: config.END_POINT="http://flux:3030/" this end point should be valid flux service running on your cluster

Home

View workloads

deal with actions

  • Lock / unlock the workload
  • Automate / de-automate the workload
  • Release the workload
  • sync

List images

Built with

  • vue.js
TODO
  • please raise a feature request :)

Support

  • Please don't write mails directly to the maintainers.
  • Use the Github issue tracker instead.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].