Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MicroDash Addon: a MicroK8s dashboard/web-console developed in Angular #1345

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

iskitsas
Copy link
Contributor

@iskitsas iskitsas commented Jun 23, 2020

Add MicroDash as a MicroK8s add-on. It depends on the new cluster-agent-api provided by this PR #1121

MicroDash is a simple MicroK8s dashboard/web-console providing various information and actions for your running MicroK8s instance.

The main concept is that Angular files are added in NGINX, which is configured as a reverse proxy, using CALLBACK TOKEN to access MicroK8s APIs and Bearer TOKEN from within the pods to access specific K8s APIs. so an overview and some actions of your MicroK8s installation are exposed through your browser, using also basic-auth to limit access of UI to admins only.

MicroDash v1.0.0 will expose information and handling for add-ons and services. The user can enable or disable add-ons and restart services from this web UI.

It is implemented with Angular 9.0 and you can easily install it as a MicroK8s add-on or separately, using Docker or you local Angular dev environment. Check all the installation options from this README

A screenshot from MicroDash after building and installing MicroK8s from this PR, and enabling it using the command microk8s.enable microdash

microdash-addon

microdash-addon-overview

microdash-addon-about

@stale
Copy link

stale bot commented May 21, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the inactive label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants