Skip to content

Commit

Permalink
KEP-1880 Multiple Service CIDRs
Browse files Browse the repository at this point in the history
Kubernetes networking is based fundamentally on two kind of networks,
the Pod network aka Cluster Network and the Service Network. These
networks are configured statically, using flags, causing a lot of
limitations and pain on users and administrators.

The Pod network is consumed by the CNI plugins, Kubernetes already provides
a simple IPAM that will be extended by the KEP-2593 "Multiple Cluster
CIDRs", allowing users to use an API to configure it.

This KEP provides a similar API for the Service Network, allowing users
to dynamically add more networks or resize the existing ones. It also
remove some of the limitations of current implementation.
  • Loading branch information
aojea committed Jun 21, 2022
1 parent fba79ff commit cdb1195
Show file tree
Hide file tree
Showing 3 changed files with 1,032 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keps/prod-readiness/sig-network/1880.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kep-number: 1880
alpha:
approver: "@johnbelamaric"
Loading

0 comments on commit cdb1195

Please sign in to comment.