kubedirector
kubedirector copied to clipboard
Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
Hi Team, How can I adjust the kd-JSON file config, if my Image does not have bash but only sh? Error Message `OCI runtime exec failed: exec failed: container_linux.go:349: starting...
We should support a boolean "switch" in the kdcluster spec that can be used to pause/stop the kdcluster. The effect of stopping would be: * all role statefulsets scaled down...
Part of issue https://github.com/bluek8s/kubedirector/issues/588. It's very likely that an image change will require a corresponding app config package change. So far the live-app upgrade testing has been 1) with kdapps...
Explain how it works to serve a couple of perspectives: * The kdapp developer ... how to they implement upgrade and rollback logic. * The kdcluster user ... how do...
By using Istio service mesh, it is possible to link multiple K8s clusters through the service mesh. One good use case is to run jupyter notebook in one K8s Cluster...
Part of issue https://github.com/bluek8s/kubedirector/issues/588 ; related to issue #617. It's quite possible that an upgrade will change some things about the kdapp (including the config package) but NOT change the...
Currently if a pod is unresponsive, some other user/client may have to explicitly issue a pod delete to reboot it. This is standard practice for statefulset pods and there are...
Part of issue #588. If you trigger an upgrade, then immediately trigger a rollback, I'm concerned about some possible race conditions in the pod statuses and notifications. handleCreatingMembers will assume...