https://github.com/tuladhar/k8s-issues-explorer
⎈ Kubernetes Production Issues 🔥 Explorer. Based on the work by Vijay2181.
https://github.com/tuladhar/k8s-issues-explorer
issues kubernetes production
Last synced: 3 months ago
JSON representation
⎈ Kubernetes Production Issues 🔥 Explorer. Based on the work by Vijay2181.
- Host: GitHub
- URL: https://github.com/tuladhar/k8s-issues-explorer
- Owner: tuladhar
- Created: 2025-05-14T08:35:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-15T19:37:35.000Z (5 months ago)
- Last Synced: 2025-06-02T02:13:41.577Z (4 months ago)
- Topics: issues, kubernetes, production
- Language: TypeScript
- Homepage: https://k8s-issues.purutuladhar.com/
- Size: 772 KB
- Stars: 46
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Production Issues Explorer
[](https://vercel.com/tuladhars-projects/v0-k8s-issue-website)
[](https://v0.dev/chat/projects/1u09BrRG1jt)> ### 💪 Inspired by an amazing work of [Vijay](https://github.com/vijay2181/k8s-500-prod-issues) — I've ✨ sprinkled a bit of sugar on top with a website to make exploring real-world Kubernetes production issues 🔥 a little more fun 🤩
> https://k8s-issues.purutuladhar.comhttps://github.com/user-attachments/assets/5116538d-b8bc-448e-a2eb-85d3943a3246
## How I built this?
- Used v0 to build the UX with few prompts, see [v0 prompts](prompts/v0.txt)
- Deployed to Vercel directly from v0, with custom domain.
- All scenarios (500 of them) converted to array by prompting Cursor and using Agents to write/run the script, [see the script here](scripts/convertScenarios.js).
- Updated the scenarios [array here](lib/data.ts).
- Replaced logo from unused logo collection of prometheus-operator, [see here](https://github.com/prometheus-operator/prometheus-operator/issues/3389#issuecomment-2879799832). Converted png to svg and placed it in [here](./components/icons.tsx).
- Converted logo to favicon, and uploaded in [apps/](apps/) directory.