Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacksonrakena/forecastle
Graphical Kubernetes resource manager
https://github.com/jacksonrakena/forecastle
Last synced: about 12 hours ago
JSON representation
Graphical Kubernetes resource manager
- Host: GitHub
- URL: https://github.com/jacksonrakena/forecastle
- Owner: jacksonrakena
- Created: 2024-08-24T09:33:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T07:02:38.000Z (4 months ago)
- Last Synced: 2024-12-22T03:56:03.537Z (about 23 hours ago)
- Language: C#
- Size: 3.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forecastle
Forecastle is a general-purpose resource monitoring and management tool for Kubernetes clusters.
It reads your configuration from your local kubeconfig, and shows a graphical representation of your cluster.
It's very early in development, and as such, designs are very fragile and basic.### Planned features
- Show all cluster resources (by namespace) in an aesthetically pleasing graph
- Show relationships between resources (i.e. pod -> persistent volume, ingress -> pod) on the graph
- Allow user to "open" a resource by clicking on it
- Live following of that resources' logs and inspection status
- Preview of resource specification
- "Dry run" preview of a spec edit
- Show knock-on effects to other resources
- Kustomize integration?Forecastle runs using Avalonia on all desktop platforms, and (potentially) mobile in the future.
### Example