kube/testapp/linkerd-ingress-operator
2019-08-16 13:43:56 +02:00
..
hooks added linkerd ingress operator 2019-08-16 13:36:00 +02:00
deployment.yaml moved pod to deployment 2019-08-16 13:43:56 +02:00
Dockerfile added linkerd ingress operator 2019-08-16 13:36:00 +02:00
Makefile added linkerd ingress operator 2019-08-16 13:36:00 +02:00
rbac.yaml added linkerd ingress operator 2019-08-16 13:36:00 +02:00
README.md moved pod to deployment 2019-08-16 13:43:56 +02:00

Linkerd Ingress Operator

The Linkerd Ingress is an addon operator to annotate ingress's providing the mTLS destnation headers.

Currently only the nginx ingress controller is supported.

Install

Grant permissions for the new operator:

kubectl apply -f rbac.yaml

Create the operator deployment:

kubectl apply -f deployment.yaml

Cleanup

kubectl delete -f deployment.yaml
kubectl delete -f rbac.yaml

Todo

  • cleanup
  • more ingress controllers