Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente |
elearning:workbooks:kubernetes:k8s08 [2024/02/21 13:32] – admin | elearning:workbooks:kubernetes:k8s08 [2024/12/20 15:20] (Version actuelle) – admin |
---|
<WRAP tabs> | |
* [[elearning:kubernetes:start|Accueil]] | |
* [[elearning:kubernetes:k8s|DOF300]] | |
* [[elearning:kubernetes:k8s00|DOF301]] | |
* [[elearning:kubernetes:k8s01|DOF302]] | |
* [[elearning:kubernetes:k8s02|DOF303]] | |
* [[elearning:kubernetes:k8s03|DOF304]] | |
* [[elearning:kubernetes:k8s04|DOF305]] | |
* [[elearning:kubernetes:k8s05|DOF306]] | |
* [[elearning:kubernetes:k8s06|DOF307]] | |
* [[elearning:kubernetes:k8s07|DOF308]] | |
* [[elearning:kubernetes:k8s08|DOF309]] | |
* [[elearning:kubernetes:k8s09|DOF310]] | |
* [[elearning:kubernetes:k8s10|DOF311]] | |
</WRAP> | |
| |
~~PDF:LANDSCAPE~~ | ~~PDF:LANDSCAPE~~ |
| |
* 2.6 - Visualisation des Données avec Kibana | * 2.6 - Visualisation des Données avec Kibana |
| |
=====Présentation de Helm===== | =====Ressources===== |
| |
**Helm** est un gestionnaire de paquets pour Kubernetes. Helm 3.x est compatible avec les versions **n-3** de Kubernetes où **n** est la version de Kubernetes contre laquelle la version de Helm a été compilée, tandis que le gestionnaire Helm 2.x n'est compatible qu'avec les versions **n-1** de Kubernetes où **n** est la version de Kubernetes contre laquelle la version de Helm a été compilée : | ====Lab #1==== |
| |
| * https://www.dropbox.com/scl/fi/mw6afaitlz26tvt31dw33/wordpress-values.yaml?rlkey=eii2mhu99bo5ita8whf5e1ihq&dl=0 |
| |
| ====Lab #2==== |
| |
| * https://www.dropbox.com/scl/fi/rmgz23mutsbvxe5qk8099/kibana-values.yaml?rlkey=rqq9zelrjijw9mkf7lefh9ohi&dl=0 |
| * https://www.dropbox.com/scl/fi/3tiwgd80xpi387g0mdlc7/counter.yaml?rlkey=pphutka93v5mliekgicrzc6p9&dl=0 |
| |
| =====Présentation de Helm===== |
| |
^ Version Helm ^ Compatibilité Kubernetes ^ | **Helm** est un gestionnaire de paquets pour Kubernetes. Helm 3.x est compatible avec les versions **n-3** de Kubernetes où **n** est la version de Kubernetes contre laquelle la version de Helm a été compilée, tandis que le gestionnaire Helm 2.x n'est compatible qu'avec les versions **n-1** de Kubernetes où **n** est la version de Kubernetes contre laquelle la version de Helm a été compilée. |
| 3.9.x | 1.24.x - 1.21.x | | |
| 3.8.x | 1.23.x - 1.20.x | | |
| 3.7.x | 1.22.x - 1.19.x | | |
| 3.6.x | 1.21.x - 1.18.x | | |
| 3.5.x | 1.20.x - 1.17.x | | |
| 3.4.x | 1.19.x - 1.16.x | | |
| 3.3.x | 1.18.x - 1.15.x | | |
| 3.2.x | 1.18.x - 1.15.x | | |
| 3.1.x | 1.17.x - 1.14.x | | |
| 3.0.x | 1.16.x - 1.13.x | | |
| 2.16.x | 1.16.x - 1.15.x | | |
| 2.15.x | 1.15.x - 1.14.x | | |
| 2.14.x | 1.14.x - 1.13.x | | |
| 2.13.x | 1.13.x - 1.12.x | | |
| |
=====LAB #1 - Travailler avec Helm===== | =====LAB #1 - Travailler avec Helm===== |
====1.1 - Installation de Helm==== | ====1.1 - Installation de Helm==== |
| |
Installez **helm-v3.9.1** : | Installez **helm** : |
| |
<code> | <code> |
% Total % Received % Xferd Average Speed Time Time Time Current | % Total % Received % Xferd Average Speed Time Time Time Current |
Dload Upload Total Spent Left Speed | Dload Upload Total Spent Left Speed |
100 1700 100 1700 0 0 39534 0 --:--:-- --:--:-- --:--:-- 39534 | 100 1699 100 1699 0 0 17161 0 --:--:-- --:--:-- --:--:-- 17336 |
root@gateway:~# apt-get install apt-transport-https --yes | |
... | |
| |
root@gateway:~# echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list | root@gateway:~# echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list |
| |
root@gateway:~# helm version | root@gateway:~# helm version |
version.BuildInfo{Version:"v3.9.1", GitCommit:"a7c043acb5ff905c261cfdc923a35776ba5e66e4", GitTreeState:"clean", GoVersion:"go1.17.5"} | version.BuildInfo{Version:"v3.16.3", GitCommit:"cfd07493f46efc9debd9cc1b02a0961186df7fdf", GitTreeState:"clean", GoVersion:"go1.22.7"} |
</code> | </code> |
| |
trainee@gateway:~$ helm env | trainee@gateway:~$ helm env |
HELM_BIN="helm" | HELM_BIN="helm" |
| HELM_BURST_LIMIT="100" |
HELM_CACHE_HOME="/home/trainee/.cache/helm" | HELM_CACHE_HOME="/home/trainee/.cache/helm" |
HELM_CONFIG_HOME="/home/trainee/.config/helm" | HELM_CONFIG_HOME="/home/trainee/.config/helm" |
HELM_KUBECAFILE="" | HELM_KUBECAFILE="" |
HELM_KUBECONTEXT="" | HELM_KUBECONTEXT="" |
| HELM_KUBEINSECURE_SKIP_TLS_VERIFY="false" |
| HELM_KUBETLS_SERVER_NAME="" |
HELM_KUBETOKEN="" | HELM_KUBETOKEN="" |
HELM_MAX_HISTORY="10" | HELM_MAX_HISTORY="10" |
HELM_NAMESPACE="default" | HELM_NAMESPACE="default" |
HELM_PLUGINS="/home/trainee/.local/share/helm/plugins" | HELM_PLUGINS="/home/trainee/.local/share/helm/plugins" |
| HELM_QPS="0.00" |
HELM_REGISTRY_CONFIG="/home/trainee/.config/helm/registry/config.json" | HELM_REGISTRY_CONFIG="/home/trainee/.config/helm/registry/config.json" |
HELM_REPOSITORY_CACHE="/home/trainee/.cache/helm/repository" | HELM_REPOSITORY_CACHE="/home/trainee/.cache/helm/repository" |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Notez que la valeur de la variable **$HELM_NAMESPACE** est **default**. Pour modifier le Namespace utilisé lors de l'utilisation de la commande helm, vous pouvez soit modifier la valeur de cette variable, soit utiliser l'option **--namespace** ou **-n** lors de chaque exécution le la commande. | **Important** : Notez que la valeur de la variable **$HELM_NAMESPACE** est **default**. Pour modifier le Namespace utilisé lors de l'utilisation de la commande helm, vous pouvez soit modifier la valeur de cette variable, soit utiliser l'option **--namespace** ou **-n** lors de chaque exécution le la commande. |
</WRAP> | </WRAP> |
extensions: | extensions: |
- extension: | - extension: |
last-update: Tue, 12 Jul 2022 17:05:18 CEST | last-update: Fri, 20 Dec 2024 14:48:36 CET |
provider: minikube.sigs.k8s.io | provider: minikube.sigs.k8s.io |
version: v1.26.0 | version: v1.34.0 |
name: cluster_info | name: cluster_info |
server: https://192.168.59.100:8443 | server: https://192.168.59.100:8443 |
extensions: | extensions: |
- extension: | - extension: |
last-update: Tue, 12 Jul 2022 17:05:18 CEST | last-update: Fri, 20 Dec 2024 14:48:36 CET |
provider: minikube.sigs.k8s.io | provider: minikube.sigs.k8s.io |
version: v1.26.0 | version: v1.34.0 |
name: context_info | name: context_info |
namespace: default | namespace: default |
- name: system:admin/192-168-42-99:8443 | - name: system:admin/192-168-42-99:8443 |
user: | user: |
client-certificate-data: REDACTED | client-certificate-data: DATA+OMITTED |
client-key-data: REDACTED | client-key-data: DATA+OMITTED |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm search hub | more | trainee@gateway:~$ helm search hub | more |
URL CHART VERSION APP VERSION DESCRIPTION | URL CHART VERSION APP VERSION |
https://artifacthub.io/packages/helm/gabibbo97/... 0.1.0 fedora-32 389 Directory Server | DESCRIPTION |
https://artifacthub.io/packages/helm/four-allpo... 18.3.5 3.10.8 A Helm chart for 4ALLPORTAL version 3.9.0 and up | https://artifacthub.io/packages/helm/mya/12factor 24.1.2 |
https://artifacthub.io/packages/helm/aad-pod-id... 4.1.11 1.8.10 Deploy components for aad-pod-identity | Easily deploy any application that conforms to ... |
https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 ONAP Application Authorization Framework | https://artifacthub.io/packages/helm/gabibbo97/... 0.1.0 fedora-32 |
https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 ONAP Active and Available Inventory | 389 Directory Server |
https://artifacthub.io/packages/helm/statcan/aa... 0.1.2 1.0 A Helm chart for AAW Financial Data Reconciliation | https://artifacthub.io/packages/helm/four-allpo... 20.3.4 3.10.38 |
https://artifacthub.io/packages/helm/arhatdev/a... 0.1.0 latest Network Manager Living at Edge | A Helm chart for 4ALLPORTAL version 3.10.0 and up |
https://artifacthub.io/packages/helm/cassandra-... 0.1.1 1.16.0 A Helm chart for running Cassandra on Kuberente... | https://artifacthub.io/packages/helm/helm-7dtd/... 0.1.0 0.4.4 |
https://artifacthub.io/packages/helm/opencord/a... 0.1.2 latest A Helm chart for SEBA's Abstract OLT layer | 7 Days to Die is an open-world game that is a u... |
https://artifacthub.io/packages/helm/opencord/a... 0.1.2 A Helm chart to install Accelleran common to ru... | https://artifacthub.io/packages/helm/openshift/... 0.2.0 1.16.0 |
https://artifacthub.io/packages/helm/opencord/a... 0.1.8 A Helm chart to install Accelleran CU on CBRS band | A Helm chart for A10 Thunder Kubernetes Connector |
https://artifacthub.io/packages/helm/opencord/a... 0.1.2 A Helm chart to install Accelleran CU | https://artifacthub.io/packages/helm/aad-pod-id... 4.1.18 1.8.17 |
https://artifacthub.io/packages/helm/restorecom... 0.1.8 0.2.3 A Helm chart for restorecommerce access-control... | Deploy components for aad-pod-identity |
https://artifacthub.io/packages/helm/ckotzbauer... 0.9.0 0.9.0 Kubernetes-Operator to simplify RBAC configurat... | https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 |
| ONAP Application Authorization Framework |
| https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 |
| ONAP Active and Available Inventory |
| https://artifacthub.io/packages/helm/statcan/aa... 0.1.7 1.0 |
| A Helm chart for AAW Financial Data Reconciliation |
| https://artifacthub.io/packages/helm/arhatdev/a... 0.1.0 latest |
| Network Manager Living at Edge |
| https://artifacthub.io/packages/helm/apfelplant... 0.1.0 1.16.0 |
--More-- | --More-- |
</code> | </code> |
<code> | <code> |
trainee@gateway:~$ helm search hub mysql | trainee@gateway:~$ helm search hub mysql |
URL CHART VERSION APP VERSION DESCRIPTION | URL CHART VERSION APP VERSION DESCRIPTION |
https://artifacthub.io/packages/helm/ygqygq2/mysql 4.5.3 5.7.26 Chart to create a Highly available MySQL cluster | https://artifacthub.io/packages/helm/mysql/mysql 2.1.3 8.0.26 deploy mysql standalone or group-replication He... |
https://artifacthub.io/packages/helm/stakater/m... 1.0.6 mysql chart that runs on kubernetes | https://artifacthub.io/packages/helm/kubegems/m... 8.9.6 8.0.29 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/bitnami-ak... 9.2.0 8.0.29 MySQL is a fast, reliable, scalable, and easy t... | https://artifacthub.io/packages/helm/bitnami-ak... 9.4.3 8.0.31 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/saber/mysql 8.8.21 8.0.27 Chart to create a Highly available MySQL cluster | https://artifacthub.io/packages/helm/dify-tidb/... 11.1.17 8.4.2 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/cloudnativ... 5.0.1 8.0.16 Chart to create a Highly available MySQL cluster | https://artifacthub.io/packages/helm/kubesphere... 1.0.2 5.7.33 High Availability MySQL Cluster, Open Source. |
https://artifacthub.io/packages/helm/bitnami/mysql 9.2.0 8.0.29 MySQL is a fast, reliable, scalable, and easy t... | https://artifacthub.io/packages/helm/ygqygq2/mysql 9.5.0 8.0.32 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/choerodon/... 8.5.1 8.5.1 Chart to create a Highly available MySQL cluster | https://artifacthub.io/packages/helm/cloudnativ... 5.0.1 8.0.16 Chart to create a Highly available MySQL cluster |
https://artifacthub.io/packages/helm/homeenterp... 0.3.0 8.0.29 MySQL Database Server | https://artifacthub.io/packages/helm/warjiang/m... 9.10.5 8.0.33 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/t3n/mysql 1.0.0 5.7.32 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/stakater/m... 1.0.6 mysql chart that runs on kubernetes |
https://artifacthub.io/packages/helm/devopspilo... 1.0.0 1.0.0 Helm chart for running mysql database | https://artifacthub.io/packages/helm/choerodon/... 8.5.1 8.5.1 Chart to create a Highly available MySQL cluster |
https://artifacthub.io/packages/helm/wso2/mysql 1.6.9 5.7.30 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/saber/mysql 8.8.21 8.0.27 Chart to create a Highly available MySQL cluster |
https://artifacthub.io/packages/helm/kubesphere... 1.6.8 5.7.31 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/groundhog2... 3.0.1 8.4.3 A Helm chart for MySQL on Kubernetes |
https://artifacthub.io/packages/helm/groundhog2... 0.1.0 8.0.29-oracle A Helm chart for MySQL on Kubernetes | https://artifacthub.io/packages/helm/bitnami/mysql 12.2.0 8.4.3 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/someblackm... 1.7.1 5.7.33 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/kvalitetsi... 9.10.4 8.0.33 MySQL is a fast, reliable, scalable, and easy t... |
https://artifacthub.io/packages/helm/kubegemsap... 4.5.2 5.7.26 Chart to create a Highly available MySQL cluster | https://artifacthub.io/packages/helm/druid-helm... 1.6.4 5.7.30 Fast, reliable, scalable, and easy to use open-... |
https://artifacthub.io/packages/helm/anvibo/mysql 0.1.0 1.16.0 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/devopspilo... 1.0.0 1.0.0 Helm chart for running mysql database |
https://artifacthub.io/packages/helm/mysql-oper... 2.0.4 8.0.29 MySQL InnoDB Cluster Helm Chart for deploying M... | https://artifacthub.io/packages/helm/gengxianku... 0.2.0 1.16.0 MySQL is an open-source relational database man... |
https://artifacthub.io/packages/helm/mysql-oper... 2.0.4 8.0.29-2.0.4 MySQL Operator Helm Chart for deploying MySQL I... | https://artifacthub.io/packages/helm/t3n/mysql 1.0.0 5.7.32 Fast, reliable, scalable, and easy to use open-... |
https://artifacthub.io/packages/helm/softonic/m... 2.2.2 0.3.0 Take mysql backups from any mysql instance to A... | https://artifacthub.io/packages/helm/helmcourse... 0.2.4 5.7 MySQL packaged in Rajware Helm course |
https://artifacthub.io/packages/helm/kfirfer/my... 0.0.3 8.0.20 A Helm chart for MySQL Cluster | https://artifacthub.io/packages/helm/ot-contain... 0.1.0 1.16.0 A Helm chart for Kubernetes to deploy mysql. |
https://artifacthub.io/packages/helm/wordpress-... 1.0.0 1.1 This is a package for configuring wordpress and... | https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 5.7.44 MySQL is a widely used, open-source relational ... |
https://artifacthub.io/packages/helm/kanister/k... 0.32.0 5.7.14 MySQL w/ Kanister support based on stable/mysql | https://artifacthub.io/packages/helm/someblackm... 1.7.1 5.7.33 Fast, reliable, scalable, and easy to use open-... |
https://artifacthub.io/packages/helm/bitpoke/my... 0.6.2 v0.6.2 A Helm chart for easy deployment of a MySQL clu... | https://artifacthub.io/packages/helm/kubesphere... 1.6.8 5.7.31 Fast, reliable, scalable, and easy to use open-... |
https://artifacthub.io/packages/helm/presslabs/... 0.3.1 1.0 A Helm chart for easy deployment of a MySQL clu... | https://artifacthub.io/packages/helm/kubegemsap... 4.5.2 5.7.26 Chart to create a Highly available MySQL cluster |
https://artifacthub.io/packages/helm/veilis-hel... 0.6.2999 v0.6.2999 A Helm chart for easy deployment of a MySQL clu... | https://artifacthub.io/packages/helm/wso2/mysql 1.6.9 5.7.30 Fast, reliable, scalable, and easy to use open-... |
https://artifacthub.io/packages/helm/veilis-hel... 0.6.2999 v0.6.2999 A helm chart for Veilis Operator for MySQL | https://artifacthub.io/packages/helm/homeenterp... 0.5.0 8.0.29 MySQL Database Server |
https://artifacthub.io/packages/helm/presslabs/... 0.5.0-rc.3 v0.5.0-rc.3 A Helm chart for mysql operator | https://artifacthub.io/packages/helm/helm-chart... 1.0.0 5.7.26 Chart to create a Highly available MySQL cluster |
https://artifacthub.io/packages/helm/bitpoke/my... 0.6.2 v0.6.2 A helm chart for Bitpoke Operator for MySQL | https://artifacthub.io/packages/helm/anvibo/mysql 0.1.0 1.16.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/stakater/m... 1.0.6 mysql-storage chart that runs on kubernetes | https://artifacthub.io/packages/helm/huangcheng... 0.1.0 1.16.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/truecharts... 2.0.17 8.0.29 MySQL Workbench is a unified visual tool for da... | https://artifacthub.io/packages/helm/mysql-oper... 2.2.2 9.1.0 MySQL InnoDB Cluster Helm Chart for deploying M... |
https://artifacthub.io/packages/helm/kubesphere... 1.0.1 5.7.33 High Availability MySQL Cluster, Open Source. | https://artifacthub.io/packages/helm/mysql-oper... 2.2.2 9.1.0-2.2.2 MySQL Operator Helm Chart for deploying MySQL I... |
https://artifacthub.io/packages/helm/appscode/s... 8.0.21 8.0.21 stash-mysql - MySQL database plugin for Stash b... | https://artifacthub.io/packages/helm/softonic/m... 2.2.3 0.3.0 Take mysql backups from any mysql instance to A... |
https://artifacthub.io/packages/helm/wordpressm... 1.0.0 This is the Helm Chart that creates the Wordpre... | https://artifacthub.io/packages/helm/kfirfer/my... 0.0.4 8.0.20 A Helm chart for MySQL Cluster |
https://artifacthub.io/packages/helm/wso2/mysql-am 4.1.0-1 5.7 A Helm chart for MySQL based deployment of WSO2... | https://artifacthub.io/packages/helm/wordpress-... 1.0.0 1.1 This is a package for configuring wordpress and... |
https://artifacthub.io/packages/helm/choerodon/... 0.1.1 0.1.1 mysql Ver 15.1 Distrib 10.1.32-MariaDB, for Lin... | https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 8.0.30 ApeCloud MySQL is a database that is compatible... |
https://artifacthub.io/packages/helm/kubesphere... 0.5.6 v0.11.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 8.0.33 MySQL is a widely used, open-source relational ... |
https://artifacthub.io/packages/helm/wso2is-pat... 5.11.0-2 5.7 A Helm chart for MySQL based deployment of WSO2... | https://artifacthub.io/packages/helm/bitpoke/my... 0.6.3 v0.6.3 A Helm chart for easy deployment of a MySQL clu... |
https://artifacthub.io/packages/helm/wso2/mysql-is 5.11.0-5 5.7 A Helm chart for MySQL based deployment of WSO2... | https://artifacthub.io/packages/helm/bitpoke/my... 0.6.3 v0.6.3 A helm chart for Bitpoke Operator for MySQL |
https://artifacthub.io/packages/helm/wso2/mysql-ob 1.5.0-1 5.7 A Helm chart for MySQL based deployment of WSO2... | https://artifacthub.io/packages/helm/stakater/m... 1.0.6 mysql-storage chart that runs on kubernetes |
https://artifacthub.io/packages/helm/banzaiclou... 0.1.0 0.2.0 A Helm chart for deploying the Oracle MySQL Ope... | https://artifacthub.io/packages/helm/kubesphere... 1.0.1 5.7.33 High Availability MySQL Cluster, Open Source. |
https://artifacthub.io/packages/helm/grdscloud/... 0.1.0 1.0.0 A MySQL Database Operator Helm chart for Kubern... | https://artifacthub.io/packages/helm/appscode/s... 8.0.21 8.0.21 stash-mysql - MySQL database plugin for Stash b... |
https://artifacthub.io/packages/helm/openshift/... 0.1.0 0.1.0 A Helm chart for MySQL Service Endpoint Definit... | https://artifacthub.io/packages/helm/wordpressm... 1.0.0 This is the Helm Chart that creates the Wordpre... |
https://artifacthub.io/packages/helm/ygqygq2/my... 1.0.0 5.7.24 A Helm chart servicemonitor for mysql exporter | https://artifacthub.io/packages/helm/kubeblocks... 0.5.3 8.0.30 ApeCloud MySQL-Scale is ApeCloud MySQL proxy. A... |
https://artifacthub.io/packages/helm/cloudnativ... 0.3.2 v0.11.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 8.0.30 ApeCloud MySQL is a database that is compatible... |
https://artifacthub.io/packages/helm/prometheus... 1.8.1 v0.14.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/kube-wordp... 0.1.0 0.0.1-alpha Helm Chart for Wordpress installation on MySQL ... |
https://artifacthub.io/packages/helm/wener/prom... 1.8.1 v0.14.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/debeando/a... 0.10.0 0.6.0 A Helm chart for DeBeAndo Agent for MySQL |
https://artifacthub.io/packages/helm/braedon/pr... 0.2.0 Run queries on Mysql and export the results as ... | https://artifacthub.io/packages/helm/appscode/m... 2024.12.18 v0.3.0 A Helm chart for MySQL Alert by AppsCode |
https://artifacthub.io/packages/helm/wenerme/pr... 1.8.1 v0.14.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/wso2/mysql-am 4.2.0-1 5.7 A Helm chart for MySQL based deployment of WSO2... |
https://artifacthub.io/packages/helm/banzaiclou... 0.2.4 v0.11.0 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/choerodon/... 1.0.0 5.7 mysql client |
https://artifacthub.io/packages/helm/kubegemsap... 1.7.0 v0.12.1 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/kubesphere... 0.5.6 v0.11.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/prometheus... 1.0.1 v0.12.1 A Helm chart for prometheus mysql exporter with... | https://artifacthub.io/packages/helm/openshift/... 0.0.1 0.0.1 This content is expermental, do not use it in p... |
https://artifacthub.io/packages/helm/bytebuilde... 2021.3.11 v2021.03.11 Stash MySQL Addon Community | https://artifacthub.io/packages/helm/wso2is-pat... 5.11.0-2 5.7 A Helm chart for MySQL based deployment of WSO2... |
https://artifacthub.io/packages/helm/fermosit/z... 0.1.0 5.4.0-latest Zabbix monitoring server | https://artifacthub.io/packages/helm/wso2/mysql-is 5.11.0-5 5.7 A Helm chart for MySQL based deployment of WSO2... |
https://artifacthub.io/packages/helm/appscode/k... 2022.5.11 v0.5.0 Kubeform Provider Azurerm Mysql Custom Resource... | https://artifacthub.io/packages/helm/wso2/mysql-ob 1.5.0-1 5.7 A Helm chart for MySQL based deployment of WSO2... |
https://artifacthub.io/packages/helm/appscode/k... 2022.5.11 v0.5.0 Kubeform Provider Oci Mysql Custom Resource Def... | https://artifacthub.io/packages/helm/banzaiclou... 0.1.0 0.2.0 A Helm chart for deploying the Oracle MySQL Ope... |
https://artifacthub.io/packages/helm/t3n/mysql-... 2.0.0 | https://artifacthub.io/packages/helm/grdscloud/... 0.1.0 1.0.0 A MySQL Database Operator Helm chart for Kubern... |
https://artifacthub.io/packages/helm/kfirfer/my... 0.1.4 10.5.8 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/openshift/... 0.0.4 0.0.4 This content is expermental, do not use it in p... |
https://artifacthub.io/packages/helm/wso2/mysql-ei 6.6.0-3 5.7 A Helm chart for WSO2 Enterprise Integrator Dat... | https://artifacthub.io/packages/helm/openshift/... 0.1.0 0.1.0 A Helm chart for MySQL Service Endpoint Definit... |
https://artifacthub.io/packages/helm/sikalabs/w... 0.1.0 | https://artifacthub.io/packages/helm/ygqygq2/my... 1.0.0 5.7.24 A Helm chart servicemonitor for mysql exporter |
https://artifacthub.io/packages/helm/choerodon/... 0.1.0 1.0 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/kubeblocks... 0.9.0 8.0.32 MySQL is a widely used, open-source relational ... |
https://artifacthub.io/packages/helm/azure-samp... 0.1.0 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/kubeblocks... 0.8.0 8.0.32 MySQL is a widely used, open-source relational ... |
https://artifacthub.io/packages/helm/phppgadmin... 0.1.0 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/wener/prom... 2.8.0 v0.16.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/mysql-ndb-... 0.2.0 8.0.29-0.2.0 A Helm chart for deploying the Oracle MySQL NDB... | https://artifacthub.io/packages/helm/banzaiclou... 0.2.4 v0.11.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/sonu-wordp... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/prometheus... 1.0.1 v0.12.1 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/bitnami-ak... 10.1.10 5.2.0 phpMyAdmin is a free software tool written in P... | https://artifacthub.io/packages/helm/prometheus... 2.8.0 v0.16.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/bitnami/ph... 10.2.0 5.2.0 phpMyAdmin is a free software tool written in P... | https://artifacthub.io/packages/helm/kubegemsap... 1.8.1 v0.12.1 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/paradeum-t... 0.1.8 4.8.1 Adminer is a full-featured database management ... | https://artifacthub.io/packages/helm/cloudnativ... 0.3.2 v0.11.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/startechni... 0.1.3 4.8.1 Adminer is a full-featured database management ... | https://artifacthub.io/packages/helm/braedon/pr... 0.2.0 Run queries on Mysql and export the results as ... |
https://artifacthub.io/packages/helm/cetic/adminer 0.1.7 4.8.1 Adminer is a full-featured database management ... | https://artifacthub.io/packages/helm/wenerme/pr... 2.8.0 v0.16.0 A Helm chart for prometheus mysql exporter with... |
https://artifacthub.io/packages/helm/inspur/dble 0.0.2 2.19.09 DBLE is a high scalability middle-ware for MySQ... | https://artifacthub.io/packages/helm/openshift/... 0.0.2 0.0.2 This content is experimental, do not use it in ... |
https://artifacthub.io/packages/helm/wordpress-... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/bytebuilde... 2021.3.11 v2021.03.11 Stash MySQL Addon Community |
https://artifacthub.io/packages/helm/cloudnativ... 2.4.0 2.4.0 A Helm chart to help backup MySQL databases usi... | https://artifacthub.io/packages/helm/fermosit/z... 3.0.2 6.4.0-latest Zabbix monitoring server |
https://artifacthub.io/packages/helm/kokuwa/mys... 5.1.0 v3.0.16 A Helm chart to help backup MySQL databases usi... | https://artifacthub.io/packages/helm/kubeblocks... 0.5.3 8.0.30 An ApeCloud MySQL-Scale Cluster Helm chart for ... |
https://artifacthub.io/packages/helm/kfirfer/my... 2.7.0 2.4.1 A Helm chart to help backup MySQL databases usi... | https://artifacthub.io/packages/helm/clusterped... 0.1.1 v0.6.0 A Helm chart for Clusterpedia |
https://artifacthub.io/packages/helm/cloudnativ... 0.5.1 5.7.13 MySQL cluster with a single master and zero or ... | https://artifacthub.io/packages/helm/t3n/mysql-... 2.1.0 |
https://artifacthub.io/packages/helm/presslabs/... 0.1.7 3.0.14 A Helm chart for github's mysql orchestrator | https://artifacthub.io/packages/helm/kfirfer/my... 0.3.0 0.0.4 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/cloudnativ... 1.0.0 5.7.17 free, fully compatible, enhanced, open source d... | https://artifacthub.io/packages/helm/wso2/mysql-ei 6.6.0-3 5.7 A Helm chart for WSO2 Enterprise Integrator Dat... |
https://artifacthub.io/packages/helm/cloudnativ... 1.0.0 5.7.19 free, fully compatible, enhanced, open source d... | https://artifacthub.io/packages/helm/sikalabs/w... 0.1.2 |
https://artifacthub.io/packages/helm/kfirfer/pe... 1.5.4 8.0.27-18.1 free, fully compatible, enhanced, open source d... | https://artifacthub.io/packages/helm/choerodon/... 0.1.0 1.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/someblackm... 6.5.2 5.0.2 phpMyAdmin is an mysql administration frontend | https://artifacthub.io/packages/helm/phppgadmin... 0.1.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/kubesphere... 1.0.0 5.7.33 XenonDB is a High-Availability MySQL cluster, o... | https://artifacthub.io/packages/helm/azure-samp... 0.1.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/truecharts... 0.0.11 latest Adminer (formerly phpMinAdmin) is a full-featur... | https://artifacthub.io/packages/helm/mysql-ndb-... 1.6.0 9.1.0-1.6.0 A Helm chart for deploying the Oracle MySQL NDB... |
https://artifacthub.io/packages/helm/evolves/ba... 0.6.1 0.6.1 Backup is an open-source backup tools written i... | https://artifacthub.io/packages/helm/sonu-wordp... 1.0.0 2 This is my custom chart to deploy wordpress and... |
https://artifacthub.io/packages/helm/schmitzis/... 0.1.1 21.12 Wiki application made by Bookstack and MySQL | https://artifacthub.io/packages/helm/bitnami-ak... 10.3.6 5.2.0 phpMyAdmin is a free software tool written in P... |
https://artifacthub.io/packages/helm/t3n/clouds... 2.0.0 1.16 Google Cloud SQL Proxy | https://artifacthub.io/packages/helm/bitnami/ph... 18.1.0 5.2.1 phpMyAdmin is a free software tool written in P... |
https://artifacthub.io/packages/helm/presslabs/... 0.5.0 v0.5.0 A Helm chart for db operator | https://artifacthub.io/packages/helm/paradeum-t... 0.1.9 4.8.1 Adminer is a full-featured database management ... |
https://artifacthub.io/packages/helm/edgelesssy... 0.3.0 v0.3.0 EdgelessDB is a MySQL-compatible database for c... | https://artifacthub.io/packages/helm/cetic/adminer 0.2.1 4.8.1 Adminer is a full-featured database management ... |
https://artifacthub.io/packages/helm/startechni... 0.1.8 3.2.0 FreeRADIUS is a modular, high performance free ... | https://artifacthub.io/packages/helm/startechni... 0.1.8 4.8.1 Adminer is a full-featured database management ... |
https://artifacthub.io/packages/helm/rimusz/gcl... 0.22.8 1.30.1 Google Cloud SQL Proxy | https://artifacthub.io/packages/helm/inspur/dble 0.0.2 2.19.09 DBLE is a high scalability middle-ware for MySQ... |
https://artifacthub.io/packages/helm/getindata/... 0.20.5 1.16 Google Cloud SQL Proxy | https://artifacthub.io/packages/helm/wordpress-... 1.0.0 2 This is my custom chart to deploy wordpress and... |
https://artifacthub.io/packages/helm/datarepo/g... 0.19.7 1.17 Google Cloud SQL Proxy | https://artifacthub.io/packages/helm/cloudnativ... 2.4.0 2.4.0 A Helm chart to help backup MySQL databases usi... |
https://artifacthub.io/packages/helm/ibm-charts... 1.1.0 Galera Cluster is a multi-master solution for M... | https://artifacthub.io/packages/helm/kfirfer/my... 2.8.0 1.0.3 A Helm chart to help backup MySQL databases usi... |
https://artifacthub.io/packages/helm/ibm-charts... 1.1.2 MariaDB is developed as open source software an... | https://artifacthub.io/packages/helm/kokuwa/mys... 6.4.0 v3.2.0 A Helm chart to help backup MySQL databases usi... |
https://artifacthub.io/packages/helm/cloudposse... 0.1.4 A Helm chart for Linux, Apache, MySQL, PHP (aka... | https://artifacthub.io/packages/helm/cloudnativ... 0.5.1 5.7.13 MySQL cluster with a single master and zero or ... |
https://artifacthub.io/packages/helm/truecharts... 3.0.35 10.8.3 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/cloudnativ... 1.0.0 5.7.17 free, fully compatible, enhanced, open source d... |
https://artifacthub.io/packages/helm/riftbit/ma... 9.6.0 10.5.12 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/cloudnativ... 1.0.0 5.7.19 free, fully compatible, enhanced, open source d... |
https://artifacthub.io/packages/helm/bitnami-ak... 11.0.14 10.6.8 MariaDB is an open source, community-developed ... | https://artifacthub.io/packages/helm/kfirfer/pe... 1.5.10 8.0.32-24.2 free, fully compatible, enhanced, open source d... |
https://artifacthub.io/packages/helm/bitnami/ma... 11.1.0 10.6.8 MariaDB is an open source, community-developed ... | https://artifacthub.io/packages/helm/someblackm... 6.5.2 5.0.2 phpMyAdmin is an mysql administration frontend |
https://artifacthub.io/packages/helm/camptocamp... 1.0.0 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/percona/ps... 0.8.0 0.8.0 A Helm chart for Deploying the Percona Operator... |
https://artifacthub.io/packages/helm/cloudnativ... 6.1.0 10.3.15 Fast, reliable, scalable, and easy to use open-... | https://artifacthub.io/packages/helm/wordpress-... 0.1.0 1.1 this is chart create the wordpress with suitabl... |
https://artifacthub.io/packages/helm/riftbit/ma... 5.13.5 10.5.12 MariaDB Galera is a multi-master database clust... | https://artifacthub.io/packages/helm/kubesphere... 1.0.0 5.7.33 XenonDB is a High-Availability MySQL cluster, o... |
https://artifacthub.io/packages/helm/bitnami/ma... 7.3.6 10.6.8 MariaDB Galera is a multi-primary database clus... | https://artifacthub.io/packages/helm/evolves/ba... 0.6.1 0.6.1 Backup is an open-source backup tools written i... |
https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 Chart for MariaDB Galera cluster | https://artifacthub.io/packages/helm/schmitzis/... 0.1.1 21.12 Wiki application made by Bookstack and MySQL |
https://artifacthub.io/packages/helm/appuio/mar... 1.2.4 10.5.12 MariaDB Galera is a multi-master database clust... | https://artifacthub.io/packages/helm/xxl-job-ad... 0.1.2 1.1.6 Canal Server is capable of parsing MySQL binlog... |
https://artifacthub.io/packages/helm/bitnami-ak... 7.3.6 10.6.8 MariaDB Galera is a multi-primary database clus... | https://artifacthub.io/packages/helm/t3n/clouds... 2.0.3 1.16 Google Cloud SQL Proxy |
https://artifacthub.io/packages/helm/moco/moco 0.2.3 0.12.1 MySQL operator on Kubernetes using GTID-based s... | https://artifacthub.io/packages/helm/makaira/co... 1.3.0 1.0.0 Copy a MySQL or MariaDB database from one serve... |
https://artifacthub.io/packages/helm/viveksahu2... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/helmcourse... 0.3.3 adminer: 4.7,mysql: 5.7 Adminer front-end, MySQL backend packaged in Ra... |
https://artifacthub.io/packages/helm/truecharts... 3.0.23 0.92.3 Turns any MySQL, PostgreSQL, SQL Server, SQLite... | https://artifacthub.io/packages/helm/djjudas21/... 0.0.16 0.0.9 A Helm chart to help backup SQL databases using... |
https://artifacthub.io/packages/helm/kfirfer/pr... 0.0.2 2.0.15 Chart for ProxySQL | https://artifacthub.io/packages/helm/db-operato... 1.30.0 2.10.0 The DB Operator creates databases and make them... |
https://artifacthub.io/packages/helm/banzaiclou... 0.0.2 A TiDB Helm chart for Kubernetes | https://artifacthub.io/packages/helm/ju4t/django 0.1.0 4.1.4 Django是一个有期限的完美主义者网络框架! |
https://artifacthub.io/packages/helm/webapp-db-... 0.1.0 1.0 Java frontend with a MySQL backend | https://artifacthub.io/packages/helm/edgelesssy... 0.3.2 v0.3.2 EdgelessDB is a MySQL-compatible database for c... |
https://artifacthub.io/packages/helm/wordpressm... 0.1.0 1.1 | https://artifacthub.io/packages/helm/monosql-op... 2.0.0 2.0.0 A Helm chart for deploying Monograph Operator t... |
| https://artifacthub.io/packages/helm/sqream-cha... 0.6.0 1.16.0 A Helm chart for accessing managed redis & mysql |
| https://artifacthub.io/packages/helm/featurehub... 4.1.4 1.8.0 FeatueHub is an Enterprise Grade, Cloud Native ... |
| https://artifacthub.io/packages/helm/sqream-cha... 0.6.2 1.16.0 Helm chart for Flows service, part of java back... |
| https://artifacthub.io/packages/helm/kubeblocks... 0.9.0 0.2.0 ApeCloud FoxLake is a fast & low-cost analytica... |
| https://artifacthub.io/packages/helm/startechni... 1.0.1 3.2.3 FreeRADIUS is a modular, high performance free ... |
| https://artifacthub.io/packages/helm/getindata/... 0.20.5 1.16 Google Cloud SQL Proxy |
| https://artifacthub.io/packages/helm/rimusz/gcl... 0.25.6 2.6.0 Google Cloud SQL Proxy |
| https://artifacthub.io/packages/helm/datarepo/g... 0.19.13 1.17 Google Cloud SQL Proxy |
| https://artifacthub.io/packages/helm/ibm-charts... 1.1.0 Galera Cluster is a multi-master solution for M... |
| https://artifacthub.io/packages/helm/ibm-charts... 1.1.2 MariaDB is developed as open source software an... |
| https://artifacthub.io/packages/helm/cloudposse... 0.1.4 A Helm chart for Linux, Apache, MySQL, PHP (aka... |
| https://artifacthub.io/packages/helm/login-test... 0.1.0 1.0.0 A Helm chart for login_test_backend with MySQL ... |
| https://artifacthub.io/packages/helm/bitnami/ma... 20.2.1 11.4.4 MariaDB is an open source, community-developed ... |
| https://artifacthub.io/packages/helm/riftbit/ma... 9.6.0 10.5.12 Fast, reliable, scalable, and easy to use open-... |
| https://artifacthub.io/packages/helm/cloudnativ... 6.1.0 10.3.15 Fast, reliable, scalable, and easy to use open-... |
| https://artifacthub.io/packages/helm/camptocamp... 1.0.0 Fast, reliable, scalable, and easy to use open-... |
| https://artifacthub.io/packages/helm/bitnami-ak... 11.4.0 10.6.11 MariaDB is an open source, community-developed ... |
| https://artifacthub.io/packages/helm/kvalitetsi... 11.2.2 10.6.9 MariaDB is an open source, community-developed ... |
| https://artifacthub.io/packages/helm/petersando... 15.2.5 11.4.3 Fast, reliable, scalable, and easy to use open-... |
| https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 10.6.15 MariaDB is an open-source relational database m... |
| https://artifacthub.io/packages/helm/kvalitetsi... 7.4.1 10.6.9 MariaDB Galera is a multi-primary database clus... |
| https://artifacthub.io/packages/helm/smo-helm-c... 6.0.0 Chart for MariaDB Galera cluster |
| https://artifacthub.io/packages/helm/bitnami/ma... 14.1.0 11.4.4 MariaDB Galera is a multi-primary database clus... |
| https://artifacthub.io/packages/helm/bitnami-ak... 7.4.7 10.6.10 MariaDB Galera is a multi-primary database clus... |
| https://artifacthub.io/packages/helm/appuio/mar... 1.2.6 10.5.12 MariaDB Galera is a multi-master database clust... |
| https://artifacthub.io/packages/helm/riftbit/ma... 5.13.5 10.5.12 MariaDB Galera is a multi-master database clust... |
| https://artifacthub.io/packages/helm/mariadb-op... 0.36.0 0.36.0 Run and operate MariaDB in a cloud native way |
| https://artifacthub.io/packages/helm/mariadb-op... 0.36.0 0.0.0 mariadb-operator CRDs |
| https://artifacthub.io/packages/helm/moco/moco 0.15.1 0.25.1 MySQL operator on Kubernetes using GTID-based s... |
| https://artifacthub.io/packages/helm/sqream-cha... 0.7.1 1.16.0 Helm chart for monitor service, part of java ba... |
| https://artifacthub.io/packages/helm/monosql-op... 1.0.5 1.0.4 A Helm chart for deploying Monograph Operator t... |
| https://artifacthub.io/packages/helm/viveksahu2... 1.0.0 2 This is my custom chart to deploy wordpress and... |
| https://artifacthub.io/packages/helm/mysql2s3bk... 0.1.0 alpha MySQL database JOBS |
| https://artifacthub.io/packages/helm/kubeblocks... 3.2.6 3.2.6 Orchestrator is a MySQL high availability and r... |
| https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 3.2.6 orchestrator |
| https://artifacthub.io/packages/helm/christianh... 1.13.2 A Helm chart to deploy Passbolt with MySQL and ... |
| https://artifacthub.io/packages/helm/vquie/phpipam 1.0.3 1.5.2 phpipam is an open-source web IP address manage... |
| https://artifacthub.io/packages/helm/fsdrw08/po... 0.1.3 4.5.3 PowerDNS all in one (powerdns + powerdns-admin ... |
| https://artifacthub.io/packages/helm/percona/px... 1.16.0 1.16.0 A Helm chart for deploying the Percona Operator... |
| https://artifacthub.io/packages/helm/kubesphere... 0.1.0 5.7_1.0.1 A Helm chart for Kubernetes to run StoneDB stan... |
| https://artifacthub.io/packages/helm/stonedb/st... 0.1.0 5.7_1.0.1 A Helm chart for Kubernetes to run StoneDB |
| https://artifacthub.io/packages/helm/banzaiclou... 0.0.2 A TiDB Helm chart for Kubernetes |
| https://artifacthub.io/packages/helm/kubeblocks... 1.0.0-alpha.0 v7.1.5 TiDB is an open-source, cloud-native, distribut... |
| https://artifacthub.io/packages/helm/webapp-db-... 0.1.0 1.0 Java frontend with a MySQL backend |
| https://artifacthub.io/packages/helm/sikademo/w... 2020.11.18 Example Wordpress Chart (with MySQL) |
| https://artifacthub.io/packages/helm/wordpressm... 0.1.0 1.1 |
| https://artifacthub.io/packages/helm/rock8s/xtradb 1.12.0 0.71.0 enterprise MySQL |
| https://artifacthub.io/packages/helm/xxl-job-ad... 0.2.3 v3.1.8 🐳 A most popular sql audit platform for mysql |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Notez que la chaîne recherchée peut se retrouver dans l'URL aussi bien que dans la description. | **Important** : Notez que la chaîne recherchée peut se retrouver dans l'URL aussi bien que dans la description. |
</WRAP> | </WRAP> |
URL CHART VERSION APP VERSION DESCRIPTION | URL CHART VERSION APP VERSION DESCRIPTION |
https://artifacthub.io/packages/helm/kube-wordp... 0.1.0 1.1 this is my wordpress package | https://artifacthub.io/packages/helm/kube-wordp... 0.1.0 1.1 this is my wordpress package |
https://artifacthub.io/packages/helm/bitnami-ak... 15.0.10 6.0.1 WordPress is the world's most popular blogging ... | https://artifacthub.io/packages/helm/wordpress-... 1.0.2 1.0.0 A Helm chart for deploying Wordpress+Mariadb st... |
https://artifacthub.io/packages/helm/bitnami/wo... 15.0.11 6.0.1 WordPress is the world's most popular blogging ... | https://artifacthub.io/packages/helm/shubham-wo... 0.1.0 1.16.0 A Helm chart for Kubernetes |
| https://artifacthub.io/packages/helm/bitnami-ak... 15.2.13 6.1.0 WordPress is the world's most popular blogging ... |
| https://artifacthub.io/packages/helm/bitnami/wo... 24.1.5 6.7.1 WordPress is the world's most popular blogging ... |
https://artifacthub.io/packages/helm/sikalabs/w... 0.2.0 Simple Wordpress | https://artifacthub.io/packages/helm/sikalabs/w... 0.2.0 Simple Wordpress |
https://artifacthub.io/packages/helm/groundhog2... 0.6.2 6.0.1-apache A Helm chart for Wordpress on Kubernetes | |
https://artifacthub.io/packages/helm/riftbit/wo... 12.1.16 5.8.1 Web publishing platform for building blogs and ... | https://artifacthub.io/packages/helm/riftbit/wo... 12.1.16 5.8.1 Web publishing platform for building blogs and ... |
| https://artifacthub.io/packages/helm/schichtel/... 0.7.1 6.6.1 A Helm chart for WordPress |
| https://artifacthub.io/packages/helm/skywordpre... 0.1.0 1.16.0 A Helm chart for WordPress |
| https://artifacthub.io/packages/helm/rock8s/wor... 0.12.4 v0.12.4 An open source content management system |
| https://artifacthub.io/packages/helm/sikademo/w... 2020.11.18 Example Wordpress Chart (with MySQL) |
| https://artifacthub.io/packages/helm/groundhog2... 0.13.0 6.7.1-apache A Helm chart for Wordpress on Kubernetes |
| https://artifacthub.io/packages/helm/devops/wor... 0.12.0 1.16.0 Wordpress helm chart |
https://artifacthub.io/packages/helm/camptocamp... 0.6.10 4.8.1 Web publishing platform for building blogs and ... | https://artifacthub.io/packages/helm/camptocamp... 0.6.10 4.8.1 Web publishing platform for building blogs and ... |
https://artifacthub.io/packages/helm/mcouliba/w... 0.1.0 1.16.0 A Helm chart for Kubernetes | |
https://artifacthub.io/packages/helm/homeenterp... 0.5.0 5.9.3-php8.1-apache Blog server | https://artifacthub.io/packages/helm/homeenterp... 0.5.0 5.9.3-php8.1-apache Blog server |
| https://artifacthub.io/packages/helm/mcouliba/w... 0.1.0 1.16.0 A Helm chart for Kubernetes |
| https://artifacthub.io/packages/helm/wordpress-... 6.1.1-3.0rc5 master Lightweight Wordpress installation with additio... |
https://artifacthub.io/packages/helm/wordpress-... 1.0.0 1.1 This is a package for configuring wordpress and... | https://artifacthub.io/packages/helm/wordpress-... 1.0.0 1.1 This is a package for configuring wordpress and... |
https://artifacthub.io/packages/helm/securecode... 3.12.1 4.0 Insecure & Outdated Wordpress Instance: Never e... | https://artifacthub.io/packages/helm/securecode... 4.11.0 4.0 Insecure & Outdated Wordpress Instance: Never e... |
https://artifacthub.io/packages/helm/bitnami/wo... 2.0.11 6.0.1 WordPress for Intel is the most popular bloggin... | |
https://artifacthub.io/packages/helm/wordpressm... 1.0.0 This is the Helm Chart that creates the Wordpre... | https://artifacthub.io/packages/helm/wordpressm... 1.0.0 This is the Helm Chart that creates the Wordpre... |
https://artifacthub.io/packages/helm/veilis-hel... 0.12.1999 v0.12.1999 Veilis WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/bitpoke/wo... 0.12.4 v0.12.4 Bitpoke WordPress Operator Helm Chart |
https://artifacthub.io/packages/helm/bitpoke/wo... 0.12.1 v0.12.1 Bitpoke WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/bitpoke/wo... 0.12.4 v0.12.4 Helm chart for deploying a WordPress site on Bi... |
https://artifacthub.io/packages/helm/veilis-hel... 0.12.3999 v0.12.3999 Helm chart for deploying a WordPress site on Ve... | https://artifacthub.io/packages/helm/kube-wordp... 0.1.0 0.0.1-alpha Helm Chart for Wordpress installation on MySQL ... |
https://artifacthub.io/packages/helm/bitpoke/wo... 0.12.3 v0.12.3 Helm chart for deploying a WordPress site on Bi... | |
https://artifacthub.io/packages/helm/riotkit-or... 2.1.0-alpha4 v2.1-alpha4 Lightweight Wordpress installation with additio... | https://artifacthub.io/packages/helm/riotkit-or... 2.1.0-alpha4 v2.1-alpha4 Lightweight Wordpress installation with additio... |
https://artifacthub.io/packages/helm/presslabs/... 0.11.0-alpha.3 0.11.0-alpha.3 Presslabs WordPress Operator Helm Chart | |
https://artifacthub.io/packages/helm/presslabs/... 1.0.0-test.1 v1.0.0-test.1 A Helm chart for deploying a WordPress site on ... | |
https://artifacthub.io/packages/helm/phntom/bin... 0.0.4 0.0.3 www.binaryvision.co.il static wordpress | https://artifacthub.io/packages/helm/phntom/bin... 0.0.4 0.0.3 www.binaryvision.co.il static wordpress |
https://artifacthub.io/packages/helm/gh-shessel... 2.1.4 5.9.3 Web publishing platform for building blogs and ... | https://artifacthub.io/packages/helm/gh-shessel... 2.1.12 6.1.1 Web publishing platform for building blogs and ... |
https://artifacthub.io/packages/helm/sikalabs/w... 0.1.0 | https://artifacthub.io/packages/helm/rock8s/wor... 6.7.1 |
https://artifacthub.io/packages/helm/gh-shessel... 3.0.16 6.0.0 Web publishing platform for building blogs and ... | https://artifacthub.io/packages/helm/sikalabs/w... 0.1.2 |
https://artifacthub.io/packages/helm/bitpoke/bi... 1.8.8 1.8.8 The Bitpoke App for WordPress provides a versat... | https://artifacthub.io/packages/helm/gh-shessel... 6.3.1 6.3.1 Web publishing platform for building blogs and ... |
| https://artifacthub.io/packages/helm/wordpressh... 0.1.0 1.16.0 A Helm chart for Kubernetes |
| https://artifacthub.io/packages/helm/wordpress-... 0.1.0 1.1 this is chart create the wordpress with suitabl... |
| https://artifacthub.io/packages/helm/wordpress-... 0.0.1 Helm Chart for wordpress-gatsby |
| https://artifacthub.io/packages/helm/bitpoke/bi... 1.8.18 1.8.18 The Bitpoke App for WordPress provides a versat... |
https://artifacthub.io/packages/helm/sonu-wordp... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/sonu-wordp... 1.0.0 2 This is my custom chart to deploy wordpress and... |
https://artifacthub.io/packages/helm/veilis-hel... 1.8.8999 1.8.8999 The Veilis App for WordPress provides a versati... | |
https://artifacthub.io/packages/helm/uvaise-wor... 0.2.0 1.1.0 Wordpress for Kubernetes | |
https://artifacthub.io/packages/helm/wordpress/... 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/wordpress/... 0.2.0 1.1.0 Wordpress for Kubernetes |
| https://artifacthub.io/packages/helm/uvaise-wor... 0.2.0 1.1.0 Wordpress for Kubernetes |
https://artifacthub.io/packages/helm/wordpress-... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/wordpress-... 1.0.0 2 This is my custom chart to deploy wordpress and... |
https://artifacthub.io/packages/helm/veilis-hel... 0.12.3999 v0.12.3999 Your Open-Source, Cloud-Native WordPress Infras... | https://artifacthub.io/packages/helm/bitpoke/stack 0.12.4 v0.12.4 Your Open-Source, Cloud-Native WordPress Infras... |
https://artifacthub.io/packages/helm/bitpoke/stack 0.12.3 v0.12.3 Your Open-Source, Cloud-Native WordPress Infras... | https://artifacthub.io/packages/helm/securecode... 4.11.0 v3.8.27 A Helm chart for the WordPress security scanner... |
https://artifacthub.io/packages/helm/securecode... 3.12.1 v3.8.22 A Helm chart for the WordPress security scanner... | |
https://artifacthub.io/packages/helm/wordpresss... 1.1.0 5.8.2 Web publishing platform for building blogs and ... | https://artifacthub.io/packages/helm/wordpresss... 1.1.0 5.8.2 Web publishing platform for building blogs and ... |
https://artifacthub.io/packages/helm/viveksahu2... 1.0.0 2 This is my custom chart to deploy wordpress and... | https://artifacthub.io/packages/helm/viveksahu2... 1.0.0 2 This is my custom chart to deploy wordpress and... |
https://artifacthub.io/packages/helm/presslabs/... 0.11.0-rc.2 v0.11.0-rc.2 Open-Source WordPress Infrastructure on Kubernetes | |
https://artifacthub.io/packages/helm/presslabs/... 1.6.2 v1.6.2 Open-Source WordPress Infrastructure on Kubernetes | |
https://artifacthub.io/packages/helm/six/wordress 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/six/wordress 0.2.0 1.1.0 Wordpress for Kubernetes |
https://artifacthub.io/packages/helm/jinchi-cha... 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/jinchi-cha... 0.2.0 1.1.0 Wordpress for Kubernetes |
https://artifacthub.io/packages/helm/wordpressm... 0.1.0 1.1 | https://artifacthub.io/packages/helm/projet-dev... 0.1.0 1.16.0 A Helm chart for wordpress deployed on Azure Ku... |
https://artifacthub.io/packages/helm/presslabs/... 1.3.2 v1.3.2 Presslabs WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/wordpressm... 0.1.0 1.1 |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm search hub wordpress --max-col-width=0 | trainee@gateway:~$ helm search hub wordpress --max-col-width=0 |
URL CHART VERSION APP VERSION DESCRIPTION | URL CHART VERSION APP VERSION DESCRIPTION |
https://artifacthub.io/packages/helm/kube-wordpress/wordpress 0.1.0 1.1 this is my wordpress package | https://artifacthub.io/packages/helm/kube-wordpress/wordpress 0.1.0 1.1 this is my wordpress package |
https://artifacthub.io/packages/helm/bitnami-aks/wordpress 15.0.10 6.0.1 WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. | https://artifacthub.io/packages/helm/wordpress-mariadb/wordpress 1.0.2 1.0.0 A Helm chart for deploying Wordpress+Mariadb stack on kubernetes. |
https://artifacthub.io/packages/helm/bitnami/wordpress 15.0.11 6.0.1 WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. | https://artifacthub.io/packages/helm/shubham-wordpress/wordpress 0.1.0 1.16.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/sikalabs/wordpress 0.2.0 Simple Wordpress | https://artifacthub.io/packages/helm/bitnami-aks/wordpress 15.2.13 6.1.0 WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. |
https://artifacthub.io/packages/helm/groundhog2k/wordpress 0.6.2 6.0.1-apache A Helm chart for Wordpress on Kubernetes | https://artifacthub.io/packages/helm/bitnami/wordpress 24.1.5 6.7.1 WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. |
https://artifacthub.io/packages/helm/riftbit/wordpress 12.1.16 5.8.1 Web publishing platform for building blogs and websites. | https://artifacthub.io/packages/helm/sikalabs/wordpress 0.2.0 Simple Wordpress |
https://artifacthub.io/packages/helm/camptocamp3/wordpress 0.6.10 4.8.1 Web publishing platform for building blogs and websites. | https://artifacthub.io/packages/helm/riftbit/wordpress 12.1.16 5.8.1 Web publishing platform for building blogs and websites. |
https://artifacthub.io/packages/helm/mcouliba/wordpress 0.1.0 1.16.0 A Helm chart for Kubernetes | https://artifacthub.io/packages/helm/schichtel/wordpress 0.7.1 6.6.1 A Helm chart for WordPress |
https://artifacthub.io/packages/helm/homeenterpriseinc/wordpress 0.5.0 5.9.3-php8.1-apache Blog server | https://artifacthub.io/packages/helm/skywordpress/wordpress 0.1.0 1.16.0 A Helm chart for WordPress |
https://artifacthub.io/packages/helm/wordpress-mysql-1/wordpress-mysql 1.0.0 1.1 This is a package for configuring wordpress and mysql on kubertes automatically | https://artifacthub.io/packages/helm/rock8s/wordpress 0.12.4 v0.12.4 An open source content management system |
https://artifacthub.io/packages/helm/securecodebox/old-wordpress 3.12.1 4.0 Insecure & Outdated Wordpress Instance: Never expose it to the internet! | https://artifacthub.io/packages/helm/sikademo/wordpress 2020.11.18 Example Wordpress Chart (with MySQL) |
https://artifacthub.io/packages/helm/bitnami/wordpress-intel 2.0.11 6.0.1 WordPress for Intel is the most popular blogging application combined with cryptography acceleration for 3rd gen Xeon Scalable Processors (Ice Lake) to get a breakthrough performance improvement. | https://artifacthub.io/packages/helm/groundhog2k/wordpress 0.13.0 6.7.1-apache A Helm chart for Wordpress on Kubernetes |
https://artifacthub.io/packages/helm/wordpressmysql/wordpress-mysql 1.0.0 This is the Helm Chart that creates the Wordpress and MySQL service with dynamic parameters | https://artifacthub.io/packages/helm/devops/wordpress 0.12.0 1.16.0 Wordpress helm chart |
https://artifacthub.io/packages/helm/veilis-helm-charts/wordpress-operator 0.12.1999 v0.12.1999 Veilis WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/camptocamp3/wordpress 0.6.10 4.8.1 Web publishing platform for building blogs and websites. |
https://artifacthub.io/packages/helm/bitpoke/wordpress-operator 0.12.1 v0.12.1 Bitpoke WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/homeenterpriseinc/wordpress 0.5.0 5.9.3-php8.1-apache Blog server |
https://artifacthub.io/packages/helm/veilis-helm-charts/wordpress-site 0.12.3999 v0.12.3999 Helm chart for deploying a WordPress site on Veilis Stack | https://artifacthub.io/packages/helm/mcouliba/wordpress 0.1.0 1.16.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/bitpoke/wordpress-site 0.12.3 v0.12.3 Helm chart for deploying a WordPress site on Bitpoke Stack | https://artifacthub.io/packages/helm/wordpress-hardened/wordpress-hardened 6.1.1-3.0rc5 master Lightweight Wordpress installation with additional security fixes |
https://artifacthub.io/packages/helm/riotkit-org/wordpress-hardened 2.1.0-alpha4 v2.1-alpha4 Lightweight Wordpress installation with additional security fixes | https://artifacthub.io/packages/helm/wordpress-mysql-1/wordpress-mysql 1.0.0 1.1 This is a package for configuring wordpress and mysql on kubertes automatically |
https://artifacthub.io/packages/helm/presslabs/wordpress-operator 0.11.0-alpha.3 0.11.0-alpha.3 Presslabs WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/securecodebox/old-wordpress 4.11.0 4.0 Insecure & Outdated Wordpress Instance: Never expose it to the internet! |
https://artifacthub.io/packages/helm/presslabs/wordpress-site 1.0.0-test.1 v1.0.0-test.1 A Helm chart for deploying a WordPress site on Presslabs Stack | https://artifacthub.io/packages/helm/wordpressmysql/wordpress-mysql 1.0.0 This is the Helm Chart that creates the Wordpress and MySQL service with dynamic parameters |
https://artifacthub.io/packages/helm/phntom/binaryvision-static-wordpress 0.0.4 0.0.3 www.binaryvision.co.il static wordpress | https://artifacthub.io/packages/helm/bitpoke/wordpress-operator 0.12.4 v0.12.4 Bitpoke WordPress Operator Helm Chart |
https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-apache 2.1.4 5.9.3 Web publishing platform for building blogs and websites. | https://artifacthub.io/packages/helm/bitpoke/wordpress-site 0.12.4 v0.12.4 Helm chart for deploying a WordPress site on Bitpoke Stack |
https://artifacthub.io/packages/helm/sikalabs/wordpress-mysql 0.1.0 | https://artifacthub.io/packages/helm/kube-wordpress-mysql/kube-wordpress-mysql 0.1.0 0.0.1-alpha Helm Chart for Wordpress installation on MySQL database |
https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-nginx 3.0.16 6.0.0 Web publishing platform for building blogs and websites. | https://artifacthub.io/packages/helm/riotkit-org/wordpress-hardened 2.1.0-alpha4 v2.1-alpha4 Lightweight Wordpress installation with additional security fixes |
https://artifacthub.io/packages/helm/bitpoke/bitpoke 1.8.8 1.8.8 The Bitpoke App for WordPress provides a versatile dashboard to create, deploy, scale, manage and monitor WordPress sites in a Kubernetes cluster. | https://artifacthub.io/packages/helm/phntom/binaryvision-static-wordpress 0.0.4 0.0.3 www.binaryvision.co.il static wordpress |
https://artifacthub.io/packages/helm/sonu-wordpress-mysql/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql | https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-apache 2.1.12 6.1.1 Web publishing platform for building blogs and websites. |
https://artifacthub.io/packages/helm/veilis-helm-charts/veilis 1.8.8999 1.8.8999 The Veilis App for WordPress provides a versatile dashboard to create, deploy, scale, manage and monitor WordPress sites in a Kubernetes cluster. | https://artifacthub.io/packages/helm/rock8s/wordpress-crds 6.7.1 |
https://artifacthub.io/packages/helm/uvaise-wordpress/wordress 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/sikalabs/wordpress-mysql 0.1.2 |
https://artifacthub.io/packages/helm/wordpress/wordress 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-nginx 6.3.1 6.3.1 Web publishing platform for building blogs and websites. |
https://artifacthub.io/packages/helm/wordpress-mysql-helm-chart/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql | https://artifacthub.io/packages/helm/wordpresshelmchart/wordpress-helm-chart 0.1.0 1.16.0 A Helm chart for Kubernetes |
https://artifacthub.io/packages/helm/veilis-helm-charts/stack 0.12.3999 v0.12.3999 Your Open-Source, Cloud-Native WordPress Infrastructure | https://artifacthub.io/packages/helm/wordpress-mysql/wordpressmysqlenv 0.1.0 1.1 this is chart create the wordpress with suitable wordpress |
https://artifacthub.io/packages/helm/bitpoke/stack 0.12.3 v0.12.3 Your Open-Source, Cloud-Native WordPress Infrastructure | https://artifacthub.io/packages/helm/wordpress-gatsby/wp-gats-helm 0.0.1 Helm Chart for wordpress-gatsby |
https://artifacthub.io/packages/helm/securecodebox/wpscan 3.12.1 v3.8.22 A Helm chart for the WordPress security scanner that integrates with the secureCodeBox. | https://artifacthub.io/packages/helm/bitpoke/bitpoke 1.8.18 1.8.18 The Bitpoke App for WordPress provides a versatile dashboard to create, deploy, scale, manage and monitor WordPress sites in a Kubernetes cluster. |
https://artifacthub.io/packages/helm/wordpressss-app/app 1.1.0 5.8.2 Web publishing platform for building blogs and websites. | https://artifacthub.io/packages/helm/sonu-wordpress-mysql/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql |
https://artifacthub.io/packages/helm/viveksahu26/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql | https://artifacthub.io/packages/helm/wordpress/wordress 0.2.0 1.1.0 Wordpress for Kubernetes |
https://artifacthub.io/packages/helm/presslabs/stack 0.11.0-rc.2 v0.11.0-rc.2 Open-Source WordPress Infrastructure on Kubernetes | https://artifacthub.io/packages/helm/uvaise-wordpress/wordress 0.2.0 1.1.0 Wordpress for Kubernetes |
https://artifacthub.io/packages/helm/presslabs/stack-operators 1.6.2 v1.6.2 Open-Source WordPress Infrastructure on Kubernetes | https://artifacthub.io/packages/helm/wordpress-mysql-helm-chart/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql |
https://artifacthub.io/packages/helm/six/wordress 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/bitpoke/stack 0.12.4 v0.12.4 Your Open-Source, Cloud-Native WordPress Infrastructure |
https://artifacthub.io/packages/helm/jinchi-chart/wordress 0.2.0 1.1.0 Wordpress for Kubernetes | https://artifacthub.io/packages/helm/securecodebox/wpscan 4.11.0 v3.8.27 A Helm chart for the WordPress security scanner that integrates with the secureCodeBox. |
https://artifacthub.io/packages/helm/wordpressmysqlapp/wpmysql 0.1.0 1.1 | https://artifacthub.io/packages/helm/wordpressss-app/app 1.1.0 5.8.2 Web publishing platform for building blogs and websites. |
https://artifacthub.io/packages/helm/presslabs/wp-operator 1.3.2 v1.3.2 Presslabs WordPress Operator Helm Chart | https://artifacthub.io/packages/helm/viveksahu26/mychart 1.0.0 2 This is my custom chart to deploy wordpress and mysql |
| https://artifacthub.io/packages/helm/six/wordress 0.2.0 1.1.0 Wordpress for Kubernetes |
| https://artifacthub.io/packages/helm/jinchi-chart/wordress 0.2.0 1.1.0 Wordpress for Kubernetes |
| https://artifacthub.io/packages/helm/projet-devops/wp-chart 0.1.0 1.16.0 A Helm chart for wordpress deployed on Azure Kubernete service |
| https://artifacthub.io/packages/helm/wordpressmysqlapp/wpmysql 0.1.0 1.1 |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm search hub wordpress --output yaml | trainee@gateway:~$ helm search hub wordpress --output yaml | more |
- app_version: "1.1" | - app_version: "1.1" |
description: this is my wordpress package | description: this is my wordpress package |
url: https://artifacthub.io/packages/helm/kube-wordpress/wordpress | url: https://artifacthub.io/packages/helm/kube-wordpress/wordpress |
version: 0.1.0 | version: 0.1.0 |
- app_version: 6.0.1 | - app_version: 1.0.0 |
| description: A Helm chart for deploying Wordpress+Mariadb stack on kubernetes. |
| repository: |
| name: wordpress-mariadb |
| url: https://noor-muradi.github.io/Wordpress/ |
| url: https://artifacthub.io/packages/helm/wordpress-mariadb/wordpress |
| version: 1.0.2 |
| - app_version: 1.16.0 |
| description: A Helm chart for Kubernetes |
| repository: |
| name: shubham-wordpress |
| url: https://shubhambhardwaj007.github.io/Kubernetes-helm-chart/ |
| url: https://artifacthub.io/packages/helm/shubham-wordpress/wordpress |
| version: 0.1.0 |
| - app_version: 6.1.0 |
description: WordPress is the world's most popular blogging and content management | description: WordPress is the world's most popular blogging and content management |
platform. Powerful yet simple, everyone from students to global corporations use | platform. Powerful yet simple, everyone from students to global corporations use |
url: https://marketplace.azurecr.io/helm/v1/repo | url: https://marketplace.azurecr.io/helm/v1/repo |
url: https://artifacthub.io/packages/helm/bitnami-aks/wordpress | url: https://artifacthub.io/packages/helm/bitnami-aks/wordpress |
version: 15.0.10 | version: 15.2.13 |
- app_version: 6.0.1 | - app_version: 6.7.1 |
description: WordPress is the world's most popular blogging and content management | description: WordPress is the world's most popular blogging and content management |
platform. Powerful yet simple, everyone from students to global corporations use | platform. Powerful yet simple, everyone from students to global corporations use |
url: https://charts.bitnami.com/bitnami | url: https://charts.bitnami.com/bitnami |
url: https://artifacthub.io/packages/helm/bitnami/wordpress | url: https://artifacthub.io/packages/helm/bitnami/wordpress |
version: 15.0.11 | version: 24.1.5 |
- app_version: "" | - app_version: "" |
description: Simple Wordpress | description: Simple Wordpress |
url: https://artifacthub.io/packages/helm/sikalabs/wordpress | url: https://artifacthub.io/packages/helm/sikalabs/wordpress |
version: 0.2.0 | version: 0.2.0 |
- app_version: 6.0.1-apache | |
description: A Helm chart for Wordpress on Kubernetes | |
repository: | |
name: groundhog2k | |
url: https://groundhog2k.github.io/helm-charts/ | |
url: https://artifacthub.io/packages/helm/groundhog2k/wordpress | |
version: 0.6.2 | |
- app_version: 5.8.1 | - app_version: 5.8.1 |
description: Web publishing platform for building blogs and websites. | description: Web publishing platform for building blogs and websites. |
url: https://artifacthub.io/packages/helm/riftbit/wordpress | url: https://artifacthub.io/packages/helm/riftbit/wordpress |
version: 12.1.16 | version: 12.1.16 |
- app_version: 4.8.1 | - app_version: 6.6.1 |
description: Web publishing platform for building blogs and websites. | description: A Helm chart for WordPress |
repository: | repository: |
name: camptocamp3 | name: schichtel |
url: https://camptocamp.github.io/charts | url: https://schich.tel/helm-charts |
url: https://artifacthub.io/packages/helm/camptocamp3/wordpress | --More-- |
version: 0.6.10 | |
- app_version: 1.16.0 | |
description: A Helm chart for Kubernetes | |
repository: | |
name: mcouliba | |
url: https://mcouliba.github.io/helm-charts | |
url: https://artifacthub.io/packages/helm/mcouliba/wordpress | |
version: 0.1.0 | |
- app_version: 5.9.3-php8.1-apache | |
description: Blog server | |
repository: | |
name: homeenterpriseinc | |
url: https://homeenterpriseinc.github.io/helm-charts/ | |
url: https://artifacthub.io/packages/helm/homeenterpriseinc/wordpress | |
version: 0.5.0 | |
- app_version: "1.1" | |
description: This is a package for configuring wordpress and mysql on kubertes automatically | |
repository: | |
name: wordpress-mysql-1 | |
url: https://akhilvmjr64.github.io/wordpress-mysql/charts | |
url: https://artifacthub.io/packages/helm/wordpress-mysql-1/wordpress-mysql | |
version: 1.0.0 | |
- app_version: "4.0" | |
description: 'Insecure & Outdated Wordpress Instance: Never expose it to the internet!' | |
repository: | |
name: securecodebox | |
url: https://charts.securecodebox.io/ | |
url: https://artifacthub.io/packages/helm/securecodebox/old-wordpress | |
version: 3.12.1 | |
- app_version: 6.0.1 | |
description: WordPress for Intel is the most popular blogging application combined | |
with cryptography acceleration for 3rd gen Xeon Scalable Processors (Ice Lake) | |
to get a breakthrough performance improvement. | |
repository: | |
name: bitnami | |
url: https://charts.bitnami.com/bitnami | |
url: https://artifacthub.io/packages/helm/bitnami/wordpress-intel | |
version: 2.0.11 | |
- app_version: "" | |
description: This is the Helm Chart that creates the Wordpress and MySQL service | |
with dynamic parameters | |
repository: | |
name: wordpressmysql | |
url: https://launchpad5682.github.io/WordPressMySQLHelmChart/charts | |
url: https://artifacthub.io/packages/helm/wordpressmysql/wordpress-mysql | |
version: 1.0.0 | |
- app_version: v0.12.1999 | |
description: Veilis WordPress Operator Helm Chart | |
repository: | |
name: veilis-helm-charts | |
url: http://veilis-helm-charts.aionsigma.com/ | |
url: https://artifacthub.io/packages/helm/veilis-helm-charts/wordpress-operator | |
version: 0.12.1999 | |
- app_version: v0.12.1 | |
description: Bitpoke WordPress Operator Helm Chart | |
repository: | |
name: bitpoke | |
url: https://helm-charts.bitpoke.io | |
url: https://artifacthub.io/packages/helm/bitpoke/wordpress-operator | |
version: 0.12.1 | |
- app_version: v0.12.3999 | |
description: Helm chart for deploying a WordPress site on Veilis Stack | |
repository: | |
name: veilis-helm-charts | |
url: http://veilis-helm-charts.aionsigma.com/ | |
url: https://artifacthub.io/packages/helm/veilis-helm-charts/wordpress-site | |
version: 0.12.3999 | |
- app_version: v0.12.3 | |
description: Helm chart for deploying a WordPress site on Bitpoke Stack | |
repository: | |
name: bitpoke | |
url: https://helm-charts.bitpoke.io | |
url: https://artifacthub.io/packages/helm/bitpoke/wordpress-site | |
version: 0.12.3 | |
- app_version: v2.1-alpha4 | |
description: Lightweight Wordpress installation with additional security fixes | |
repository: | |
name: riotkit-org | |
url: https://riotkit-org.github.io/helm-of-revolution/ | |
url: https://artifacthub.io/packages/helm/riotkit-org/wordpress-hardened | |
version: 2.1.0-alpha4 | |
- app_version: 0.11.0-alpha.3 | |
description: Presslabs WordPress Operator Helm Chart | |
repository: | |
name: presslabs | |
url: https://presslabs.github.io/charts | |
url: https://artifacthub.io/packages/helm/presslabs/wordpress-operator | |
version: 0.11.0-alpha.3 | |
- app_version: v1.0.0-test.1 | |
description: A Helm chart for deploying a WordPress site on Presslabs Stack | |
repository: | |
name: presslabs | |
url: https://presslabs.github.io/charts | |
url: https://artifacthub.io/packages/helm/presslabs/wordpress-site | |
version: 1.0.0-test.1 | |
- app_version: 0.0.3 | |
description: www.binaryvision.co.il static wordpress | |
repository: | |
name: phntom | |
url: https://phntom.kix.co.il/charts/ | |
url: https://artifacthub.io/packages/helm/phntom/binaryvision-static-wordpress | |
version: 0.0.4 | |
- app_version: 5.9.3 | |
description: Web publishing platform for building blogs and websites. | |
repository: | |
name: gh-shesselink81-public | |
url: https://shesselink81.github.io/helm-charts/public-charts/ | |
url: https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-apache | |
version: 2.1.4 | |
- app_version: "" | |
description: "" | |
repository: | |
name: sikalabs | |
url: https://helm.sikalabs.io | |
url: https://artifacthub.io/packages/helm/sikalabs/wordpress-mysql | |
version: 0.1.0 | |
- app_version: 6.0.0 | |
description: Web publishing platform for building blogs and websites. | |
repository: | |
name: gh-shesselink81-public | |
url: https://shesselink81.github.io/helm-charts/public-charts/ | |
url: https://artifacthub.io/packages/helm/gh-shesselink81-public/wordpress-nginx | |
version: 3.0.16 | |
- app_version: 1.8.8 | |
description: The Bitpoke App for WordPress provides a versatile dashboard to create, | |
deploy, scale, manage and monitor WordPress sites in a Kubernetes cluster. | |
repository: | |
name: bitpoke | |
url: https://helm-charts.bitpoke.io | |
url: https://artifacthub.io/packages/helm/bitpoke/bitpoke | |
version: 1.8.8 | |
- app_version: "2" | |
description: This is my custom chart to deploy wordpress and mysql | |
repository: | |
name: sonu-wordpress-mysql | |
url: https://sonukushwaha403.github.io/wordpress_mysql_helm_chart/charts/ | |
url: https://artifacthub.io/packages/helm/sonu-wordpress-mysql/mychart | |
version: 1.0.0 | |
- app_version: 1.8.8999 | |
description: The Veilis App for WordPress provides a versatile dashboard to create, | |
deploy, scale, manage and monitor WordPress sites in a Kubernetes cluster. | |
repository: | |
name: veilis-helm-charts | |
url: http://veilis-helm-charts.aionsigma.com/ | |
url: https://artifacthub.io/packages/helm/veilis-helm-charts/veilis | |
version: 1.8.8999 | |
- app_version: 1.1.0 | |
description: Wordpress for Kubernetes | |
repository: | |
name: uvaise-wordpress | |
url: https://uvaise1.github.io/five/ | |
url: https://artifacthub.io/packages/helm/uvaise-wordpress/wordress | |
version: 0.2.0 | |
- app_version: 1.1.0 | |
description: Wordpress for Kubernetes | |
repository: | |
name: wordpress | |
url: https://guptaadi123.github.io/helm_chart/charts/ | |
url: https://artifacthub.io/packages/helm/wordpress/wordress | |
version: 0.2.0 | |
- app_version: "2" | |
description: This is my custom chart to deploy wordpress and mysql | |
repository: | |
name: wordpress-mysql-helm-chart | |
url: https://viveksahu26.github.io/wordpress-mysql-deployment/chart/charts | |
url: https://artifacthub.io/packages/helm/wordpress-mysql-helm-chart/mychart | |
version: 1.0.0 | |
- app_version: v0.12.3999 | |
description: Your Open-Source, Cloud-Native WordPress Infrastructure | |
repository: | |
name: veilis-helm-charts | |
url: http://veilis-helm-charts.aionsigma.com/ | |
url: https://artifacthub.io/packages/helm/veilis-helm-charts/stack | |
version: 0.12.3999 | |
- app_version: v0.12.3 | |
description: Your Open-Source, Cloud-Native WordPress Infrastructure | |
repository: | |
name: bitpoke | |
url: https://helm-charts.bitpoke.io | |
url: https://artifacthub.io/packages/helm/bitpoke/stack | |
version: 0.12.3 | |
- app_version: v3.8.22 | |
description: A Helm chart for the WordPress security scanner that integrates with | |
the secureCodeBox. | |
repository: | |
name: securecodebox | |
url: https://charts.securecodebox.io/ | |
url: https://artifacthub.io/packages/helm/securecodebox/wpscan | |
version: 3.12.1 | |
- app_version: 5.8.2 | |
description: Web publishing platform for building blogs and websites. | |
repository: | |
name: wordpressss-app | |
url: https://aditya-helmchart.github.io | |
url: https://artifacthub.io/packages/helm/wordpressss-app/app | |
version: 1.1.0 | |
- app_version: "2" | |
description: This is my custom chart to deploy wordpress and mysql | |
repository: | |
name: viveksahu26 | |
url: https://viveksahu26.github.io/wordpress_mysql_helm_chart/charts | |
url: https://artifacthub.io/packages/helm/viveksahu26/mychart | |
version: 1.0.0 | |
- app_version: v0.11.0-rc.2 | |
description: Open-Source WordPress Infrastructure on Kubernetes | |
repository: | |
name: presslabs | |
url: https://presslabs.github.io/charts | |
url: https://artifacthub.io/packages/helm/presslabs/stack | |
version: 0.11.0-rc.2 | |
- app_version: v1.6.2 | |
description: Open-Source WordPress Infrastructure on Kubernetes | |
repository: | |
name: presslabs | |
url: https://presslabs.github.io/charts | |
url: https://artifacthub.io/packages/helm/presslabs/stack-operators | |
version: 1.6.2 | |
- app_version: 1.1.0 | |
description: Wordpress for Kubernetes | |
repository: | |
name: six | |
url: https://uvaise1.github.io/six | |
url: https://artifacthub.io/packages/helm/six/wordress | |
version: 0.2.0 | |
- app_version: 1.1.0 | |
description: Wordpress for Kubernetes | |
repository: | |
name: jinchi-chart | |
url: https://jinchihe.github.io/helm_chart/charts | |
url: https://artifacthub.io/packages/helm/jinchi-chart/wordress | |
version: 0.2.0 | |
- app_version: "1.1" | |
description: "" | |
repository: | |
name: wordpressmysqlapp | |
url: https://vishaldhole173.github.io/Wordpress-Helm-Chart/chartss | |
url: https://artifacthub.io/packages/helm/wordpressmysqlapp/wpmysql | |
version: 0.1.0 | |
- app_version: v1.3.2 | |
description: Presslabs WordPress Operator Helm Chart | |
repository: | |
name: presslabs | |
url: https://presslabs.github.io/charts | |
url: https://artifacthub.io/packages/helm/presslabs/wp-operator | |
version: 1.3.2 | |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm search repo bitnami --output yaml | more | trainee@gateway:~$ helm search repo bitnami --output yaml | more |
- app_version: 2.3.3 | - app_version: 2.10.4 |
description: Apache Airflow is a tool to express and execute workflows as directed | description: Apache Airflow is a tool to express and execute workflows as directed |
acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress | acyclic graphs (DAGs). It includes utilities to schedule tasks, monitor task progress |
and handle task dependencies. | and handle task dependencies. |
name: bitnami/airflow | name: bitnami/airflow |
version: 13.0.0 | version: 22.4.3 |
- app_version: 2.4.54 | - app_version: 2.4.62 |
description: Apache HTTP Server is an open-source HTTP server. The goal of this | description: Apache HTTP Server is an open-source HTTP server. The goal of this |
project is to provide a secure, efficient and extensible server that provides | project is to provide a secure, efficient and extensible server that provides |
HTTP services in sync with the current HTTP standards. | HTTP services in sync with the current HTTP standards. |
name: bitnami/apache | name: bitnami/apache |
version: 9.1.13 | version: 11.3.0 |
- app_version: 2.4.6 | - app_version: 3.11.0 |
| description: Apache APISIX is high-performance, real-time API Gateway. Features |
| load balancing, dynamic upstream, canary release, circuit breaking, authentication, |
| observability, amongst others. |
| name: bitnami/apisix |
| version: 3.7.0 |
| - app_version: 1.53.0 |
| description: Appsmith is an open source platform for building and maintaining internal |
| tools, such as custom dashboards, admin panels or CRUD apps. |
| name: bitnami/appsmith |
| version: 5.1.2 |
| - app_version: 2.13.2 |
description: Argo CD is a continuous delivery tool for Kubernetes based on GitOps. | description: Argo CD is a continuous delivery tool for Kubernetes based on GitOps. |
name: bitnami/argo-cd | name: bitnami/argo-cd |
version: 4.0.1 | version: 7.1.1 |
- app_version: 3.3.8 | - app_version: 3.6.2 |
description: Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. | description: Argo Workflows is meant to orchestrate Kubernetes jobs in parallel. |
It uses DAG and step-based workflows | It uses DAG and step-based workflows |
name: bitnami/argo-workflows | name: bitnami/argo-workflows |
version: 2.3.6 | version: 11.1.0 |
- app_version: 6.0.7 | - app_version: 8.0.11 |
description: ASP.NET Core is an open-source framework for web application development | description: ASP.NET Core is an open-source framework for web application development |
created by Microsoft. It runs on both the full .NET Framework, on Windows, and | created by Microsoft. It runs on both the full .NET Framework, on Windows, and |
the cross-platform .NET Core. | the cross-platform .NET Core. |
name: bitnami/aspnet-core | name: bitnami/aspnet-core |
version: 3.4.12 | version: 6.3.0 |
- app_version: 4.0.4 | - app_version: 5.0.2 |
description: Apache Cassandra is an open source distributed database management | description: Apache Cassandra is an open source distributed database management |
system designed to handle large amounts of data across many servers, providing | system designed to handle large amounts of data across many servers, providing |
high availability with no single point of failure. | high availability with no single point of failure. |
name: bitnami/cassandra | name: bitnami/cassandra |
version: 9.2.7 | version: 12.1.0 |
- app_version: 1.8.2 | - app_version: 1.16.2 |
description: Cert Manager is a Kubernetes add-on to automate the management and | description: cert-manager is a Kubernetes add-on to automate the management and |
issuance of TLS certificates from various issuing sources. | issuance of TLS certificates from various issuing sources. |
name: bitnami/cert-manager | name: bitnami/cert-manager |
version: 0.7.1 | version: 1.4.0 |
- app_version: 1.16.0 | - app_version: 0.146.0 |
| description: Chainloop is an open-source Software Supply Chain control plane, a |
| single source of truth for metadata and artifacts, plus a declarative attestation |
| process. |
| name: bitnami/chainloop |
| version: 2.1.9 |
| - app_version: 1.16.5 |
| description: Cilium is an eBPF-based networking, observability, and security for |
| Linux container management platforms like Docker and Kubernetes. |
--More-- | --More-- |
</code> | </code> |
trainee@gateway:~$ helm search repo wordpress | trainee@gateway:~$ helm search repo wordpress |
NAME CHART VERSION APP VERSION DESCRIPTION | NAME CHART VERSION APP VERSION DESCRIPTION |
bitnami/wordpress 15.0.11 6.0.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.5 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress-intel 2.0.11 6.0.1 WordPress for Intel is the most popular bloggin... | bitnami/wordpress-intel 2.1.31 6.1.1 DEPRECATED WordPress for Intel is the most popu... |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm search repo wordpress --versions | trainee@gateway:~$ helm search repo wordpress --versions | more |
NAME CHART VERSION APP VERSION DESCRIPTION | NAME CHART VERSION APP VERSION DESCRIPTION |
bitnami/wordpress 15.0.11 6.0.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.5 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.10 6.0.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.4 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.9 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.3 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.8 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.2 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.7 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.1 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.6 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.1.0 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.5 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.11 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.4 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.10 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.3 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.9 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.2 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.8 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.1 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.7 6.7.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 15.0.0 6.0.0 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.6 6.7.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.7 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.5 6.7.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.6 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.4 6.7.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.5 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.3 6.7.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.4 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.2 6.7.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.2 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.1 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.3.1 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 24.0.0 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.2.7 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.29 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.2.6 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.28 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.2.5 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.27 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.2.2 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.26 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.9 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.25 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.7 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.24 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.6 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.23 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.5 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.22 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.4 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.21 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.3 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.20 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.1 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.19 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 14.0.0 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.18 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.3.1 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.17 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.3.0 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.16 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.2.2 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.15 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.2.1 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.14 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.2.0 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.13 6.6.2 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.16 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.12 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.15 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.11 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.14 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.10 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.13 5.9.3 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.9 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.12 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.8 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.11 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.7 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.10 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.6 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.9 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.5 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.8 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.4 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.7 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.3 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.6 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.2 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.5 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.1 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.4 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.1.0 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.3 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.15 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.2 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.14 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.1 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.13 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.1.0 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.12 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.23 5.9.2 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.11 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.22 5.9.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.10 6.6.1 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.21 5.9.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.9 6.6.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.20 5.9.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.8 6.6.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.19 5.9.1 WordPress is the world's most popular blogging ... | bitnami/wordpress 23.0.7 6.6.0 WordPress is the world's most popular blogging ... |
bitnami/wordpress 13.0.18 5.9.1 WordPress is the world's most popular blogging ... | --More-- |
bitnami/wordpress 13.0.17 5.9.1 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.16 5.9.1 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.15 5.9.1 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.14 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.13 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.12 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.11 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.10 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.9 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.8 5.9.0 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.7 5.8.3 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.6 5.8.3 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.5 5.8.3 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.4 5.8.3 WordPress is the world's most popular blogging ... | |
bitnami/wordpress 13.0.2 5.8.3 Web publishing platform for building blogs and ... | |
bitnami/wordpress 12.3.3 5.8.3 Web publishing platform for building blogs and ... | |
bitnami/wordpress 12.3.2 5.8.3 Web publishing platform for building blogs and ... | |
bitnami/wordpress 12.3.1 5.8.3 Web publishing platform for building blogs and ... | |
bitnami/wordpress 12.3.0 5.8.2 Web publishing platform for building blogs and ... | |
bitnami/wordpress 12.2.9 5.8.2 Web publishing platform for building blogs and ... | |
bitnami/wordpress-intel 2.0.11 6.0.1 WordPress for Intel is the most popular bloggin... | |
bitnami/wordpress-intel 2.0.10 6.0.1 WordPress for Intel is the most popular bloggin... | |
bitnami/wordpress-intel 2.0.9 6.0.0 WordPress for Intel is the most popular bloggin... | |
bitnami/wordpress-intel 2.0.8 6.0.0 WordPress for Intel is the most popular bloggin... | |
bitnami/wordpress-intel 2.0.7 6.0.0 WordPress for Intel is the most popular bloggin... | |
bitnami/wordpress-intel 2.0.6 6.0.0 WordPress for Intel is the most popular bloggin... | |
... | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm show chart bitnami/wordpress --version=13.0.2 | trainee@gateway:~$ helm show chart bitnami/wordpress --version=24.1.5 |
annotations: | annotations: |
category: CMS | category: CMS |
| images: | |
| - name: apache-exporter |
| image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r6 |
| - name: os-shell |
| image: docker.io/bitnami/os-shell:12-debian-12-r34 |
| - name: wordpress |
| image: docker.io/bitnami/wordpress:6.7.1-debian-12-r9 |
| licenses: Apache-2.0 |
apiVersion: v2 | apiVersion: v2 |
appVersion: 5.8.3 | appVersion: 6.7.1 |
dependencies: | dependencies: |
- condition: mariadb.enabled | |
name: mariadb | |
repository: https://charts.bitnami.com/bitnami | |
version: 10.x.x | |
- condition: memcached.enabled | - condition: memcached.enabled |
name: memcached | name: memcached |
repository: https://charts.bitnami.com/bitnami | repository: oci://registry-1.docker.io/bitnamicharts |
version: 6.x.x | version: 7.x.x |
| - condition: mariadb.enabled |
| name: mariadb |
| repository: oci://registry-1.docker.io/bitnamicharts |
| version: 20.x.x |
- name: common | - name: common |
repository: https://charts.bitnami.com/bitnami | repository: oci://registry-1.docker.io/bitnamicharts |
tags: | tags: |
- bitnami-common | - bitnami-common |
version: 1.x.x | version: 2.x.x |
description: Web publishing platform for building blogs and websites. | description: WordPress is the world's most popular blogging and content management |
home: https://github.com/bitnami/charts/tree/master/bitnami/wordpress | platform. Powerful yet simple, everyone from students to global corporations use |
| it to build beautiful, functional websites. |
| home: https://bitnami.com |
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png | icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png |
keywords: | keywords: |
- wordpress | - wordpress |
maintainers: | maintainers: |
- email: containers@bitnami.com | - name: Broadcom, Inc. All Rights Reserved. |
name: Bitnami | url: https://github.com/bitnami/charts |
name: wordpress | name: wordpress |
sources: | sources: |
- https://github.com/bitnami/bitnami-docker-wordpress | - https://github.com/bitnami/charts/tree/main/bitnami/wordpress |
- https://wordpress.org/ | version: 24.1.5 |
version: 13.0.2 | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm show readme bitnami/wordpress --version 13.0.2 | more | trainee@gateway:~$ helm show readme bitnami/wordpress --version 24.1.5 | more |
<!--- app-name: WordPress --> | <!--- app-name: WordPress --> |
| |
# WordPress | # Bitnami package for WordPress |
| |
[WordPress](https://wordpress.org/) is one of the most versatile open source content management systems on the market. A publishing platform for building blogs and websites. | WordPress is the world's most popular blogging and content management platform. Powerful yet simple, everyone from students to global corporations use it to build beautiful, functional websites. |
| |
| [Overview of WordPress](http://www.wordpress.org) |
| |
## TL;DR | ## TL;DR |
| |
```console | ```console |
$ helm repo add bitnami https://charts.bitnami.com/bitnami | helm install my-release oci://registry-1.docker.io/bitnamicharts/wordpress |
$ helm install my-release bitnami/wordpress | |
``` | ``` |
| |
| Looking to use WordPress in production? Try [VMware Tanzu Application Catalog](https://bitnami.com/enterprise), the commercial edition of the Bitnami catalog. |
| |
## Introduction | ## Introduction |
| |
This chart bootstraps a [WordPress](https://github.com/bitnami/bitnami-docker-wordpress) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. | This chart bootstraps a [WordPress](https://github.com/bitnami/containers/tree/main/bitnami/wordpress) deployment on a [Kubernetes](https://kubernetes.io) cluster using the [Helm](https://helm.sh) package manag |
| er. |
| |
It also packages the [Bitnami MariaDB chart](https://github.com/bitnami/charts/tree/master/bitnami/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the WordPres | It also packages the [Bitnami MariaDB chart](https://github.com/bitnami/charts/tree/main/bitnami/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the WordPress |
s application, and the [Bitnami Memcached chart](https://github.com/bitnami/charts/tree/master/bitnami/memcached) that can be used to cache database queries. | application, and the [Bitnami Memcached chart](https://github.com/bitnami/charts/tree/main/bitnami/memcached) that can be used to cache database queries. |
| |
Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment and management of Helm Charts in clusters. This chart has been tested to work with NGINX Ingress, cert-manager, Fluentd and Prome | Bitnami charts can be used with [Kubeapps](https://kubeapps.dev/) for deployment and management of Helm Charts in clusters. |
theus on top of the [BKPR](https://kubeprod.io/). | |
| |
## Prerequisites | ## Prerequisites |
| |
- Kubernetes 1.19+ | - Kubernetes 1.23+ |
- Helm 3.2.0+ | - Helm 3.8.0+ |
- PV provisioner support in the underlying infrastructure | - PV provisioner support in the underlying infrastructure |
- ReadWriteMany volumes for deployment scaling | - ReadWriteMany volumes for deployment scaling |
| |
```console | ```console |
helm install my-release bitnami/wordpress | helm install my-release oci://REGISTRY_NAME/REPOSITORY_NAME/wordpress |
``` | ``` |
| |
| > Note: You need to substitute the placeholders `REGISTRY_NAME` and `REPOSITORY_NAME` with a reference to your Helm chart registry and repository. For example, in the case of Bitnami, you need to use `REGISTRY_ |
| NAME=registry-1.docker.io` and `REPOSITORY_NAME=bitnamicharts`. |
| |
The command deploys WordPress on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. | The command deploys WordPress on the Kubernetes cluster in the default configuration. The [Parameters](#parameters) section lists the parameters that can be configured during installation. |
> **Tip**: List all releases using `helm list` | > **Tip**: List all releases using `helm list` |
| |
## Uninstalling the Chart | ## Configuration and installation details |
| |
To uninstall/delete the `my-release` deployment: | ### Resource requests and limits |
| |
```console | Bitnami charts allow setting resource requests and limits for all containers inside the chart deployment. These are inside the `resources` value (check parameter table). Setting requests is essential for produc |
helm delete my-release | tion workloads and these should be adapted to your specific use case. |
``` | |
| |
The command removes all the Kubernetes components associated with the chart and deletes the release. | |
| |
## Parameters | |
| |
### Global parameters | |
| |
| To make this process easier, the chart contains the `resourcesPreset` values, which automatically sets the `resources` section according to different presets. Check these presets in [the bitnami/common chart](h |
| ttps://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15). However, in production workloads using `resourcesPreset` is discouraged as it may not fully adapt to your specific needs. |
| Find more information on container resource management in the [official Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/). |
--More-- | --More-- |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm show values bitnami/wordpress --version 13.0.2 | more | trainee@gateway:~$ helm show values bitnami/wordpress --version 24.1.5 | more |
| # Copyright Broadcom, Inc. All Rights Reserved. |
| # SPDX-License-Identifier: APACHE-2.0 |
## @section Global parameters | ## @section Global parameters |
## Global Docker image parameters | ## Global Docker image parameters |
## Please, note that this will override the image parameters, including dependencies, configured to use the global value | ## Please, note that this will override the image parameters, including dependencies, configured to use the global value |
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass | ## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass |
| ## |
| |
## @param global.imageRegistry Global Docker image registry | ## @param global.imageRegistry Global Docker image registry |
## @param global.imagePullSecrets Global Docker registry secret names as an array | ## @param global.imagePullSecrets Global Docker registry secret names as an array |
## @param global.storageClass Global StorageClass for Persistent Volume(s) | ## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s) |
## | ## |
global: | global: |
## | ## |
imagePullSecrets: [] | imagePullSecrets: [] |
storageClass: "" | defaultStorageClass: "" |
| ## Security parameters |
| ## |
| security: |
| ## @param global.security.allowInsecureImages Allows skipping image verification |
| allowInsecureImages: false |
| ## Compatibility adaptations for Kubernetes platforms |
| ## |
| compatibility: |
| ## Compatibility adaptations for Openshift |
| ## |
| openshift: |
| ## @param global.compatibility.openshift.adaptSecurityContext Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup an |
| d fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptati |
| on) |
| ## |
| adaptSecurityContext: auto |
## @section Common parameters | ## @section Common parameters |
| ## |
| |
## @param kubeVersion Override Kubernetes version | ## @param kubeVersion Override Kubernetes version |
## | ## |
clusterDomain: cluster.local | clusterDomain: cluster.local |
## @param extraDeploy Array of extra objects to deploy with the release | |
## | |
extraDeploy: [] | |
| |
## Enable diagnostic mode in the deployment | |
## | |
diagnosticMode: | |
## @param diagnosticMode.enabled Enable diagnostic mode (all probes will be disabled and the command will be overridden) | |
## | |
enabled: false | |
## @param diagnosticMode.command Command to override all containers in the deployment | |
## | |
command: | |
- sleep | |
## @param diagnosticMode.args Args to override all containers in the deployment | |
## | |
args: | |
- infinity | |
--More-- | --More-- |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Les valeurs par défaut peuvent être surchargées par des valeurs dans un fichier au format YAML. | **Important** : Les valeurs par défaut peuvent être surchargées par des valeurs dans un fichier au format YAML. |
</WRAP> | </WRAP> |
| |
<code> | <code> |
trainee@gateway:~$ helm show all bitnami/wordpress --version 13.0.2 | more | trainee@gateway:~$ helm show all bitnami/wordpress --version 24.1.5 | more |
annotations: | annotations: |
category: CMS | category: CMS |
| images: | |
| - name: apache-exporter |
| image: docker.io/bitnami/apache-exporter:1.0.9-debian-12-r6 |
| - name: os-shell |
| image: docker.io/bitnami/os-shell:12-debian-12-r34 |
| - name: wordpress |
| image: docker.io/bitnami/wordpress:6.7.1-debian-12-r9 |
| licenses: Apache-2.0 |
apiVersion: v2 | apiVersion: v2 |
appVersion: 5.8.3 | appVersion: 6.7.1 |
dependencies: | dependencies: |
- condition: mariadb.enabled | |
name: mariadb | |
repository: https://charts.bitnami.com/bitnami | |
version: 10.x.x | |
- condition: memcached.enabled | - condition: memcached.enabled |
name: memcached | name: memcached |
repository: https://charts.bitnami.com/bitnami | repository: oci://registry-1.docker.io/bitnamicharts |
version: 6.x.x | version: 7.x.x |
| - condition: mariadb.enabled |
| name: mariadb |
| repository: oci://registry-1.docker.io/bitnamicharts |
| version: 20.x.x |
- name: common | - name: common |
repository: https://charts.bitnami.com/bitnami | repository: oci://registry-1.docker.io/bitnamicharts |
tags: | tags: |
- bitnami-common | - bitnami-common |
version: 1.x.x | version: 2.x.x |
description: Web publishing platform for building blogs and websites. | description: WordPress is the world's most popular blogging and content management |
home: https://github.com/bitnami/charts/tree/master/bitnami/wordpress | platform. Powerful yet simple, everyone from students to global corporations use |
| it to build beautiful, functional websites. |
| home: https://bitnami.com |
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png | icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png |
keywords: | keywords: |
- wordpress | - wordpress |
maintainers: | maintainers: |
- email: containers@bitnami.com | - name: Broadcom, Inc. All Rights Reserved. |
name: Bitnami | url: https://github.com/bitnami/charts |
name: wordpress | name: wordpress |
sources: | sources: |
- https://github.com/bitnami/bitnami-docker-wordpress | - https://github.com/bitnami/charts/tree/main/bitnami/wordpress |
- https://wordpress.org/ | version: 24.1.5 |
version: 13.0.2 | |
| |
--- | --- |
| # Copyright Broadcom, Inc. All Rights Reserved. |
| # SPDX-License-Identifier: APACHE-2.0 |
| |
## @section Global parameters | ## @section Global parameters |
## Global Docker image parameters | ## Global Docker image parameters |
## Please, note that this will override the image parameters, including dependencies, configured to use the global value | ## Please, note that this will override the image parameters, including dependencies, configured to use the global value |
## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass | ## Current available global Docker image parameters: imageRegistry, imagePullSecrets and storageClass |
| ## |
| |
## @param global.imageRegistry Global Docker image registry | ## @param global.imageRegistry Global Docker image registry |
## @param global.imagePullSecrets Global Docker registry secret names as an array | |
## @param global.storageClass Global StorageClass for Persistent Volume(s) | |
## | |
global: | |
imageRegistry: "" | |
## E.g. | |
## imagePullSecrets: | |
## - myRegistryKeySecretName | |
## | |
imagePullSecrets: [] | |
storageClass: "" | |
--More-- | --More-- |
</code> | </code> |
====1.7 - Installation d'un Chart==== | ====1.7 - Installation d'un Chart==== |
| |
Créez un Namespace appelé **dof306** dans lequel vous allez installer WordPress : | Créez un Namespace appelé **dof309** dans lequel vous allez installer WordPress : |
| |
<code> | <code> |
trainee@gateway:~$ kubectl create namespace dof306 | trainee@gateway:~$ kubectl create namespace dof309 |
namespace/dof306 created | namespace/dof309 created |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm install wordpress bitnami/wordpress --values=wordpress-values.yaml --namespace dof306 --version 13.0.2 | trainee@gateway:~$ helm install wordpress bitnami/wordpress --values=wordpress-values.yaml --namespace dof309 --version 24.1.5 |
NAME: wordpress | NAME: wordpress |
LAST DEPLOYED: Sat Jul 16 07:49:17 2022 | LAST DEPLOYED: Fri Dec 20 15:14:17 2024 |
NAMESPACE: dof306 | NAMESPACE: dof309 |
STATUS: deployed | STATUS: deployed |
REVISION: 1 | REVISION: 1 |
NOTES: | NOTES: |
CHART NAME: wordpress | CHART NAME: wordpress |
CHART VERSION: 13.0.2 | CHART VERSION: 24.1.5 |
APP VERSION: 5.8.3 | APP VERSION: 6.7.1 |
| |
| Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information. |
| |
** Please be patient while the chart is being deployed ** | ** Please be patient while the chart is being deployed ** |
Your WordPress site can be accessed through the following DNS name from within your cluster: | Your WordPress site can be accessed through the following DNS name from within your cluster: |
| |
wordpress.dof306.svc.cluster.local (port 80) | wordpress.dof309.svc.cluster.local (port 80) |
| |
To access your WordPress site from outside the cluster follow the steps below: | To access your WordPress site from outside the cluster follow the steps below: |
1. Get the WordPress URL by running these commands: | 1. Get the WordPress URL by running these commands: |
| |
export NODE_PORT=$(kubectl get --namespace dof306 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) | export NODE_PORT=$(kubectl get --namespace dof309 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) |
export NODE_IP=$(kubectl get nodes --namespace dof306 -o jsonpath="{.items[0].status.addresses[0].address}") | export NODE_IP=$(kubectl get nodes --namespace dof309 -o jsonpath="{.items[0].status.addresses[0].address}") |
echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" | echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" |
echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" | echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" |
| |
echo Username: helm-user | echo Username: helm-user |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | echo Password: $(kubectl get secret --namespace dof309 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) |
| |
| WARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs: |
| - resources |
| +info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm list --namespace dof306 | trainee@gateway:~$ helm list --namespace dof309 |
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION | NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION |
wordpress dof306 1 2022-07-16 09:57:00.556479771 +0200 CEST deployed wordpress-13.0.2 5.8.3 | wordpress dof309 1 2024-12-20 15:14:17.143771785 +0100 CET deployed wordpress-24.1.5 6.7.1 |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get hooks wordpress --namespace dof306 | trainee@gateway:~$ helm get hooks wordpress --namespace dof309 |
trainee@gateway:~$ | trainee@gateway:~$ |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm get manifest wordpress --namespace dof306 | more | trainee@gateway:~$ helm get manifest wordpress --namespace dof309 | more |
--- | --- |
# Source: wordpress/charts/mariadb/templates/serviceaccount.yaml | # Source: wordpress/charts/mariadb/templates/networkpolicy.yaml |
apiVersion: v1 | kind: NetworkPolicy |
kind: ServiceAccount | apiVersion: networking.k8s.io/v1 |
metadata: | metadata: |
name: wordpress-mariadb | name: wordpress-mariadb |
namespace: "dof306" | namespace: "dof309" |
labels: | labels: |
app.kubernetes.io/name: mariadb | |
helm.sh/chart: mariadb-10.3.1 | |
app.kubernetes.io/instance: wordpress | app.kubernetes.io/instance: wordpress |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/managed-by: Helm |
annotations: | |
automountServiceAccountToken: false | |
--- | |
# Source: wordpress/charts/mariadb/templates/secrets.yaml | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: wordpress-mariadb | |
namespace: "dof306" | |
labels: | |
app.kubernetes.io/name: mariadb | app.kubernetes.io/name: mariadb |
helm.sh/chart: mariadb-10.3.1 | app.kubernetes.io/version: 11.4.4 |
app.kubernetes.io/instance: wordpress | helm.sh/chart: mariadb-20.2.1 |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/part-of: mariadb |
type: Opaque | spec: |
data: | podSelector: |
mariadb-root-password: "Ym9JcXFOcERUbQ==" | matchLabels: |
mariadb-password: "Mlk0dUN6Nld3Zg==" | app.kubernetes.io/instance: wordpress |
| app.kubernetes.io/managed-by: Helm |
| app.kubernetes.io/name: mariadb |
| app.kubernetes.io/version: 11.4.4 |
| helm.sh/chart: mariadb-20.2.1 |
| policyTypes: |
| - Ingress |
| - Egress |
| egress: |
| - {} |
| ingress: |
| - ports: |
| - port: 3306 |
| - port: 3306 |
--- | --- |
# Source: wordpress/templates/secrets.yaml | # Source: wordpress/templates/networkpolicy.yaml |
apiVersion: v1 | kind: NetworkPolicy |
kind: Secret | apiVersion: networking.k8s.io/v1 |
metadata: | metadata: |
name: wordpress | name: wordpress |
namespace: "dof306" | namespace: "dof309" |
labels: | labels: |
app.kubernetes.io/name: wordpress | |
helm.sh/chart: wordpress-13.0.2 | |
app.kubernetes.io/instance: wordpress | app.kubernetes.io/instance: wordpress |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/managed-by: Helm |
type: Opaque | app.kubernetes.io/name: wordpress |
data: | app.kubernetes.io/version: 6.7.1 |
wordpress-password: "bXktcGFzcw==" | helm.sh/chart: wordpress-24.1.5 |
--- | spec: |
# Source: wordpress/charts/mariadb/templates/primary/configmap.yaml | podSelector: |
apiVersion: v1 | matchLabels: |
kind: ConfigMap | app.kubernetes.io/instance: wordpress |
metadata: | app.kubernetes.io/name: wordpress |
name: wordpress-mariadb | policyTypes: |
namespace: "dof306" | - Ingress |
labels: | - Egress |
app.kubernetes.io/name: mariadb | egress: |
helm.sh/chart: mariadb-10.3.1 | - {} |
app.kubernetes.io/instance: wordpress | ingress: |
| - ports: |
| - port: 8080 |
| - port: 8443 |
--More-- | --More-- |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm get notes wordpress --namespace dof306 | trainee@gateway:~$ helm get notes wordpress --namespace dof309 |
NOTES: | NOTES: |
CHART NAME: wordpress | CHART NAME: wordpress |
CHART VERSION: 13.0.2 | CHART VERSION: 24.1.5 |
APP VERSION: 5.8.3 | APP VERSION: 6.7.1 |
| |
| Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information. |
| |
** Please be patient while the chart is being deployed ** | ** Please be patient while the chart is being deployed ** |
Your WordPress site can be accessed through the following DNS name from within your cluster: | Your WordPress site can be accessed through the following DNS name from within your cluster: |
| |
wordpress.dof306.svc.cluster.local (port 80) | wordpress.dof309.svc.cluster.local (port 80) |
| |
To access your WordPress site from outside the cluster follow the steps below: | To access your WordPress site from outside the cluster follow the steps below: |
1. Get the WordPress URL by running these commands: | 1. Get the WordPress URL by running these commands: |
| |
export NODE_PORT=$(kubectl get --namespace dof306 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) | export NODE_PORT=$(kubectl get --namespace dof309 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) |
export NODE_IP=$(kubectl get nodes --namespace dof306 -o jsonpath="{.items[0].status.addresses[0].address}") | export NODE_IP=$(kubectl get nodes --namespace dof309 -o jsonpath="{.items[0].status.addresses[0].address}") |
echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" | echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" |
echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" | echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" |
| |
echo Username: helm-user | echo Username: helm-user |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | echo Password: $(kubectl get secret --namespace dof309 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) |
| |
| WARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs: |
| - resources |
| +info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress --namespace dof306 | trainee@gateway:~$ helm get values wordpress --namespace dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
service: | service: |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress --all --namespace dof306 | more | trainee@gateway:~$ helm get values wordpress --all --namespace dof309 | more |
COMPUTED VALUES: | COMPUTED VALUES: |
affinity: {} | affinity: {} |
apacheConfiguration: "" | apacheConfiguration: "" |
args: [] | args: [] |
| automountServiceAccountToken: false |
autoscaling: | autoscaling: |
enabled: false | enabled: false |
exampleValue: common-chart | exampleValue: common-chart |
global: | global: |
| compatibility: |
| openshift: |
| adaptSecurityContext: auto |
| defaultStorageClass: "" |
imagePullSecrets: [] | imagePullSecrets: [] |
imageRegistry: "" | imageRegistry: "" |
storageClass: "" | security: |
| allowInsecureImages: false |
commonAnnotations: {} | commonAnnotations: {} |
commonLabels: {} | commonLabels: {} |
https: 8443 | https: 8443 |
containerSecurityContext: | containerSecurityContext: |
| allowPrivilegeEscalation: false |
| capabilities: |
| drop: |
| - ALL |
enabled: true | enabled: true |
| privileged: false |
| readOnlyRootFilesystem: true |
| runAsGroup: 1001 |
runAsNonRoot: true | runAsNonRoot: true |
runAsUser: 1001 | runAsUser: 1001 |
| seLinuxOptions: {} |
| seccompProfile: |
| type: RuntimeDefault |
customHTAccessCM: "" | customHTAccessCM: "" |
customLivenessProbe: {} | customLivenessProbe: {} |
existingApacheConfigurationConfigMap: "" | existingApacheConfigurationConfigMap: "" |
existingSecret: "" | existingSecret: "" |
existingWordPressConfigurationSecret: "" | |
externalCache: | |
host: localhost | |
port: 11211 | |
externalDatabase: | |
database: bitnami_wordpress | |
existingSecret: "" | |
host: localhost | |
password: "" | |
port: 3306 | |
user: bn_wordpress | |
extraContainerPorts: [] | |
extraDeploy: [] | |
extraEnvVars: [] | |
--More-- | --More-- |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm get all wordpress --namespace dof306 | more | trainee@gateway:~$ helm get all wordpress --namespace dof309 | more |
NAME: wordpress | NAME: wordpress |
LAST DEPLOYED: Sat Jul 16 07:49:17 2022 | LAST DEPLOYED: Fri Dec 20 15:14:17 2024 |
NAMESPACE: dof306 | NAMESPACE: dof309 |
STATUS: deployed | STATUS: deployed |
REVISION: 1 | REVISION: 1 |
| CHART: wordpress |
| VERSION: 24.1.5 |
| APP_VERSION: 6.7.1 |
TEST SUITE: None | TEST SUITE: None |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
apacheConfiguration: "" | apacheConfiguration: "" |
args: [] | args: [] |
| automountServiceAccountToken: false |
autoscaling: | autoscaling: |
enabled: false | enabled: false |
exampleValue: common-chart | exampleValue: common-chart |
global: | global: |
| compatibility: |
| openshift: |
| adaptSecurityContext: auto |
| defaultStorageClass: "" |
imagePullSecrets: [] | imagePullSecrets: [] |
imageRegistry: "" | imageRegistry: "" |
storageClass: "" | security: |
| allowInsecureImages: false |
commonAnnotations: {} | commonAnnotations: {} |
commonLabels: {} | commonLabels: {} |
https: 8443 | https: 8443 |
containerSecurityContext: | containerSecurityContext: |
| allowPrivilegeEscalation: false |
| capabilities: |
| drop: |
| - ALL |
enabled: true | enabled: true |
runAsNonRoot: true | privileged: false |
runAsUser: 1001 | readOnlyRootFilesystem: true |
customHTAccessCM: "" | |
customLivenessProbe: {} | |
customPostInitScripts: {} | |
customReadinessProbe: {} | |
customStartupProbe: {} | |
diagnosticMode: | |
args: | |
- infinity | |
command: | |
- sleep | |
enabled: false | |
--More-- | --More-- |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get pods -n dof306 | trainee@gateway:~$ kubectl get pods -n dof309 |
NAME READY STATUS RESTARTS AGE | NAME READY STATUS RESTARTS AGE |
wordpress-6cb976dc8f-8xwhv 1/1 Running 1 (12m ago) 15m | wordpress-75b57d8d9b-9t4jw 0/1 Running 0 4m22s |
wordpress-mariadb-0 1/1 Running 0 15m | wordpress-mariadb-0 0/1 Running 0 4m22s |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ export NODE_PORT=$(kubectl get --namespace dof306 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) | trainee@gateway:~$ export NODE_PORT=$(kubectl get --namespace dof309 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) |
| |
trainee@gateway:~$ export NODE_IP=$(kubectl get nodes --namespace dof306 -o jsonpath="{.items[0].status.addresses[0].address}") | trainee@gateway:~$ export NODE_IP=$(kubectl get nodes --namespace dof309 -o jsonpath="{.items[0].status.addresses[0].address}") |
| |
trainee@gateway:~$ echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" | trainee@gateway:~$ echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" |
WordPress URL: http://192.168.59.100:30140/ | WordPress URL: http://192.168.59.100:32236/ |
| |
trainee@gateway:~$ echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" | trainee@gateway:~$ echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" |
WordPress Admin URL: http://192.168.59.100:30140/admin | WordPress Admin URL: http://192.168.59.100:32236/admin |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) | trainee@gateway:~$ echo Password: $(kubectl get secret --namespace dof309 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) |
Password: my-pass | Password: my-pass |
</code> | </code> |
| |
Connectez-vous maintenant à votre serveur cloud en mode graphique. Ouvrez le navigateur Firefox et saisissez l'URL que vous avez obtenu ci-dessus. Connectez-vous ensuite à votre Wordpress. | |
| |
Déconnectez-vous et revenez à votre connexion SSH. | |
| |
====1.10 - La Commande helm upgrade==== | ====1.10 - La Commande helm upgrade==== |
| |
<code> | <code> |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress --values wordpress-values.yaml -n dof306 --version 13.0.2 | trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress --values wordpress-values.yaml -n dof309 --version 24.1.5 |
Error: UPGRADE FAILED: execution error at (wordpress/templates/NOTES.txt:108:4): | |
PASSWORDS ERROR: You must provide your current passwords when upgrading the release. | |
Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims. | |
Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases | |
| |
'mariadb.auth.rootPassword' must not be empty, please add '--set mariadb.auth.rootPassword=$MARIADB_ROOT_PASSWORD' to the command. To get the current value: | |
| |
export MARIADB_ROOT_PASSWORD=$(kubectl get secret --namespace "dof306" wordpress-mariadb -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) | |
| |
'mariadb.auth.password' must not be empty, please add '--set mariadb.auth.password=$MARIADB_PASSWORD' to the command. To get the current value: | |
| |
export MARIADB_PASSWORD=$(kubectl get secret --namespace "dof306" wordpress-mariadb -o jsonpath="{.data.mariadb-password}" | base64 --decode) | |
</code> | |
| |
Notez que la commande **helm upgrade** a retournée une erreur. Cette erreur est créée par le fait que les deux variables **$MARIADB_ROOT_PASSWORD** et **$MARIADB_PASSWORD** soient vides. Renseignez donc ses deux variables : | |
| |
<code> | |
trainee@gateway:~$ export MARIADB_ROOT_PASSWORD=$(kubectl get secret --namespace dof306 wordpress-mariadb -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) | |
| |
trainee@gateway:~$ export MARIADB_PASSWORD=$(kubectl get secret --namespace dof306 wordpress-mariadb -o jsonpath="{.data.mariadb-password}" | base64 --decode) | |
</code> | |
| |
Exécutez de nouveau la commande précédente en ajoutant les deux options **--set** : | |
| |
<code> | |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress --values wordpress-values.yaml -n dof306 --set mariadb.auth.rootPassword=$MARIADB_ROOT_PASSWORD --set mariadb.auth.password=$MARIADB_PASSWORD --version 13.0.2 | |
Release "wordpress" has been upgraded. Happy Helming! | Release "wordpress" has been upgraded. Happy Helming! |
NAME: wordpress | NAME: wordpress |
LAST DEPLOYED: Sat Jul 16 10:20:54 2022 | LAST DEPLOYED: Fri Dec 20 15:33:45 2024 |
NAMESPACE: dof306 | NAMESPACE: dof309 |
STATUS: deployed | STATUS: deployed |
REVISION: 2 | REVISION: 2 |
NOTES: | NOTES: |
CHART NAME: wordpress | CHART NAME: wordpress |
CHART VERSION: 13.0.2 | CHART VERSION: 24.1.5 |
APP VERSION: 5.8.3 | APP VERSION: 6.7.1 |
| |
| Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information. |
| |
** Please be patient while the chart is being deployed ** | ** Please be patient while the chart is being deployed ** |
Your WordPress site can be accessed through the following DNS name from within your cluster: | Your WordPress site can be accessed through the following DNS name from within your cluster: |
| |
wordpress.dof306.svc.cluster.local (port 80) | wordpress.dof309.svc.cluster.local (port 80) |
| |
To access your WordPress site from outside the cluster follow the steps below: | To access your WordPress site from outside the cluster follow the steps below: |
1. Get the WordPress URL by running these commands: | 1. Get the WordPress URL by running these commands: |
| |
export NODE_PORT=$(kubectl get --namespace dof306 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) | export NODE_PORT=$(kubectl get --namespace dof309 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) |
export NODE_IP=$(kubectl get nodes --namespace dof306 -o jsonpath="{.items[0].status.addresses[0].address}") | export NODE_IP=$(kubectl get nodes --namespace dof309 -o jsonpath="{.items[0].status.addresses[0].address}") |
echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" | echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" |
echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" | echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" |
| |
echo Username: helm-user | echo Username: helm-user |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | echo Password: $(kubectl get secret --namespace dof309 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get pods -n dof306 | trainee@gateway:~$ kubectl get pods -n dof309 |
NAME READY STATUS RESTARTS AGE | NAME READY STATUS RESTARTS AGE |
wordpress-74d8fd5dfc-5cz7t 1/1 Running 0 93s | wordpress-75b57d8d9b-9t4jw 0/1 Running 1 (18m ago) 24m |
wordpress-74d8fd5dfc-9pz7m 1/1 Running 0 52s | wordpress-75b57d8d9b-jtx58 0/1 Running 1 (103s ago) 5m18s |
wordpress-mariadb-0 1/1 Running 0 25m | wordpress-779bd5776b-9jz8v 0/1 Running 1 (56s ago) 5m18s |
</code> | wordpress-mariadb-0 0/1 Running 7 (3m31s ago) 24m |
| |
Exécutez de nouveau la mise-à-jour, cette fois **sans** spécifier le fichier de valeurs **wordpress-values.yaml** sur la ligne de commande : | |
| |
<code> | |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress -n dof306 --version 13.0.2 | |
Release "wordpress" has been upgraded. Happy Helming! | |
NAME: wordpress | |
LAST DEPLOYED: Sat Jul 16 10:23:44 2022 | |
NAMESPACE: dof306 | |
STATUS: deployed | |
REVISION: 3 | |
TEST SUITE: None | |
NOTES: | |
CHART NAME: wordpress | |
CHART VERSION: 13.0.2 | |
APP VERSION: 5.8.3 | |
| |
** Please be patient while the chart is being deployed ** | |
| |
Your WordPress site can be accessed through the following DNS name from within your cluster: | |
| |
wordpress.dof306.svc.cluster.local (port 80) | |
| |
To access your WordPress site from outside the cluster follow the steps below: | |
| |
1. Get the WordPress URL by running these commands: | |
| |
export NODE_PORT=$(kubectl get --namespace dof306 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) | |
export NODE_IP=$(kubectl get nodes --namespace dof306 -o jsonpath="{.items[0].status.addresses[0].address}") | |
echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" | |
echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" | |
| |
2. Open a browser and access WordPress using the obtained URL. | |
| |
3. Login with the following credentials below to see your blog: | |
| |
echo Username: helm-user | |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress -n dof306 | trainee@gateway:~$ helm get values wordpress -n dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 2 | replicaCount: 2 |
resources: | resources: |
</code> | </code> |
| |
<WRAP center round important> | Exécutez de nouveau la mise-à-jour, cette fois **sans** spécifier le fichier de valeurs **wordpress-values.yaml** sur la ligne de commande : |
**Important** : Notez que la commande helm a réutilisé les valeurs de la première mise-à-jour. | |
</WRAP> | |
| |
Par contre dès lors que vous spécifiez une modification d'une des valeurs sur la ligne de commande avec l'option **--set**, helm applique automatiquement l'option **--reset-values** : | |
| |
<code> | <code> |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress --set replicaCount=1 -n dof306 --version 13.0.2 | trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress -n dof309 --version 24.1.5 |
Error: UPGRADE FAILED: execution error at (wordpress/templates/NOTES.txt:108:4): | |
PASSWORDS ERROR: You must provide your current passwords when upgrading the release. | |
Note that even after reinstallation, old credentials may be needed as they may be kept in persistent volume claims. | |
Further information can be obtained at https://docs.bitnami.com/general/how-to/troubleshoot-helm-chart-issues/#credential-errors-while-upgrading-chart-releases | |
| |
'wordpressPassword' must not be empty, please add '--set wordpressPassword=$WORDPRESS_PASSWORD' to the command. To get the current value: | |
| |
export WORDPRESS_PASSWORD=$(kubectl get secret --namespace "dof306" wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | |
| |
'mariadb.auth.rootPassword' must not be empty, please add '--set mariadb.auth.rootPassword=$MARIADB_ROOT_PASSWORD' to the command. To get the current value: | |
| |
export MARIADB_ROOT_PASSWORD=$(kubectl get secret --namespace "dof306" wordpress-mariadb -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) | |
| |
'mariadb.auth.password' must not be empty, please add '--set mariadb.auth.password=$MARIADB_PASSWORD' to the command. To get the current value: | |
| |
export MARIADB_PASSWORD=$(kubectl get secret --namespace "dof306" wordpress-mariadb -o jsonpath="{.data.mariadb-password}" | base64 --decode) | |
</code> | |
| |
Exportez donc la varaible **$WORDPRESS_PASSWORD** : | |
| |
<code> | |
trainee@gateway:~$ export WORDPRESS_PASSWORD=$(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | |
</code> | |
| |
Exécutez de nouveau la commande précédente en ajoutant les trois options **--set** : | |
| |
<code> | |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress -n dof306 --set replicaCount=1 --set wordpressPassword=$WORDPRESS_PASSWORD --set mariadb.auth.rootPassword=$MARIADB_ROOT_PASSWORD --set mariadb.auth.password=$MARIADB_PASSWORD --version 13.0.2 | |
Release "wordpress" has been upgraded. Happy Helming! | Release "wordpress" has been upgraded. Happy Helming! |
NAME: wordpress | NAME: wordpress |
LAST DEPLOYED: Sat Jul 16 10:26:45 2022 | LAST DEPLOYED: Fri Dec 20 15:44:46 2024 |
NAMESPACE: dof306 | NAMESPACE: dof309 |
STATUS: deployed | STATUS: deployed |
REVISION: 4 | REVISION: 3 |
TEST SUITE: None | TEST SUITE: None |
NOTES: | NOTES: |
CHART NAME: wordpress | CHART NAME: wordpress |
CHART VERSION: 13.0.2 | CHART VERSION: 24.1.5 |
APP VERSION: 5.8.3 | APP VERSION: 6.7.1 |
| |
** Please be patient while the chart is being deployed ** | Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami for more information. |
| |
Your WordPress site can be accessed through the following DNS name from within your cluster: | |
| |
wordpress.dof306.svc.cluster.local (port 80) | |
| |
To access your WordPress site from outside the cluster follow the steps below: | |
| |
1. Get the WordPress URL by running these commands: | |
| |
NOTE: It may take a few minutes for the LoadBalancer IP to be available. | |
Watch the status with: 'kubectl get svc --namespace dof306 -w wordpress' | |
| |
export SERVICE_IP=$(kubectl get svc --namespace dof306 wordpress --include "{{ range (index .status.loadBalancer.ingress 0) }}{{ . }}{{ end }}") | |
echo "WordPress URL: http://$SERVICE_IP/" | |
echo "WordPress Admin URL: http://$SERVICE_IP/admin" | |
| |
2. Open a browser and access WordPress using the obtained URL. | |
| |
3. Login with the following credentials below to see your blog: | |
| |
echo Username: user | |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | |
</code> | |
| |
Visualisez les valeurs qui ont été utilisées lors de la mise-à-jour : | |
| |
<code> | |
trainee@gateway:~$ helm get values wordpress -n dof306 | |
USER-SUPPLIED VALUES: | |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 1 | |
wordpressPassword: my-pass | |
</code> | |
| |
<WRAP center round important> | |
**Important** : Notez que les valeurs utilisées sont uniquement celles spécifiées sur la ligne de commande. | |
</WRAP> | |
| |
Vérifiez maintenant le nombre de Pods qui ont été démarrés : | |
| |
<code> | |
trainee@gateway:~$ kubectl get pods -n dof306 | |
NAME READY STATUS RESTARTS AGE | |
wordpress-554d5c4c94-2dbs8 1/1 Running 0 64s | |
wordpress-mariadb-0 1/1 Running 0 30m | |
</code> | |
| |
<WRAP center round important> | |
**Important** : Notez la présence que d'un seul Pod wordpress. | |
</WRAP> | |
| |
Pour modifier le comportement par défaut de la commande helm, utilisez l'option **--reuse-values** : | |
| |
<code> | |
trainee@gateway:~$ helm upgrade wordpress bitnami/wordpress -n dof306 --set replicaCount=2 --reuse-values --version 13.0.2 | |
Release "wordpress" has been upgraded. Happy Helming! | |
NAME: wordpress | |
LAST DEPLOYED: Sat Jul 16 10:29:14 2022 | |
NAMESPACE: dof306 | |
STATUS: deployed | |
REVISION: 5 | |
TEST SUITE: None | |
NOTES: | |
CHART NAME: wordpress | |
CHART VERSION: 13.0.2 | |
APP VERSION: 5.8.3 | |
| |
** Please be patient while the chart is being deployed ** | ** Please be patient while the chart is being deployed ** |
Your WordPress site can be accessed through the following DNS name from within your cluster: | Your WordPress site can be accessed through the following DNS name from within your cluster: |
| |
wordpress.dof306.svc.cluster.local (port 80) | wordpress.dof309.svc.cluster.local (port 80) |
| |
To access your WordPress site from outside the cluster follow the steps below: | To access your WordPress site from outside the cluster follow the steps below: |
1. Get the WordPress URL by running these commands: | 1. Get the WordPress URL by running these commands: |
| |
NOTE: It may take a few minutes for the LoadBalancer IP to be available. | export NODE_PORT=$(kubectl get --namespace dof309 -o jsonpath="{.spec.ports[0].nodePort}" services wordpress) |
Watch the status with: 'kubectl get svc --namespace dof306 -w wordpress' | export NODE_IP=$(kubectl get nodes --namespace dof309 -o jsonpath="{.items[0].status.addresses[0].address}") |
| echo "WordPress URL: http://$NODE_IP:$NODE_PORT/" |
export SERVICE_IP=$(kubectl get svc --namespace dof306 wordpress --include "{{ range (index .status.loadBalancer.ingress 0) }}{{ . }}{{ end }}") | echo "WordPress Admin URL: http://$NODE_IP:$NODE_PORT/admin" |
echo "WordPress URL: http://$SERVICE_IP/" | |
echo "WordPress Admin URL: http://$SERVICE_IP/admin" | |
| |
2. Open a browser and access WordPress using the obtained URL. | 2. Open a browser and access WordPress using the obtained URL. |
3. Login with the following credentials below to see your blog: | 3. Login with the following credentials below to see your blog: |
| |
echo Username: user | echo Username: helm-user |
echo Password: $(kubectl get secret --namespace dof306 wordpress -o jsonpath="{.data.wordpress-password}" | base64 --decode) | echo Password: $(kubectl get secret --namespace dof309 wordpress -o jsonpath="{.data.wordpress-password}" | base64 -d) |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress -n dof306 | trainee@gateway:~$ helm get values wordpress -n dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 2 | replicaCount: 2 |
| resources: |
| requests: |
| cpu: 100m |
| memory: 256Mi |
| service: |
| type: NodePort |
| wordpressBlogName: Learn Helm! |
| wordpressEmail: helm-user@i2tch.loc |
| wordpressFirstName: Helm |
| wordpressLastName: User |
wordpressPassword: my-pass | wordpressPassword: my-pass |
| wordpressUsername: helm-user |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Notez la réutilisation des valeurs autres que celle stipulée sur la ligne de commande. | **Important** : Notez que la commande helm a réutilisé les valeurs de la première mise-à-jour. |
</WRAP> | </WRAP> |
| |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get pods -n dof306 | trainee@gateway:~$ kubectl get pods -n dof309 |
NAME READY STATUS RESTARTS AGE | NAME READY STATUS RESTARTS AGE |
wordpress-554d5c4c94-2dbs8 1/1 Running 0 3m35s | wordpress-5f88d486d7-6hnbp 1/1 Running 0 6m52s |
wordpress-554d5c4c94-lsmvm 1/1 Running 0 67s | wordpress-mariadb-0 0/1 CrashLoopBackOff 12 (41s ago) 49m |
wordpress-mariadb-0 1/1 Running 0 33m | |
</code> | </code> |
| |
<WRAP center round important> | |
**Important** : Notez la présence de deux Pods WordPress. | |
</WRAP> | |
| |
====1.11 - La Commande helm history==== | ====1.11 - La Commande helm history==== |
| |
<code> | <code> |
trainee@gateway:~$ helm history wordpress -n dof306 | trainee@gateway:~$ helm history wordpress -n dof309 |
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION | REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION |
1 Sat Jul 16 09:57:00 2022 superseded wordpress-13.0.2 5.8.3 Install complete | 1 Fri Dec 20 15:14:17 2024 superseded wordpress-24.1.5 6.7.1 Install complete |
2 Sat Jul 16 10:20:54 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 2 Fri Dec 20 15:33:45 2024 superseded wordpress-24.1.5 6.7.1 Upgrade complete |
3 Sat Jul 16 10:23:44 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 3 Fri Dec 20 15:44:46 2024 superseded wordpress-24.1.5 6.7.1 Upgrade complete |
4 Sat Jul 16 10:26:45 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 4 Fri Dec 20 15:57:01 2024 deployed wordpress-24.1.5 6.7.1 Upgrade complete |
5 Sat Jul 16 10:29:14 2022 deployed wordpress-13.0.2 5.8.3 Upgrade complete | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress --revision 3 -n dof306 | trainee@gateway:~$ helm get values wordpress --revision 3 -n dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 2 | replicaCount: 2 |
resources: | resources: |
wordpressUsername: helm-user | wordpressUsername: helm-user |
| |
trainee@gateway:~$ helm get values wordpress --revision 4 -n dof306 | trainee@gateway:~$ helm get values wordpress --revision 4 -n dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 1 | replicaCount: 1 |
wordpressPassword: my-pass | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm get manifest wordpress --revision 4 -n dof306 | more | trainee@gateway:~$ helm get manifest wordpress --revision 4 -n dof309 | more |
--- | --- |
# Source: wordpress/charts/mariadb/templates/serviceaccount.yaml | # Source: wordpress/charts/mariadb/templates/networkpolicy.yaml |
apiVersion: v1 | kind: NetworkPolicy |
kind: ServiceAccount | apiVersion: networking.k8s.io/v1 |
metadata: | metadata: |
name: wordpress-mariadb | name: wordpress-mariadb |
namespace: "dof306" | namespace: "dof309" |
labels: | labels: |
app.kubernetes.io/name: mariadb | |
helm.sh/chart: mariadb-10.3.1 | |
app.kubernetes.io/instance: wordpress | app.kubernetes.io/instance: wordpress |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/managed-by: Helm |
annotations: | |
automountServiceAccountToken: false | |
--- | |
# Source: wordpress/charts/mariadb/templates/secrets.yaml | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: wordpress-mariadb | |
namespace: "dof306" | |
labels: | |
app.kubernetes.io/name: mariadb | app.kubernetes.io/name: mariadb |
helm.sh/chart: mariadb-10.3.1 | app.kubernetes.io/version: 11.4.4 |
app.kubernetes.io/instance: wordpress | helm.sh/chart: mariadb-20.2.1 |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/part-of: mariadb |
type: Opaque | spec: |
data: | podSelector: |
mariadb-root-password: "ekR6eHhUcUdtcA==" | matchLabels: |
mariadb-password: "bk5GRDg5VmJJMA==" | app.kubernetes.io/instance: wordpress |
| app.kubernetes.io/managed-by: Helm |
| app.kubernetes.io/name: mariadb |
| app.kubernetes.io/version: 11.4.4 |
| helm.sh/chart: mariadb-20.2.1 |
| policyTypes: |
| - Ingress |
| - Egress |
| egress: |
| - {} |
| ingress: |
| - ports: |
| - port: 3306 |
| - port: 3306 |
--- | --- |
# Source: wordpress/templates/secrets.yaml | # Source: wordpress/templates/networkpolicy.yaml |
apiVersion: v1 | kind: NetworkPolicy |
kind: Secret | apiVersion: networking.k8s.io/v1 |
metadata: | metadata: |
name: wordpress | name: wordpress |
namespace: "dof306" | namespace: "dof309" |
labels: | labels: |
app.kubernetes.io/name: wordpress | |
helm.sh/chart: wordpress-13.0.2 | |
app.kubernetes.io/instance: wordpress | app.kubernetes.io/instance: wordpress |
app.kubernetes.io/managed-by: Helm | app.kubernetes.io/managed-by: Helm |
type: Opaque | app.kubernetes.io/name: wordpress |
data: | app.kubernetes.io/version: 6.7.1 |
wordpress-password: "bXktcGFzcw==" | helm.sh/chart: wordpress-24.1.5 |
--- | spec: |
# Source: wordpress/charts/mariadb/templates/primary/configmap.yaml | podSelector: |
apiVersion: v1 | matchLabels: |
kind: ConfigMap | app.kubernetes.io/instance: wordpress |
metadata: | app.kubernetes.io/name: wordpress |
name: wordpress-mariadb | policyTypes: |
namespace: "dof306" | - Ingress |
labels: | - Egress |
app.kubernetes.io/name: mariadb | egress: |
helm.sh/chart: mariadb-10.3.1 | - {} |
app.kubernetes.io/instance: wordpress | ingress: |
| - ports: |
| - port: 8080 |
| - port: 8443 |
--More-- | --More-- |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm rollback wordpress 3 -n dof306 | trainee@gateway:~$ helm rollback wordpress 3 -n dof309 |
Rollback was a success! Happy Helming! | Rollback was a success! Happy Helming! |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm get values wordpress -n dof306 | trainee@gateway:~$ helm get values wordpress -n dof309 |
USER-SUPPLIED VALUES: | USER-SUPPLIED VALUES: |
mariadb: | |
auth: | |
password: nNFD89VbI0 | |
rootPassword: zDzxxTqGmp | |
replicaCount: 2 | replicaCount: 2 |
resources: | resources: |
| |
<code> | <code> |
trainee@gateway:~$ helm history wordpress -n dof306 | trainee@gateway:~$ helm history wordpress -n dof309 |
REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION | REVISION UPDATED STATUS CHART APP VERSION DESCRIPTION |
1 Sat Jul 16 09:57:00 2022 superseded wordpress-13.0.2 5.8.3 Install complete | 1 Fri Dec 20 15:14:17 2024 superseded wordpress-24.1.5 6.7.1 Install complete |
2 Sat Jul 16 10:20:54 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 2 Fri Dec 20 15:33:45 2024 superseded wordpress-24.1.5 6.7.1 Upgrade complete |
3 Sat Jul 16 10:23:44 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 3 Fri Dec 20 15:44:46 2024 superseded wordpress-24.1.5 6.7.1 Upgrade complete |
4 Sat Jul 16 10:26:45 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 4 Fri Dec 20 15:57:01 2024 superseded wordpress-24.1.5 6.7.1 Upgrade complete |
5 Sat Jul 16 10:29:14 2022 superseded wordpress-13.0.2 5.8.3 Upgrade complete | 5 Fri Dec 20 16:09:02 2024 deployed wordpress-24.1.5 6.7.1 Rollback to 3 |
6 Sat Jul 16 10:33:13 2022 deployed wordpress-13.0.2 5.8.3 Rollback to 3 | |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ helm uninstall wordpress -n dof306 | trainee@gateway:~$ helm uninstall wordpress -n dof309 |
release "wordpress" uninstalled | release "wordpress" uninstalled |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ helm list -n dof306 | trainee@gateway:~$ helm list -n dof309 |
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION | NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get deployments -l app=wordpress -n dof306 | trainee@gateway:~$ kubectl get deployments -l app=wordpress -n dof309 |
No resources found in dof306 namespace. | No resources found in dof309 namespace. |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get pvc -n dof306 | trainee@gateway:~$ kubectl get pvc -n dof309 |
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE | NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS VOLUMEATTRIBUTESCLASS AGE |
data-wordpress-mariadb-0 Bound pvc-ba17bb4d-08a4-4256-8647-af7ce22cf783 8Gi RWO standard 39m | data-wordpress-mariadb-0 Bound pvc-71bba44c-9af2-44c9-9e59-103efdf1b29b 8Gi RWO standard <unset> 56m |
</code> | </code> |
| |
| |
<code> | <code> |
trainee@gateway:~$ kubectl delete pvc --field-selector metadata.name=data-wordpress-mariadb-0 -n dof306 | trainee@gateway:~$ kubectl delete pvc --field-selector metadata.name=data-wordpress-mariadb-0 -n dof309 |
persistentvolumeclaim "data-wordpress-mariadb-0" deleted | persistentvolumeclaim "data-wordpress-mariadb-0" deleted |
</code> | </code> |
| |
<code> | <code> |
trainee@gateway:~$ kubectl get pvc -n dof306 | trainee@gateway:~$ kubectl get pvc -n dof309 |
No resources found in dof306 namespace | No resources found in dof309 namespace |
</code> | </code> |
| |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Fluentd a besoin de connaître l’emplacement de l'hôte Elasticsearch. Dans notre cas, la valeur est **elasticsearch-client**. Notez donc l'utilisation sur la ligne de commande de l'option **--set elasticsearch.host=**. | **Important** : Fluentd a besoin de connaître l’emplacement de l'hôte Elasticsearch. Dans notre cas, la valeur est **elasticsearch-client**. Notez donc l'utilisation sur la ligne de commande de l'option **--set elasticsearch.host=**. |
</WRAP> | </WRAP> |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Notez que dans le cas de l'utilisation de minikube, nous n'avons qu'un seul nœud dans le cluster Kubernetes. Pour cette raison, nous avons installé qu'un seul Pod Fluentd avec Helm sans passer par un DaemonSet. | **Important** : Notez que dans le cas de l'utilisation de minikube, nous n'avons qu'un seul nœud dans le cluster Kubernetes. Pour cette raison, nous avons installé qu'un seul Pod Fluentd avec Helm sans passer par un DaemonSet. |
</WRAP> | </WRAP> |
</code> | </code> |
| |
<WRAP center round important> | <WRAP center round important 60%> |
**Important** : Notez la création d'un service de type **NodePort**. Dans le cas de l'utilisation du DaemonSet, nous aurions créé un service **ClusterIP*** de type **LoadBalancer**. | **Important** : Notez la création d'un service de type **NodePort**. Dans le cas de l'utilisation du DaemonSet, nous aurions créé un service **ClusterIP*** de type **LoadBalancer**. |
</WRAP> | </WRAP> |