You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I'm working on a CNI plugin which need to use a global centralized IPAM, and I implemented a client/server IPAM framework based on grpc, I'm wondering if we need a generic rpc-based IPAM plugin, which including a rpc proto file and a CNI plugin which allocate/release IP through grpc.
The rpc proto file is just like below, I think we can make it a standard,
Recently I'm working on a CNI plugin which need to use a global centralized IPAM, and I implemented a client/server IPAM framework based on grpc, I'm wondering if we need a generic rpc-based IPAM plugin, which including a rpc proto file and a CNI plugin which allocate/release IP through grpc.
The rpc proto file is just like below, I think we can make it a standard,
Then, we can build a centralized IPAM server based on IPAMService in proto file, after that, we can use it easily with this plugin.
Anyone has some suggestions?
The text was updated successfully, but these errors were encountered: