Skip to content

Commit

Permalink
module 10 content
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobson committed Dec 11, 2024
1 parent 3de2670 commit 01dd425
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions content/modules/ROOT/pages/module-10.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
= 3
= Exploring etcd snapshots with koff
:prewrap!:

temp
We have looked at `etcd` performance and how critical it is to cluster health, but what if we want to see what's in `etcd`?

If you have existing `etcd` backups / snapshots or want to take one now, there is a lot you can do and look at!

If you deleted someone important and want to get it back, you can get it from a backup and recreate it in your cluster.

If your `etcd` database is huge, you can parse through a fresh snapshot and see where the issues are without touching production.

Accessing and parsing your `etcd` data isn't a daily occurance, but when the time comes, it's incredibly useful.

In this module we will utilize the `koff` tool to showcase get and inspect commnads on both standard `Kubernetes` objects types as well as traditionally stored `etcd` keys.

0 comments on commit 01dd425

Please sign in to comment.