This is a simple k8s-api project. It is built on Golang and utilises the client-go library to interact with Kubernetes Cluster. It is a plug and play solution and can be used to create a k8s-api server.
This would be a fun addition to the project. Say I create a cache for each API result that I do. And if the Kubernetes API takes some time (say more than 2s) it loads the results based on cache. Yes it would be coming with a warning, that the results are not real time.
I like it as of now, not sure when will I get time for this. But would be a fun thing to integrate Redis or some cache in Go.
This would be a fun addition to the project. Say I create a cache for each API result that I do. And if the Kubernetes API takes some time (say more than 2s) it loads the results based on cache. Yes it would be coming with a warning, that the results are not real time.
I like it as of now, not sure when will I get time for this. But would be a fun thing to integrate Redis or some cache in Go.