cloud-ark / kubeplus

Kubernetes Operator for multi-instance multi-tenancy
https://cloudark.io/
Apache License 2.0
654 stars 78 forks source link

Ability to deploy applications in an already created Namespace #1279

Closed devdattakulkarni closed 1 month ago

devdattakulkarni commented 4 months ago

KubePlus creates a Namespace to deploy the application instance. There can be scenarios where a Namespace is created first and the application is deployed later in that Namespace.

We should evaluate how to support such scenarios in KubePlus.

devdattakulkarni commented 1 month ago

This requirement goes against the basic premise of KubePlus - that it will create applications in separate namespaces (including the creation of the namespaces). We should not consider this requirement unless there is a compelling argument for this need.