github.com/verrazzano/verrazzano@v1.7.0/README.md (about) 1 # Verrazzano 2 3 Verrazzano is an end-to-end enterprise container platform for deploying cloud native and traditional applications in multicloud and hybrid environments. It is made up of a curated set of open source components – many that you may already use and trust, and some that were written specifically to pull together all of the pieces to make this a cohesive and easy to use platform. 4 5 Verrazzano includes the following capabilities: 6 7 - Hybrid and multicluster workload management 8 - Special handling for WebLogic, Coherence, and Helidon applications 9 - Multicluster infrastructure management 10 - Integrated and pre-wired application monitoring 11 - Integrated security 12 - DevOps and GitOps enablement 13 14 This repository contains the following content: 15 16 - [Verrazzano platform operator](./platform-operator) - a [Kubernetes operator](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) that can 17 be deployed to a Verrazzano cluster, and install and uninstall Verrazzano components from the cluster in which the operator is deployed. 18 19 - [Examples](./examples) - manifest files for deploying example applications in a Verrazzano managed Kubernetes cluster. 20 21 For instructions on using Verrazzano, see the [Verrazzano documentation](https://verrazzano.io/latest/docs/). 22 23 For detailed installation instructions, see the [Verrazzano Installation Guide](https://verrazzano.io/latest/docs/setup/install/installation/). 24 25 If you want to build and install Verrazzano from this repository, follow the instructions in the [platform-operator](./platform-operator) directory. 26 27 If you are interested in contributing to this repository, see [CONTRIBUTING.md](./CONTRIBUTING.md).