1. Searching for a Helm Chart Package
To search for a WordPress Helm chart package on Artifact Hub, run the following command:2. Adding a Bitnami Helm Chart Repository
First, add the Bitnami Helm chart repository on your control plane node by executing:3. Listing Helm Repositories
To review all repositories configured on the control plane node, run:4. Installing and Uninstalling a Drupal Helm Chart
Installing the Chart
Install the Drupal Helm chart from the Bitnami repository using the release name “bravo”:Uninstalling the Chart
To remove the Drupal Helm package (release “bravo”), execute:5. Downloading the Bitnami Apache Package
Download the Bitnami Apache package from the repository to your/root directory without installing it. Use the --untar flag:
apache has been created:
6. Modifying the Apache Helm Chart Configuration
Open thevalues.yaml file within the Apache chart directory to make two essential changes:
- Set the replica count for the web server to 2.
- Configure the HTTP service to expose NodePort 30080.
7. Accessing the Apache Service
Retrieve and set the service IP by extracting the external IP of the Apache service, then print the URL:This lesson demonstrated how to interact with Helm in a Kubernetes environment: from searching and adding repositories to deploying, configuring, and accessing services using Helm. For further details and best practices, consider exploring the Helm Documentation.