Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prsh9/kubectl-dashboard
Dev Desktop Dashboard for Kubernetes
https://github.com/prsh9/kubectl-dashboard
developer-tools electron kubectl kubernetes kubernetes-dashboard vue
Last synced: 3 months ago
JSON representation
Dev Desktop Dashboard for Kubernetes
- Host: GitHub
- URL: https://github.com/prsh9/kubectl-dashboard
- Owner: prsh9
- License: mpl-2.0
- Created: 2019-08-14T16:35:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T05:00:16.000Z (almost 2 years ago)
- Last Synced: 2024-07-27T18:54:08.887Z (4 months ago)
- Topics: developer-tools, electron, kubectl, kubernetes, kubernetes-dashboard, vue
- Language: Vue
- Homepage: https://prsh9.github.io/kubectl-dashboard/
- Size: 8.21 MB
- Stars: 26
- Watchers: 3
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Support my work. Buy me a coffee !
# Kube Dev Dashboard
Desktop Client for KubernetesMonitor your kubernetes setup and perform actions right from a single window easily
Features :
- Monitor the running pods
- Get pod details like Pod IP, number of containers running, etc
- View logs of pod containers
- Describe Pod DetailsVisit Additional [Docs Here](docs/README.md)
## Contributing
We encourage you to contribute to Kube Dev Dashboard.
Check the [Contribution Guidelines](CONTRIBUTING.md)## Getting Started
Clone the RepositoryRun `yarn electron:serve`
Built using the following :
- Electron
- Vue (Uses [vue-cli-plugin-electron-builder](https://nklayman.github.io/vue-cli-plugin-electron-builder/))
- Vuetify### Build
yarn electron:build