github.com/verrazzano/verrazzano@v1.7.0/release/docs/README_LITE.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 that make Verrazzano 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 15 Select [Quick Start](https://verrazzano.io/latest/docs/setup/quickstart/) to get started. 16 17 Verrazzano [release versions](https://github.com/verrazzano/verrazzano/releases/) and source code are available at [https://github.com/verrazzano/verrazzano](https://github.com/verrazzano/verrazzano). 18 This repository contains a Kubernetes operator for installing Verrazzano and example applications for use with Verrazzano. 19 20 For documentation from all releases, use the version menu on the [Documentation](https://verrazzano.io/latest/docs/) home page. 21 22 ## Distribution layout 23 24 The layout of the Verrazzano distribution is as follows: 25 26 * `verrazzano-<major>.<minor>.<patch>/` 27 * `README.md` 28 * `LICENSE`: The Universal Permissive License (UPL). 29 * `bin/` 30 * `vz`: Verrazzano command-line interface. 31 * `vz-registry-image-helper.sh,bom_utils.sh`: Helper scripts to download the images from the bill of materials (BOM). 32 * `manifests/` 33 * `k8s/verrazzano-platform-operator.yaml`: Collection of Kubernetes manifests to deploy the Verrazzano Platform Operator. 34 * `charts/verrazzano-platform-operator/`: Verrazzano Platform Operator Helm chart. 35 * `verrazzano-bom.json`: Bill of materials (BOM) containing the list of container images required for installing Verrazzano. 36 * `profiles/` 37 * `dev.yaml`: The standard `dev` profile to install Verrazzano. 38 * `prod.yaml`: The standard `prod` profile to install Verrazzano. 39 * `managed-cluster.yaml`: The standard `managed-cluster` profile to install Verrazzano 40 * `none.yaml`: The standard `none` profile to install Verrazzano 41 42 ## Install Verrazzano 43 44 Install Verrazzano using the instructions in the [Verrazzano Installation Guide](https://verrazzano.io/latest/docs/setup/install/installation/). 45 46 * Verrazzano source code is available at https://github.com/verrazzano/verrazzano. 47 * Verrazzano releases are available at https://github.com/verrazzano/verrazzano/releases. 48 49 ## Support 50 51 * For troubleshooting information, see [Diagnostic Tools](https://verrazzano.io/latest/docs/troubleshooting/diagnostictools/) in the Verrazzano documentation. 52 * For instructions on using Verrazzano, see the [Verrazzano documentation](https://verrazzano.io/latest/docs/). 53 * If you have any questions about Verrazzano, contact us through our [Slack channel](https://bit.ly/3gOeRJn). 54 * To report a bug or request for an enhancement, submit them through [bugs or enhancements requests](https://github.com/verrazzano/verrazzano/issues/new/choose) in GitHub.