# Managing an additional cidr

**URL:** https://discuss.kubernetes.io/t/managing-an-additional-cidr/11720
**Category:** General Discussions
**Created:** [July 3, 2020, 5:37am UTC](https://discuss.kubernetes.io/t/managing-an-additional-cidr/11720 "2020-07-03T05:37:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nagaraju\_Vemuri](https://sea2.discourse-cdn.com/flex016/user_avatar/discuss.kubernetes.io/nagaraju_vemuri/32/5456_2.png) [@Nagaraju\_Vemuri](https://discuss.kubernetes.io/u/Nagaraju_Vemuri)
#### Post date: [July 3, 2020, 5:37am UTC](https://discuss.kubernetes.io/t/managing-an-additional-cidr/11720/1 "2020-07-03T05:37:37Z")

</div>

### Cluster information:

Kubernetes version: 1.18.0  
Cloud being used: bare-metal  
Host OS: Ubuntu 16.04

Hi,

I would like to know if there is a way I can provide a CIDR to kubernetes say 192.16.1.0/24  
And request one or more IPs from this IP pool, from within a pod.  
And kubernetes manages this pool and allocates one or more un-used IPs from this pool, whenever a pod requests.

And when a pod is terminating, kubernetes should reclaim those IPs that are used by terminated-pod.

Thanks,  
Nagaraju
