Java API to control Rancher 2

9/3/2018

at the moment I am using Rancher 2 (v2.0.8) to configure my containers. Is there any recommened library for java , that supports rancher 2? (i only found older projects for Rancher 1). It would be great to have a java api instead of using ony plain rest-services. Thanks alot in advance

Shane

-- Shannon
docker
java
kubernetes
rancher

1 Answer

9/4/2018

Currently only Python and Go clients are available. I am not aware of any Java clients. (PRs welcome :))

For sample usage of the clients checkout these repositories:

When you are working Rancher 2.0 API using these clients, you need to be aware of using different clients: management, cluster and project.

-- leodotcloud
Source: StackOverflow