Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 551 Bytes

ROADMAP.md

File metadata and controls

18 lines (14 loc) · 551 Bytes

ROADMAP

step 1

  • Implement local cache struct;
  • Do list watch with k8s;
  • Support soft delete (so we can review the pod schedule history;
  • ONLY support POD watch right now;
  • Basic CURD operations;
  • Indexing;
  • Simply import & export tool

step 2

  • Leader election and replication, make kstore high available;
  • Snapshot, WAL and persistent;
  • Implement TTL and sync remote backend by period(currently via raft);
  • Ratelimit with crashloop pods and customize controller like kubewatch project