Skip to content

Commit

Permalink
KEP-1880 Multiple Service CIDRs (#3365)
Browse files Browse the repository at this point in the history
* KEP-1880 Multiple Service CIDRs

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.

* clarify serviceCIDRConfig IPAddress relation
  • Loading branch information
aojea committed Jun 22, 2022
1 parent 201eb5b commit 9efd962
Show file tree
Hide file tree
Showing 3 changed files with 1,037 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 9efd962

Please sign in to comment.