Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-06T00:20:15.000Z (about 2 months ago)
- Last Synced: 2024-11-06T01:22:45.408Z (about 2 months ago)
- Topics: cloudnativepg, cnpg, kubernetes, nextjs
- Language: TypeScript
- Homepage: https://github.com/SocialGouv/kubesight
- Size: 1.69 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
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
```