Is there a way to retrieve a kubernetes resource at a specific resourceVersion?

9/26/2018

I know that I can Watch for changes from a resourceVersion, what I want is a way to GET the resource at a specific resourceVersion.

-- Gary Capell
kubernetes

1 Answer

9/26/2018

If you are the admin of k8s cluster, then you can retrieve that through etcd directly.

-- 白栋天
Source: StackOverflow