-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Hollys | ||
|
||
Web UI for node discovery in Kubernetes | ||
|
||
## Motivation | ||
|
||
There are too many nodes in the cluster. There are also too many labels and taints attached to each node. | ||
|
||
How to easily find nodes with specific labels and taints? How can you share these discovered nodes with other members of your team? | ||
|
||
I started developing Hollys to solve this problem. | ||
|
||
## Features | ||
|
||
- You can retrieve a list of nodes based on labels and taints. | ||
- You can save the list of nodes searched in this way. | ||
|
||
![1.png](assets/1.png) | ||
|
||
![2.png](assets/2.png) | ||
|
||
## Installation | ||
|
||
```bash | ||
$ git clone [email protected]:heumsi/hollys.git | ||
$ cd chart | ||
$ helm install hollys . --set ingress.host.ui="YOUR_UI_DOMAIN" --set ingress.host.api="YOUR_API_DOMAIN" | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters