kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Hello from kubeclient, kubernetes-client :wave: #144

Open cben opened 5 years ago

cben commented 5 years ago

Hi, I was happy to discover a 3rd ruby client besides https://github.com/abonas/kubeclient and https://github.com/kubernetes-client. You have great momentum :clap:

I wanted to reach out to ask if you see aspects on which we should collaborate.

Specifically, I feel it could be nice to extract the best parts of parsing kubeconfig and obtaining auth to a separate gem, and get all 3 client gem to use it.

On similar discussion in https://github.com/kubernetes-client/ruby/issues/20#issuecomment-487362902 some people expressed support. What do you think?

kke commented 5 years ago

I think it's a good idea as it doesn't make sense to waste efforts in reinventing the wheel and the whole config / initialization interface of k8s-client I think is too complex currently anyway and needs some simplification (as noted in #121).

pre commented 4 years ago

Related: there is now a community fork of kontena/k8s-client in github/k8s-ruby