https://github.com/socialgouv/kubesight
Simple dashboard to visually overview kube resources and especially CNPG clusters.
https://github.com/socialgouv/kubesight
cloudnativepg cnpg kubernetes nextjs
Last synced: about 1 year ago
JSON representation
Simple dashboard to visually overview kube resources and especially CNPG clusters.
- Host: GitHub
- URL: https://github.com/socialgouv/kubesight
- Owner: SocialGouv
- License: mit
- Created: 2023-11-20T13:22:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T00:42:55.000Z (about 1 year ago)
- Last Synced: 2025-03-23T15:43:32.772Z (about 1 year ago)
- Topics: cloudnativepg, cnpg, kubernetes, nextjs
- Language: TypeScript
- Homepage: https://github.com/SocialGouv/kubesight
- Size: 1.7 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Kubesight
Simple dashboard to visually overview kube resources and especially CNPG clusters. Resources are grouped by context and namespace.
## Getting Started
First, run the development server:
```bash
yarn
yarn dev
```