Etcd: Is there a viewer to lookup data inside etcd snapshot?

Created on 14 Aug 2020  路  6Comments  路  Source: etcd-io/etcd

As etcd3 uses boltdb internally, is it possible if we can use boltdb browsers/any viewer to lookup the data inside the snapshot?

stale

Most helpful comment

If your etcd stores kubernetes data, this tool is very useful: https://github.com/jpbetz/auger

Another tool to view Kubernetes data is to mount it to your local filesystem, and do whatever you want: etcdfs.

All 6 comments

@jingyih I tried using that, but am unable to lookup by etcd key name, all keys are in hexadecimal format. Looks like etcd keys are stored inside the values of bolt key. Can you suggest some documentation on how to use this bbolt viewer?

If your etcd stores kubernetes data, this tool is very useful: https://github.com/jpbetz/auger

If your etcd stores kubernetes data, this tool is very useful: https://github.com/jpbetz/auger

Another tool to view Kubernetes data is to mount it to your local filesystem, and do whatever you want: etcdfs.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings