https://github.com/haproxytech/helm-charts
Helm chart for HAProxy Kubernetes Ingress Controller
https://github.com/haproxytech/helm-charts
haproxy helm-charts ingress-controller kubernetes kubernetes-cluster
Last synced: 1 day ago
JSON representation
Helm chart for HAProxy Kubernetes Ingress Controller
- Host: GitHub
- URL: https://github.com/haproxytech/helm-charts
- Owner: haproxytech
- License: apache-2.0
- Created: 2019-12-02T23:19:40.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T10:51:46.000Z (about 1 year ago)
- Last Synced: 2024-10-31T11:27:39.032Z (about 1 year ago)
- Topics: haproxy, helm-charts, ingress-controller, kubernetes, kubernetes-cluster
- Language: Mustache
- Homepage:
- Size: 578 KB
- Stars: 153
- Watchers: 16
- Forks: 119
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 
## 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/
```
**_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.