Welcome to Kubernetes Tools, a collection of web tools that could be handy when working with Kubernetes. Visit the main site at https://kubetools.eryalito.dev.
The current tools available are:
- Kubeconfig Generator: A tool to create kubeconfigs.
- Secret Explorer: Explore secrets data values.
To run the project locally, you need to have Node.js installed on your machine. If you don't have it installed, you can download it from here.
After installing Node.js, you can clone the repository and run the following commands in the project directory:
npm installand
npm startOpen http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.