Key Takeaways
|
|
On November 7, 2023, the AIOps and Observability team announced general availability of DX Operational Intelligence 23.3 and DX APM 23.3 for on-premises deployments. While the announcements and Release Notes cover all the important enhancements, several new capabilities deserve additional attention—especially those for installing and upgrading the DX Platform.
These enhancements offer the following benefits:
Below, you’ll see seven enhancement areas involving installation and upgrades. Each section provides short descriptions of what’s changed in DX Platform 23.3, and the benefits of these changes.
Beginning with DX Platform 23.2, the installer transitioned from relying on YAML files to utilizing Helm Charts for component deployment.
Previously, to deploy components, operators and developers were required to configure and manage an individual YAML file for each component. With Helm Charts and their support of parameterization through value files, a single customized chart can be used to configure multiple Kubernetes components. This reduces effort and risk of error for operators and developers, without sacrificing flexibility.
With the release of DX Platform 23.2, customizations are delivered via custom value files. Now upgrades subsequent to 23.2 will automatically use customizations from the prior Helm-based installation.
Pre-installation changes can now be done to files inside this folder: <installer_dir>/custom_values. For post-installation changes, navigate to <nfs_folder>/update/helm folder and make changes there.
The Installer 23.3 supports upgrading from the immediate prior release (23.2) and directly from 23.1 to 23.3. The Update Command also runs a larger number of validations, which mirrors the behavior of the Install Command.
In DX Platform 23.2, a new flag was added that can be used to generate a Helm Chart file and individual yaml files—prior to performing the actual install or upgrade—without modifying the cluster. Operators and developers can review and validate these files in advance.
Introduced in DX Platform 23.2, OpenShift installations now exclusively create Routes (not Ingresses) by utilizing default OpenShift certificates. DX Platform 23.3 extends customization capabilities so operators and developers can configure OpenShift Routes with custom certificates and key files in addition to the default OpenShift certificates. Here are a couple advantages:
Beginning with DX Platform 23.2, deploying Elasticsearch, Kafka, and Zookeeper no longer relies on Elasticsearch labels. This change eliminates the need to label Elasticsearch nodes. With 23.3, for a fresh installation in a Cluster Administrator scenario with local storage enabled, the installer will show prompts for each node name and path for ElasticSearch and Kafka PVs.
To ensure optimal performance, the installer includes scripts for conducting NFS IOPS performance checks. Executed manually and prior to installation, these checks are vital to verify minimum hardware and software requirements are met and to prevent potential runtime failures. By comparing these performance metrics collected by the scripts to the recommended IOPS for the product, operators can assess whether the system meets performance standards.
To create PVs manually, operators can use the dxi-generate-pvs.sh script (available in the Tools directory) to generate a dxi-pvs.yaml file with PVs.
With yaml files, a small mistake can lead to misconfigurations and result in failures or unnoticed issues. This script helps reduce these risks by prompting operators to enter specific values from which the script generates PV templates. One set of the prompts is responsible for adding dxi/dxi-backup PVs to the template. A second set of prompts is responsible for adding jarvis es/kafka/zookeeper PVs. This structure makes it possible to generate multiple templates to support either installations or upgrades.
Note: It is required to re-create jarvis PVs when upgrading to 23.3. After generation, yaml can be verified and, later, applied.
For additional information, refer to these technical articles:
These DX Platform Installer advancements reflect our team’s commitment to streamline the deployment process, offer greater configurability, and ensure optimal performance. Customers benefit from a more tailored, efficient, and robust installation experience, while minimizing complexities and enhancing the platform's reliability.