Dev
Dev
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...
We have observed that the following sequence of events is possible: - Create ResourceComposition instance -> This leads to the creation of the application CRD - KubePlus Pod gets deleted...
KubePlus generates OpenAPI schema from values.yaml of the helm chart when registering the CRD. Right now we are ignoring the comments in the values.yaml. Because of this when we use...
It is possible that a cluster may have more than one Custom Resources. Each Custom Resource instance will evolve independently. However, we need a way to conceptually tie together different...
We should support all the abstractions and elements that are available in Kubernetes system (Services, ReplicationControllers, etc.) as part of application definition. Currently only Pods are supported.
We need a sample application that uses DynamoDB in its environment definition. https://github.com/cloud-ark/cloudark-samples
Currently we support following resources in environment definition: RDS, DynamoDB. We should add support for S3 similar to above two resources.