added linkerd ingress operator
This commit is contained in:
parent
addd3ea953
commit
fe1523102d
6 changed files with 128 additions and 0 deletions
31
testapp/linkerd-ingress-operator/README.md
Normal file
31
testapp/linkerd-ingress-operator/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 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 pod:
|
||||
|
||||
```
|
||||
kubectl apply -f pod.yaml
|
||||
```
|
||||
|
||||
## Cleanup
|
||||
|
||||
```
|
||||
kubectl delete -f pod.yaml
|
||||
kubectl delete -f rbac.yaml
|
||||
```
|
||||
|
||||
## Todo
|
||||
|
||||
+ cleanup
|
||||
* more ingress controllers
|
||||
Loading…
Add table
Add a link
Reference in a new issue