All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m12s
Change-Id: If67c32e979b6d03a135072c836ca54ee01c99e66
52 lines
2.7 KiB
Markdown
52 lines
2.7 KiB
Markdown
# 
|
|
|
|
## HAProxy Helm Charts
|
|
|
|

|
|
[](https://circleci.com/gh/haproxytech/helm-charts/tree/main)
|
|
[](https://artifacthub.io/packages/search?repo=haproxytech)
|
|
|
|
This repository hosts official [HAProxy Technologies](https://www.haproxy.com/) Helm Charts for deploying [HAProxy Load Balancer](https://github.com/haproxy/haproxy) and [Ingress controller](https://github.com/haproxytech/kubernetes-ingress) on [Kubernetes](https://kubernetes.io/).
|
|
|
|
### Changelogs
|
|
|
|
Changelog for **Helm charts** in this repository are maintained automatically at ArtifactHub separately for [HAProxy](https://artifacthub.io/packages/helm/haproxytech/haproxy?modal=changelog) and [Ingress controller](https://artifacthub.io/packages/helm/haproxytech/kubernetes-ingress?modal=changelog)
|
|
|
|
Changelog for the packaged projects are available separately for [HAProxy](https://github.com/haproxy/haproxy/blob/master/CHANGELOG) and [HAProxy Technologies Ingress controller](https://github.com/haproxytech/kubernetes-ingress/releases/), with release notes and other documentation available at their respective project pages.
|
|
|
|
## Before you begin
|
|
|
|
### Setup a Kubernetes Cluster
|
|
|
|
The quickest way to setup a Kubernetes cluster is with [Azure Kubernetes Service](https://azure.microsoft.com/en-us/services/kubernetes-service/), [AWS Elastic Kubernetes Service](https://aws.amazon.com/eks/) or [Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/) using their respective quick-start guides.
|
|
|
|
For setting up Kubernetes on other cloud platforms or bare-metal servers refer to the Kubernetes [getting started guide](http://kubernetes.io/docs/getting-started-guides/).
|
|
|
|
### Install Helm
|
|
|
|
Get the latest [Helm release](https://github.com/helm/helm#install).
|
|
|
|
### Add Helm chart repo
|
|
|
|
Once you have Helm installed, add the repo as follows:
|
|
|
|
```console
|
|
helm repo add haproxytech https://haproxytech.github.io/helm-charts
|
|
helm repo update
|
|
```
|
|
|
|
HAProxy Helm charts can be also found on [ArtifactHub](https://artifacthub.io/packages/search?repo=haproxytech).
|
|
|
|
## Search and install charts
|
|
|
|
```console
|
|
helm search repo haproxytech/
|
|
helm install my-release haproxytech/<chart>
|
|
```
|
|
|
|
**_NOTE_**: For instructions on how to install a chart follow instructions in its `README.md`.
|
|
|
|
## Contributing
|
|
|
|
We welcome all contributions. Please refer to [guidelines](CONTRIBUTING.md) on how to make a contribution.
|