A modern, React-based dashboard for interacting with Kubernetes clusters, powered by Hyperweb. Provides an intuitive UI to view and manage resources like pods, deployments, services, and more.
- Browse and manage Kubernetes resources (Deployments, ReplicaSets, StatefulSets, DaemonSets, Pods, Jobs, etc.)
- Real-time updates via
kubectl proxy
- Light/dark theme support
- Responsive sidebar navigation
- Modular and extensible React components
- Node.js (v14 or higher)
- Yarn (v1.22 or higher)
- A running Kubernetes cluster
kubectl
CLI installed and configured
- Clone the repository:
git clone https://github.com/hyperweb-io/dashboard.git
- Navigate to the React package:
cd dashboard/
- Install dependencies:
yarn install
- Start the Kubernetes API proxy to allow local access:
kubectl proxy --port=8001 --accept-hosts='^.*$' --address='0.0.0.0'
- Run the development server:
yarn dev
- Open your browser and go to http://localhost:3000
yarn dev
- Run the app in development modeyarn build
- Build the app for productionyarn start
- Start the production buildyarn lint
- Run linter checks
Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.
🛠 Built by Hyperweb — if you like our tools, please check out and contribute to our GitHub ⚛️.
AS DESCRIBED IN THE LICENSES, THE SOFTWARE IS PROVIDED "AS IS", AT YOUR OWN RISK, AND WITHOUT WARRANTIES OF ANY KIND.
No developer or entity involved in creating this software will be liable for any claims or damages whatsoever associated with your use, inability to use, or your interaction with other users of the code, including any direct, indirect, incidental, special, exemplary, punitive or consequential damages, or loss of profits, cryptocurrencies, tokens, or anything else of value.