A curated collection of tools for Kubernetes and the cloud native ecosystem, presented in an easy-to-browse web interface.
- Comprehensive Tool Directory: Browse hundreds of tools for Kubernetes and cloud native development
- Categorized Browsing: Filter tools by categories like Cluster Management, Security, Monitoring, and more
- Search Functionality: Quickly find tools based on name or description
- GitHub Integration: View GitHub stars for each project
- Modern UI: Clean and responsive interface for desktop and mobile devices
- Node.js (version 16 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/sangam14/cloudnativetools.git cd cloudnativetools
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
npm run dev
- Start the development servernpm run build
- Build the project for productionnpm run serve
- Serve the production build locally
The collection includes tools for:
- Cluster Management
- Pods Management
- Debugging & Troubleshooting
- Security Tools
- Monitoring & Observability
- Service Mesh
- Auto Scaling
- Development Tools
- Artificial Intelligence
- Continuous Integration & Delivery
- Platform Engineering
- Networking
- And more...
We welcome contributions from the community! Here's how you can contribute:
- Fork the repository
- Edit
src/data/entries.js
and add your tool in the appropriate category:{ title: "Your Tool Name", link: "https://link-to-tool", description: "Brief description of the tool", github: "github-username/repo", // Optional tag: "Category Name" }
- Create a pull request with your changes
- Fork the repository
- Create a new branch for your feature or fix
- Make your changes
- Submit a pull request
- Make sure the tool is relevant to the Kubernetes/cloud native ecosystem
- Provide a concise and accurate description
- Include the appropriate category/tag
- Ensure there are no duplicates
- React
- Tailwind CSS
- Vite
This project is licensed under the MIT License - see the LICENSE file for details.
Star the repo if you find it useful! ⭐