Draft
Create production-ready Kubernetes debugging toolbox for AWS EKS#1
Conversation
- Next.js 14 with App Router and TypeScript strict mode - Dark mode UI with Tailwind CSS and lucide-react icons - 10 debugging panels: AWS Identity, AWS Services, DNS Resolver, Network Connectivity, K8s Resources, Node Health, VPC Info, Route53, RBAC, and Pod Debug reference - API routes for AWS (STS/S3/DynamoDB/SecretsManager/SSM/ECR/Route53), Kubernetes (pods/nodes/services/deployments/events/logs/RBAC), DNS resolution, TCP/HTTP/HTTPS network testing, VPC/EC2 metadata - Dockerfile with multi-stage build and standalone output - Helm chart with ClusterRole for read-only K8s access - GitHub Actions CI/CD workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Fix non-existent bg-gray-750 Tailwind class -> bg-gray-700 - Use stable keys (name/id) instead of array indices in dynamic lists - Add explicit permissions to GitHub Actions workflow Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e timeout error Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Jasonrve <20551144+Jasonrve@users.noreply.github.com>
Co-authored-by: Jasonrve <20551144+Jasonrve@users.noreply.github.com>
Co-authored-by: Jasonrve <20551144+Jasonrve@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add production-ready Kubernetes debugging toolbox application
Create production-ready Kubernetes debugging toolbox for AWS EKS
Mar 17, 2026
Task 1: AWS Services panel now accepts ARN per service and action selector with specific operations (ListBuckets, ListObjects, DescribeTable, etc.) Task 2: Sandbox Shell panel provides browser-based terminal with isolated workspace. Commands execute in a temp directory, navigation restricted to sandbox. AWS CLI uses pod identity (IRSA). Task 3: Webhook panel captures and inspects HTTP requests with full payload display. Supports proxy/forward mode (man-in-the-middle) with TLS skip option for outgoing calls. Layout inspired by webhook.site. Agent-Logs-Url: https://github.com/Jasonrve/Workbench/sessions/89d1fcb1-0e76-4c25-8371-b886f72374bf Co-authored-by: Jasonrve <20551144+Jasonrve@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Jasonrve/Workbench/sessions/89d1fcb1-0e76-4c25-8371-b886f72374bf Co-authored-by: Jasonrve <20551144+Jasonrve@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
src/app/api/aws/services/route.tswith ARN & action support (ListBuckets, ListObjects, DescribeTable, Scan, GetSecretValue, etc.)src/components/panels/AWSServicesPanel.tsxwith expandable services, ARN inputs and action dropdownssrc/lib/shellStore.tssession managersrc/app/api/shell/execute/route.tsAPI route with sandbox restrictionsrc/components/panels/SandboxShellPanel.tsxterminal UI with command historyDockerfileto include AWS CLI and networking toolssrc/lib/webhookStore.tsin-memory storesrc/app/api/webhook/endpoint/[id]/route.tscatch-all receiver (all HTTP methods)src/app/api/webhook/endpoints/route.tsendpoint managementsrc/app/api/webhook/requests/route.tsrequest listingsrc/app/api/webhook/proxy/route.tsproxy configsrc/components/panels/WebhookPanel.tsxUI (webhook.site-style layout)src/app/page.tsxto add new panels📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.