|
6 | 6 | [](https://github.com/weaveworks/weave-gitops/releases/latest) |
7 | 7 | [](https://app.fossa.com/reports/005da7c4-1f10-4889-9432-8b97c2084e41) |
8 | 8 |
|
9 | | -Weave GitOps is a simple open source developer platform for people who want cloud native applications, without needing |
10 | | -Kubernetes expertise. Experience how easy it is to enable GitOps and run your apps in a cluster. Use git to collaborate |
| 9 | +Weave GitOps is a simple, open source developer platform for people who want cloud native applications but who don't have |
| 10 | +Kubernetes expertise. Experience how easy it is to enable GitOps and run your apps in a cluster. Use Git to collaborate |
11 | 11 | with team members making new deployments easy and secure. Start with what developers need to run apps, and then easily |
12 | 12 | extend to define and run your own enterprise platform. |
13 | 13 |
|
14 | 14 | From Kubernetes run Weave GitOps to get: |
15 | 15 |
|
16 | 16 | 1. Application Operations: manage and automate deployment pipelines for apps and more |
17 | 17 | 2. Platforms: the easy way to have your own custom PaaS on cloud or on premise |
18 | | -3. Extensions: coordinate Kubernetes rollouts with eg. VMs, DBs and cloud services |
| 18 | +3. Extensions: coordinate Kubernetes rollouts with eg. VMs, databases, and cloud services |
19 | 19 |
|
20 | | -Our vision is that all cloud native applications should be easy for developers, including operations which should be |
| 20 | +Our vision is that all cloud native applications should be easy for developers, and that operations should be |
21 | 21 | automated and secure. Weave GitOps is a highly extensible tool to achieve this by placing Kubernetes and GitOps at the |
22 | 22 | core and building a platform around that. |
23 | 23 |
|
24 | | -We use GitOps tools throughout. Today Weave GitOps defaults are Flux, Kustomize, Helm, Sops and Kubernetes CAPI. If you |
25 | | -use Flux already then you can easily add Weave GitOps to create a platform management overlay. |
| 24 | +Weave GitOps defaults are [Flux](https://fluxcd.io/flux/) as the GitOps engine, Kustomize, Helm, Sops, and Kubernetes CAPI. If you use Flux already, then you can easily add Weave GitOps to create a platform management overlay. |
| 25 | + |
| 26 | +Weave GitOps Open Source provides: |
| 27 | + |
| 28 | +- Continuous Delivery through GitOps for apps and infrastructure. |
| 29 | +- Support for GitHub, GitLab, and Bitbucket; S3-compatible buckets as a source; all major container registries; and all CI workflow providers. |
| 30 | +- A secure, pull-based mechanism, operating with least amount of privileges, and adhering to Kubernetes security policies. |
| 31 | +- Compatibility with any conformant Kubernetes version and common ecosystem technologies such as Helm, Kustomize, RBAC, Prometheus, OPA, Kyverno, etc. |
| 32 | +- Multitenancy, multiple Git repositories, multiple clusters. |
| 33 | +- Alerts and notifications. |
26 | 34 |
|
27 | 35 | ### Manage and view applications all in one place. |
28 | 36 |
|
29 | 37 |  |
30 | 38 |
|
31 | | -### Easily see your continuous deployments and what is being produced via GitOps. There are multiple views for debugging as well as being able to sync your latest git commits directly from the UI. |
| 39 | +### Easily see your continuous deployments and what is being produced via GitOps. There are multiple views for debugging as well as being able to sync your latest Git commits directly from the UI. |
32 | 40 |
|
33 | 41 |  |
34 | 42 |
|
35 | | -### Leverage Kubernetes RBAC to control permissions in the dashboard. |
| 43 | +### Check out the Graph view. |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +### Review the yaml file. |
36 | 48 |
|
37 | | - |
| 49 | + |
38 | 50 |
|
39 | 51 | ### See your entire source landscape whether it is a git repository, helm repository, or bucket. |
40 | 52 |
|
41 | | - |
| 53 | + |
42 | 54 |
|
43 | 55 | ### Quickly see the health of your reconciliation deployment runtime. These are the workers that are ensuring your software is running on the Kubernetes cluster. |
44 | 56 |
|
45 | | - |
| 57 | + |
46 | 58 |
|
47 | 59 | ## Getting Started |
48 | 60 |
|
|
0 commit comments