Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 384 Bytes

haproxy.md

File metadata and controls

18 lines (11 loc) · 384 Bytes

Haproxy

Haproxy is used to expose the Impala daemons to the outside.

To install it, the following steps must be followed (from the infrastructure/haproxy folder):

  1. Configuration

Copy the file conf/haproxy.cfg to glusterfs in the folder haproxy/conf

  1. Deploy

Run the following:

kubectl create -f haproxy-deployment.yml
kubectl create -f haproxy-service.yml