/service-dash

A personal dashboard to inspect ECS service written with Python and Textual

Primary LanguagePython

Service Dash

The idea behind this project is to create a lightweight dashboard to view logs and the overall health and status of MYKOBO services.

0.1.0

We should have a TUI that can list clusters and then when a cluster is selected we should list services in the cluster. When a service is selected we should show details of the service and be able to tail logs of that service.

stretch goal

We should be able to provide a menu when a service is selected and the menu options will be view logs and redeploy service