Allowed resources:
-
Kubernetes docs: https://kubernetes.io/docs/home/
-
Cilium docs: https://docs.cilium.io/en/stable/
| 27 | Configure cilium network policies with |
|---|---|
| Acceptance criteria | cilium cli is installed on control-plane node You have to develop Cilium network policy in myapp namespace:1. You have to configure cilium network policy to allow access from pods in ingress-nginx namespace to our app deployed in myapp namespace.2. Enforce Mutual Authentication between pods in ingress-nginx and our app in myapp namespace.To check that policy is working, you can run curl --connect-timeout 1 --max-time 1 -s http://myapp.local:30800 -v should work without any problems. |