Skip to content

Commit

Permalink
Network Policy
Browse files Browse the repository at this point in the history
Signed-off-by: Anshuman Tripathi <[email protected]>
  • Loading branch information
AnshumanTripathi committed May 14, 2024
1 parent 5d68716 commit 252c1b0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Some containers may require a different isolation level from what is provided by

## Network Policies
- [ ] Configure network policies to only allow expected ingress and egress traffic from the pods.
- [ ] Ensure only permitted communication using the default `deny-all` policy.
- [ ] Pods that must commuicate with one another shuold be grouped with `PodSelector`

## Image security
- [ ] Using a image scanning tool the scan an image before deploying containers in the Kubernetes cluster.
Expand Down

0 comments on commit 252c1b0

Please sign in to comment.