Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 455 Bytes

kenc

Kuberetes etcd network checkpointer

Checkpoint modes

  • iptables

Checkpoint/restore the NAT table. Kenc relies on kube-proxy to populate iptables rules and ensure connectivity in this mode.

kenc -m iptables
  • endpoints

Checkpoint/restore etcd endpoints. Kenc writes iptables rules to iptables to ensure connectivity periodically in this mode.

To run this mode, kenc MUST be started inside Kubernetes.

kenc -m endpoints