HAProxy Enterprise Kubernetes Ingress Controller Documentation 1.8
Install the Backend custom resource
Before you can use the Backend custom resource, you must install its definition into your Kubernetes cluster.
-
Install the custom resource definition with
kubectl apply
:Community ingress controller
$ kubectl apply -f https://cdn.haproxy.com/documentation/kubernetes/1.8/crd/backend.yaml
-
Verify that the installation worked by listing custom resources defined in your cluster:
$ kubectl get crd NAME CREATED AT backends.core.haproxy.org 2022-01-21T20:00:31Z
Next up
Use the Backend custom resource