Back to all tools

Weaveworks
The company that coined GitOps — enterprise Kubernetes delivery with Weave GitOps.
0Open Source
GitOps Kubernetes-tools
Overview
Creator of Flux, Weaveworks provides GitOps tooling and enterprise solutions for continuous delivery.
Key Features
- Weave GitOps (OSS): web UI for managing FluxCD deployments
- Policy as code enforcement with Weave Policy Engine
- Multi-cluster management dashboard for fleet visibility
- RBAC and team-based access controls for GitOps workflows
- GitOps Run for fast inner-loop development on Kubernetes
- Pioneers and maintainers of the Flux CNCF project
Real-World Workflows
Managing Flux deployments via Weave GitOps UI
- 1Install Weave GitOps on top of an existing FluxCD installation
- 2Access the dashboard to see the sync status of all applications
- 3View the diff between Git state and live cluster state
- 4Trigger a manual sync or pause reconciliation from the UI
- 5Use the policy dashboard to audit compliance across applications
Getting Started
# Install Weave GitOps CLI: brew tap weaveworks/tap && brew install weaveworks/tap/gitops # Add the GitOps dashboard to a Flux-managed cluster: gitops create dashboard ww-gitops --password=admin
Compare Alternatives
See how Weaveworks stacks up against similar tools.