Install Apache from Helm Charts

admin 13 2025-01-14 编辑

Install Apache  from Helm Charts

A few days ago, API7.ai released an online Helm Charts repository. Users can easily install Apache , Apache -dashboard and Apache -ingress-controller from it (rather than cloning the corresponding project in advance).

How To Use​

Just a few steps to install Apache

  1. Add the repository and fetch the update

    $ helm repo add  https://charts.apiseven.com$ helm repo update
  2. Check out the available charts in repository

    $ helm search repo NAME                    CHART VERSION   APP VERSION     DESCRIPTION/           0.1.2           2.1.0           A Helm chart for Apache /-dashboard 0.1.0           2.3.0           A Helm chart for Apache  Dashboard
  3. Install Apache to your Kubernetes cluster

    $ helm install -gw / --namespace defaultNAME: -gwLAST DEPLOYED: Fri Feb 19 11:34:14 2021NAMESPACE: defaultSTATUS: deployedREVISION: 1TEST SUITE: NoneNOTES:1. Get the application URL by running these commands:  export NODE_PORT=$(kubectl get --namespace default -o jsonpath="{.spec.ports[0].nodePort}" services -gw-gateway)  export NODE_IP=$(kubectl get nodes --namespace default -o jsonpath="{.items[0].status.addresses[0].address}")  echo http://$NODE_IP:$NODE_PORT

Reference​

  • https://github.com/apache/-helm-chart
  • https://github.com/apache/

Install Apache from Helm Charts

上一篇: Understanding the Significance of 3.4 as a Root in Mathematics
下一篇: Contributer to Committer journey @Apache
相关文章