headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.43k stars 170 forks source link

Allow custom icons for clusters #14

Open joaquimrocha opened 4 years ago

joaquimrocha commented 4 years ago

One nice way to quickly identify clusters is to assign different icons to them. So we should allow that as an option.

Acceptance Criteria:

* TBD: Whether this will be a choice from a set of predefined icons, or a user uploaded icon, or both.

blixtra commented 4 years ago

A first step for this might be to generate an Identicon for the cluster. Here is an example of a project that does this in go: https://github.com/barthr/Identicon