kubedirector
kubedirector copied to clipboard
Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
KD generates a host cert (and a CA cert to sign it) in order to run its webhook. The host cert expires first, in one year (CA cert is 10...
KubeDirector has a high level of privilege, and as a kdcluster creator/editor you can ask it to do lots of things, including getting information and/or contents from other resources like...
I need to make sure that our new upgrade-related startscript notifications are included in kdapp eventlist specifications, i.e. an app can opt out of receiving them. In the process I...
Part of issue #588. Now that everything is in the live-app-upgrade branch there's some massaging probably needed in the validation code. First there's the validation for triggering an upgrade or...
This will be an omnibus issue referenced by any task that is part of the first/minimal release of the "live app upgrade" feature (issue #229) being developed on the live-app-upgrade...
This would be one of the most useful & impressive features we could add in the near term. App upgrade could be driven by an edit to an existing KubeDirectorApp...
Probably depends on issue #10 and perhaps issue #35.
This is a sequel to the work done for issue https://github.com/bluek8s/kubedirector/issues/562. Various sources have requested a "dry run" mode of kdcluster spec creation/update, where KD will reject the creation/update if...
kdcluster pod containers are allowed to run as root because most of them are acting as "virtual Linux hosts" and need to e.g. run init as the entrypoint command to...
This is a sequel to the work done for issue #562. A pod might be blocked from coming up if the image pull is taking a long time, or the...