Dev
Dev
I am interested in this topic and can share the insights that we have gained through our customers. We have been focusing on supporting the multi-instance multi-tenancy use-case (soft multi-tenancy)....
> I would also invite you to attend the cooperative delivery wg and/or contribute to the whitepaper from that group. @AlexsJones Will be happy to contribute to the whitepaper. Is...
Here is the PR for Kubernetes multi-tenancy, thanks to [JimBugwadia](https://github.com/JimBugwadia) https://github.com/kubernetes/website/pull/33934
looks good. 👍
Thanks @vnzongzna and @maheswarasunil for the details. For 2 and 3, interesting to note that the Operator is deploying a Pod for each action. So essentially, for every CRUD operation...
@owainlewis 👍 Will look forward to the feedback from your team. Also, I will be happy to squash all the changes in a single commit and sign the contributor agreement...
@jkleinlercher Thanks for your interest. We have gitops support as one of the first things to complete from our list. The exact timeframe is being worked out. How soon do...
This requires understanding of OpenAPI schema, how it is used in Kubernetes, and how KubePlus is generating the OpenAPI schema for the generated CRD. KubePlus specific changes will be in...
For each KubePlus container, we provide a build file. - [webhook-cert-setup](https://github.com/cloud-ark/kubeplus/blob/master/deploy/build-artifact.sh) - [kubeconfiggenerator](https://github.com/cloud-ark/kubeplus/blob/master/deploy/build-artifact-kubeconfiggenerator.sh) - [crd-hook](https://github.com/cloud-ark/kubeplus/blob/master/mutating-webhook/build-artifact.sh) - [platform-operator](https://github.com/cloud-ark/kubeplus/blob/master/platform-operator/build-artifact.sh) - [helmer](https://github.com/cloud-ark/kubeplus/blob/master/platform-operator/helm-pod/build-artifact.sh) - [consumerui](https://github.com/cloud-ark/kubeplus/blob/master/consumerui/build-artifact.sh) Each build file has two options - build 'latest'...
I quickly scanned through that PR and have left one comment. I will go through it more closely over the weekend. Actually we don't have a CI process yet. Currently...