beiboot
beiboot copied to clipboard
Getdeck Beiboot is a Kubernetes-in-Kubernetes solution :rocket: It allows creating multiple logical Kubernetes environments within one :arrow_right: physical host cluster.
I ran into a weird issue yesterday - it seems like currently it's impossible to create a shelf from a cluster that was itself created from a shelf that has...
beibootctl version: 1.4.0 OS: Amazon Linux 2 The dependencies compiled into the binary can't be fulfilled. See attached logs. This makes the tool unusable on older OS versions like Amazon...
Running beibootctl in CI (tested in Github Actions) results in broken output that looks something like this:  Without looking into this further, it seems like the error is related...
I get an empty "kubernetes version" (`k8sVersion`) within the beiboot object instance after creating an Beiboot cluster using the API when providing no version at all and when providing a...
The following use-case: - Host cluster runs some vital services centralized (with prod parity) - Beiboot cluster runs apps that consume these centralized services (or only an excerpt of the...
Some API functions are only possible using the cluster name. Sometimes this requires multiple interactions from the beiboot-api to implement basic user based functionality (which is implemented based on labels)...
It seems to be a leftover from a try to reduce the amount of actions that are run. Maybe it messes with the Codecov reports, see PR https://github.com/Getdeck/beiboot/pull/75, where the...
It might be nice to use the actual cluster name in the kubeconfig. Currently we just use "default" for all clusters, which gives no indication if somebody is unsure about...
The generated kubeconfig is group- and world-readable, which is deemed insecure. We should restrict the permissions.