Writing a k8s client - which one to use

9/29/2018

Starting to learn and write cli clients for kubernetes, wich one to use:

  1. https://github.com/kubernetes-client/go
    or older and maybee depriated at some point:
  2. https://github.com/kubernetes/client-go

If starting now, which one to bet on?

-- Chris G.
kubernetes

1 Answer

9/30/2018

This is an opinion based question so the answer is an opinion:

Use the official Kubernetes go client: https://github.com/kubernetes/client-go

-- Rico
Source: StackOverflow