kubeplus icon indicating copy to clipboard operation
kubeplus copied to clipboard

Kubernetes Operator to create Kubernetes-native APIs from Helm charts for multi-instance SaaS

Results 39 kubeplus issues
Sort by recently updated
recently updated
newest added

### Problem Description Kubernetes has been deprecating API(s), which will be removed and are no longer available in 1.22. Operators projects using [these APIs](https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22) versions will **not** work on Kubernetes...

``` kubeconfig error:stat /root/.kube/config: no such file or directory Trying inClusterConfig..Server started 2022/02/28 18:11:37 http: TLS handshake error from 10.0.2.15:59316: remote error: tls: bad certificate 2022/02/28 18:11:37 http: TLS handshake...

As of 1.22 version of Kubernetes [1][2], following API related changes need to be made to KubePlus Mutating Webhook Helper 1. Change the admissionregistrationclient to v1 from v1beta1 https://github.com/cloud-ark/kubeplus/blob/master/mutating-webhook-helper/webhook-helper.go#L16 2....

KubePlus's multi-instance multi-tenancy architecture has the following use cases: - application hosting - platform engineering - managed service delivery Here are the next features that will enhance KubePlus for all...

roadmap

Hi guys, Hope you are all well ! I was wondering if you have on your roadmap a payment gateway for deploying wordpress instances on paid basis. It would be...

KubePlus creates a NS to deploy a service instance (Helm release). If the underlying Helm chart contains Namespace definition then that Namespace will be created just as any other object...

The Helm chart should not take Namespace field as input through values.yaml. This is because the Namespace name so entered will be overridden by the NS that KubePlus creates.

Currently,[ the WordPress example steps are defined for Minikube](https://github.com/cloud-ark/kubeplus/blob/master/examples/multitenancy/wordpress/steps.txt). We should add steps for deploying WordPress on GKE. The main change with GKE is that when we create the provider...

provider-kubeconfig supports the following flags: -s, -f, -k The "-s" flag is to be used to pass in the IP address of the API server on which KubePlus is installed....

Consumers can create application instances in a self-service manner using consumer specific kubeconfig that KubePlus creates. It is possible that the application Helm chart defines resources on whom the consumer...

good first issue