Skip to content

Commit

Permalink
Add NPEP for new CIDR object peer
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Seetharaman <[email protected]>
  • Loading branch information
tssurya committed Dec 7, 2023
1 parent 95ae2f8 commit aef81b5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions npeps/npep-182-cidr-object-peer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# NPEP-182: Add new CIDR object peer for northbound traffic

* Issue: [#182](https://github.com/kubernetes-sigs/network-policy-api/issues/182)
* Status: Provisional

## TLDR

This NPEP proposes adding support for a new CIDR object peer type for
cluster egress (northbound) traffic control that can be referred in the
`AdminNetworkPolicy` and `BaselineAdminNetworkPolicy` API objects using selectors.
NPEP-126 already adds support for inline CIDR peer type directly on the
`AdminNetworkPolicy` and `BaselineAdminNetworkPolicy` API objects. This NPEP proposes
adding more extensibility by add a new CIDR object in addition to that so that
users can choose either of these methods based on their needs.

## Goals



## Non-Goals


## Introduction

### User Stories for egress traffic control towards external destinations



## API

(... details, can point to PR with changes)


## Alternatives

(List other design alternatives and why we did not go in that
direction)

## References

0 comments on commit aef81b5

Please sign in to comment.