From 7d2bf49d7dc29b7a5148d1db4d7037d27a52bc87 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Mon, 22 Aug 2022 17:09:07 +0300 Subject: [PATCH] Roadmap planning --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6339fe0..493147f 100644 --- a/README.md +++ b/README.md @@ -1 +1,31 @@ -# helm-dashboard \ No newline at end of file +# Helm Dashboard + +A simplified way of working with Helm. + + +## Roadmap + +### Internal Milestone 1 +- Helm Plugin Packaging +- CLI launcher +- Web Server with REST API + + +### First Public Version +Listing the installed applications +View k8s resources created by the application (describe, status) +Viewing revision history for application +View manifest diffs between revisions, also changelogs etc +Analytics reporting (telemetry) + +### Further Ideas +Setting parameter values and installing +Installing new app from repo +Uninstalling the app completely +Reconfiguring the application +Rollback a revision + +Validate manifests before deploy and get better errors +Switch clusters (?) +Browsing repositories +Adding new repository