From ec38cbbb708af7cf4fbffdb017e15c3a23e1963b Mon Sep 17 00:00:00 2001 From: kaiyou <dev@kaiyou.fr> Date: Sat, 19 Mar 2022 09:56:50 +0100 Subject: [PATCH] Add todos --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d47b3fd --- /dev/null +++ b/TODO.md @@ -0,0 +1,10 @@ +TODO: mode this to Gitlab issues + +[ ] Work out log centralization, possibly reformatting, and log level filtering +[ ] Improve on the concept of wrapper, maybe embed the logging system in there +[ ] Embed containerd shim and runc somehow (runc being the least trivial of all) +[ ] Embed kube-proxy, which is currently unavailable +[ ] Auto-generate config files based on an opinionated setup +[ ] Setup a memberlist for cluster discovery +[ ] Use wesher or some kind of wireguard mesh VPN +[ ] Switch to a "container" (namespace set) before setting services up -- GitLab