---
title: 'Addon: EasyHAProxy'
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/microk8s/docs/addon-easyhaproxy?format=md
---

*Submit*

# Addon: EasyHAProxy

**Compatibility**:
**Source**: [EasyHAProxy](https://opensource.byjg.com/docs/devops/docker-easy-haproxy/)

[EasyHAProxy](https://opensource.byjg.com/docs/devops/docker-easy-haproxy/) can automatically configure HAProxy as an ingress, based on the labels defined in deployed containers. Another advantage of HAProxy is that it provides TCP endpoints.

To enable the add-on:

```
microk8s enable easyhaproxy [--nodeport]
```

By default, HAProxy is setup as a daemonset. The `--nodeport` can be used to setup HAProxy on a node port.

To disable the addon:

```
microk8s disable easyhaproxy
```

Last updated 2 years ago. [Help improve this document in the forum](https://discuss.kubernetes.io/t/addon-easyhaproxy/23183).
