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
I'd like to write cache apiserver/proxy to offload "list-all-pods" requests from non-critical clients. So k8s_openapi json is not suitable for my cases.
Current golang PoC is suffer from go runtime cost and protobuf/json marshaling I have strong interests try/evaluate rust solution.
Any example would be good and appreciative, thanks!
The text was updated successfully, but these errors were encountered:
hey there, this project just got picked up again and does not have a proper kube integration yet, but hopefully at some point. i've added a requirement for an example to issue #27 so you can subscribe to that if you want to see when it's useable
I'd like to write cache apiserver/proxy to offload "list-all-pods" requests from non-critical clients. So k8s_openapi json is not suitable for my cases.
Current golang PoC is suffer from go runtime cost and protobuf/json marshaling I have strong interests try/evaluate rust solution.
Any example would be good and appreciative, thanks!
The text was updated successfully, but these errors were encountered: