containers / podman-desktop

Podman Desktop - A graphical tool for developing on containers and Kubernetes
https://podman-desktop.io
Apache License 2.0
4.4k stars 281 forks source link

Kubernetes Epic: Add rest of essentials: Volumes, Nodes, ConfigMap, Secrets. #7190

Closed cdrage closed 2 weeks ago

cdrage commented 2 months ago

Epic domain

Kubernetes already has: Deployments, Services and Ingresses & Routes.

However, there are a few other "essential" parts that I suggest to be added to get to 90% functionality of a Kubernetes GUI.

IMHO the reason why we include PVC and not Volumes is because Volumes is more of an administrative task (here is nfs storage, here is S3 storage, etc.) for your cluster. While PVC is "requesting" a volume.

These are the most "popular" parts of Kubernetes I believe should be added to cover all "essential" areas.

Additional context

No response

cdrage commented 2 months ago

I have updated this issue with my thoughts with regards to pages.

TLDR; PVC, no volumes. Configmap & Secrets could be on the same page as "Config".