kbrew
kbrew copied to clipboard
kbrew is homebrew for Kubernetes
For the stacks that kbrew hosts, it would be good to calculate the time for an install (Associated with cloud, K8S version etc.) so that we can use this data...
kbrew should support overriding default namespace with `--namespace`. From the implementation side, we can use go templates/placeholders `{{ .Namespace }}` in recipes instead of hardcoded values and render it at...
Sometimes some common events happen when installing a software such as not being able to attach disks: ``` Unable to attach or mount volumes: unmounted volumes=[kafka-data-0], unattached volumes=[client-ks-files server-ks-files extensions...
Right now kbrew search gives a basic list of all formulas: ``` $ kbrew search Available recipes: cert-manager kafka-operator kube-prometheus-stack ``` It would be nice to have some more details...
Need a way to modularize prerequisites checks. Right now, the only way to support writing scripts is kind of repeating. Need to explore if we can use Preflight from troubleshoot...
Currently, our kbrew recipe installation has support for a particular version of the operator based on what is written on the recipe YAML. example current installation process `kbrew install kafka-operator`...
# 60 Second pitch To build [homebrew](https://docs.brew.sh/) for Kubernetes clusters that can easily install & manage applications and stacks running on Kubernetes easily and without knowing all underlying details #...
Currently, if kbrew helm app install with `kbrew install `, internally we install helm chart with the name same as app name. E.g `kbrew install zookeeper-operator` installs zookeeper-operator chart with...
A user should be able to dump all the packages installed in a namespace or entire cluster - which gives him a file that can be reused for installing the...