This message was deleted.
# general
a
This message was deleted.
s
Information on supported rancher api's are over at https://ranchermanager.docs.rancher.com/api/api-reference
b
Thank you, one additional question, can you confirm that we can just point any kubernetes sdk (such as the go or typescript one) at rancher's apis and then create k8s resources from a custom script?
s
correct. rancher resources exposed via the rancher api are kube resources and can be managed directly via the kube api.
b
Thank you!