Open Source Kubernetes Config Generator and Resources visualization

containers devops kubernetes kubernetes-deployment yaml yaml-processor
4 Open Issues Need Help Last updated: Jul 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement persistent storage for user-generated Kubernetes configurations within the Kube Composer application. This likely involves choosing a suitable storage mechanism (e.g., local storage, browser storage, or a server-side database) and integrating it with the application's state management to save and load YAML configurations.

Complexity: 4/5
enhancement good first issue

Open Source Kubernetes Config Generator and Resources visualization

TypeScript
#containers#devops#kubernetes#kubernetes-deployment#yaml#yaml-processor

AI Summary: The issue is that the provided YAML for an Ingress resource uses deprecated fields `serviceName` and `servicePort` within the `paths` section. The task is to update the YAML to use the correct `backend.service.name` and `backend.service.port` structure, resolving the `BadRequest` error from the Kubernetes server.

Complexity: 2/5
bug good first issue

Open Source Kubernetes Config Generator and Resources visualization

TypeScript
#containers#devops#kubernetes#kubernetes-deployment#yaml#yaml-processor

AI Summary: The task is to remove the "Run Locally" and "Watch a Demo" buttons from the self-hosted version of the Kube Composer application. This involves modifying the user interface code to conditionally render these buttons only when the application is not self-hosted.

Complexity: 2/5
enhancement help wanted good first issue

Open Source Kubernetes Config Generator and Resources visualization

TypeScript
#containers#devops#kubernetes#kubernetes-deployment#yaml#yaml-processor

AI Summary: Debug and fix a bug in the Kube Composer application where the annotation input field for Ingresses loses focus after a single character is typed. The bug only affects the left-hand text box. The fix should ensure that the input field retains focus and allows for proper annotation input.

Complexity: 3/5
bug good first issue

Open Source Kubernetes Config Generator and Resources visualization

TypeScript
#containers#devops#kubernetes#kubernetes-deployment#yaml#yaml-processor