To install the KubeBrew CLI, use the command npm i -g kubebrew
. It will automatically installed in your system.
Once installed, you can use the KubeBrew CLI command.
Note If you are getting an error like
command not found: kubebrew
, then you need to install latest node version.
- Easy to create config files.
- Supported languges for Dockerfile are Go, Java, node, Python
- Kubernetes supported config files like Pod, Deployment, Service.
- npm package
- Options based CLI tool.
- No need to remember flags and arguments.
- More comming soon..
- Install nodejs on your system.
- Install latest version of
npm
by the commandnpm i -g npm
. - Install KubeBrew by using the command
npm i -g kubebrew
.
kubebrew
? Please select the DevOps platform (Use arrow keys)
> Docker
Kubernetes
Exit
kubebrew
? Please select the DevOps platform Docker
? Please select the language (Use arrow keys)
> Go
Java
Node
Python
Exit
Eg GO
option will create a Dockerfile
for golang
kubebrew
? Please select the DevOps platform Kubernetes
? Please select the configuartion file type (Use arrow keys)
> Pod
Deployment
Service
Exit
Eg Pod
option will create Pod.yml
configuartion file
This project is licensed under the Apache-2.0 license - see the LICENSE file for details.
If you discover a security vulnerability within this project, please check the SECURITY for more information.
Don't forget to leave a star ⭐️.