Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 2 KB

File metadata and controls

13 lines (8 loc) · 2 KB

Create cilium network policy

Allowed resources:

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.