github.com/verrazzano/verrazzano@v1.7.0/release/docs/README_FULL.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 Verrazzano distribution includes the following artifacts:
    25  
    26  * `verrazzano-<major>.<minor>.<patch>/`
    27    * `README.md`
    28    * `README.html`
    29    * `LICENSE`: The Universal Permissive License (UPL).
    30    * `bin/`    
    31       * `linux-amd64/vz`: Verrazzano command-line interface for Linux AMD64 architecture.
    32       * `linux-arm64/vz`: Verrazzano command-line interface for Linux ARM64 architecture.
    33       * `darwin-amd64/vz`: Verrazzano command-line interface for Darwin AMD64 architecture.
    34       * `darwin-arm64/vz`: Verrazzano command-line interface for Darwin ARM64 architecture.
    35       * `vz-registry-image-helper.sh, bom_utils.sh`:  Helper scripts to download the images from the bill of materials (BOM).
    36    * `manifests/`     
    37       * `k8s/verrazzano-platform-operator.yaml`: Kubernetes manifests to deploy the Verrazzano platform operator.
    38       * `charts/verrazzano-platform-operator/`: Verrazzano Platform Operator Helm chart.
    39       * `verrazzano-bom.json`: Bill of materials (BOM) containing the list of container images for Verrazzano and the components installed by Verrazzano.
    40      * `profiles/`
    41        * `dev.yaml`: The standard `dev` profile to install Verrazzano.
    42        * `prod.yaml`: The standard `prod` profile to install Verrazzano.
    43        * `managed-cluster.yaml`: The standard `managed-cluster` profile to install Verrazzano
    44        * `none.yaml`: The standard `none` profile to install Verrazzano
    45    * `images/`:  Verrazzano Enterprise Container Platform archives for private registry install.
    46  
    47  ## Install Verrazzano
    48  
    49  Install Verrazzano using the instructions in the [Verrazzano Installation Guide](https://verrazzano.io/latest/docs/setup/install/installation/).
    50  
    51  ## Support
    52  
    53  *    For troubleshooting information, see [Diagnostic Tools](https://verrazzano.io/latest/docs/troubleshooting/diagnostictools/) in the Verrazzano documentation.
    54  *    For instructions on using Verrazzano, see the [Verrazzano documentation](https://verrazzano.io/latest/docs/).
    55  *    If you have any questions about Verrazzano, contact us through our [Slack channel](https://bit.ly/3gOeRJn).
    56  *    Use [My Oracle Support](https://support.oracle.com/) to request support.