kubedirector
kubedirector copied to clipboard
Kubernetes Director (aka KubeDirector) for deploying and managing stateful applications on Kubernetes
If the copy to persistent storage fails (likely because of insufficient space), the init container just gets spawned again (and again and again) for another try. This is an annoying...
selectedRoles isn't really useful until we get choice-driven config variation modelling, but we should make sure that it works as expected for now so that things don't break when config...
If a KD cluster is deployed in a namespace with istio mTLS enabled in strict mode, service endpoints created by KD will not be accessible through NodePort. These endpoints will...
It's been a while. This will probably affect issue #370.
I noticed this when trying to launch a cdh5142cm cluster. If the controller member gets its initial startscript invocation done on a reconciliation pass while some worker members are not...
A particular cluster may have a piece of infrastructure used by all (or most) KD clusters that requires using an encrypted secret. The decryption key may not be known by...
In the [wiki](https://github.com/bluek8s/kubedirector/wiki/App-Definition-Authoring-for-KubeDirector) python2 is stated as a pre-req for KD: > Images must have the following utilities installed and available in the standard executables path for the container user:...
E.g. ``` "defaultConfigPackage": { "packageURL": "https://github.com/snowch/kubedirector-centos-ad-ldap/releases/download/refs%2Fheads%2Fmain/appconfig.tgz", "packageSignature": "eeac012d945cffe82f92ba642861e88353b480a768847814d0acae4caea004e849ffd6621ff9445f3dd6158974cdd32abe7e84a6769b6334c8462321b1252768", "packageSignatureAlgorithm": "sha512", }, ```
I am creating some example images for enablement of customers on KD: https://github.com/hpe-container-platform-community/kubedirector-examples The Cassandra reference app would be an excellent example for training users on KubeDirector app image development...
similar to https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts