This is a simple React project bootstrapped with Vite. Use this project to learn and experiment with Kubernetes locally.
- Install dependencies:
npm install
- Start the development server:
npm run dev
Kubernetes has been integrated into this project.
- All Kubernetes manifests and documentation are located in the
kubernetes-files/directory. - See
kubernetes-files/README.mdfor details on each manifest and best practices.