Is Rancher API supported in Rancher 2.x

Is creating services using Rancher API supported in Rancher 2.x ? Please share the documentation or links that are useful to achieve this?

The 2.x API is not compatible with the 1.6 API. So, you cannot create 1.x style services in 2.x.

We don’t have detailed API documentation but you can hit the API UI in your browser at https:///v3 and interactively play with the API. Rancher CLI is another option for getting started with creating resources outside of the UI.

2 Likes

Hi cjellick,

Is there any way to pull the logs via v3 as we did with v1. I can find the pods, however there does not appear to be any way of pulling logs. I have also checked for docs and still nothing.

Any help will be appreciated.

-Azz