We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minho-k8s
The idea is to create a Kubernetes client as a service in the registry.
Then, other services can get the client from the registry and interact with k8s.
The text was updated successfully, but these errors were encountered:
Did you have an existing client library in mind?
Sorry, something went wrong.
Yeah the one from Fabric8 is pretty good.
+1
It has good multi-version support and using the jdk-based http client would cut out a nice chunk of the transitive deps.
ref: https://github.com/fabric8io/kubernetes-client/tree/master/httpclient-jdk
jbonofre
No branches or pull requests
The idea is to create a Kubernetes client as a service in the registry.
Then, other services can get the client from the registry and interact with k8s.
The text was updated successfully, but these errors were encountered: