Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubricksllc/Kubricks
Visualizer/troubleshooting tool for single Kubernetes clusters
https://github.com/kubricksllc/Kubricks
Last synced: 3 months ago
JSON representation
Visualizer/troubleshooting tool for single Kubernetes clusters
- Host: GitHub
- URL: https://github.com/kubricksllc/Kubricks
- Owner: kubricksllc
- License: mit
- Created: 2019-01-08T22:30:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T17:22:11.000Z (almost 6 years ago)
- Last Synced: 2024-07-31T07:18:09.529Z (6 months ago)
- Language: JavaScript
- Homepage: https://kubricks.io
- Size: 241 MB
- Stars: 134
- Watchers: 10
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome - Kubricks - Visualizer/troubleshooting tool for single Kubernetes clusters (JavaScript)
README
Kubricks (Alpha)
**Kubricks is currently in an alpha release stage. Please do not rely solely on this product to troubleshoot your deployment. It is very important to cross check information being displayed to information from `kubectl describe`.**
## What is it?
Kubricks is an Electron App designed to provide intuitive graphs of current cluster deployment to engineers. It allows us to:
- Visualize cluster resources and their relationships
- Condtionally render resources to highlight errors
#### Prerequisites
In order to properly utilize the Kubricks app, a few conditions have to be met. You should have:
- A Kubernetes cluster deployed
- Configured kubectl to the right context (i.e. GKE, Minikube)## How it works
Kubricks queries Kubernetes apiserver through the Kubernetes Javascript Client library, using the context of `kubectl config current-context`.## Installation
- If would like to give Kubricks a try, please visit [kubricks.io](https://kubricks.io) and download the installer for your operating system.# Navigating The App
___
### Cluster View
Cluster View mirrors the way kublet interacts with resources that are hosted on specific nodes. This view is primarily to display pods that are hosted on a particular node. Additionally, persistent volumes that are part of a pod's configuration are also rendered.### Traffic View
Traffic View mirrors the way kube-proxy directs incoming requests to different pods through services. This view is to render services with selected pods, and to highlight port mapping errors.#### Contributing
Kubricks is currenty in alpha release. We are still testing, adding features, and polishing the app. We welcome any feedback!See the [LICENSE](LICENSE.md) for more details on license.