An open API service indexing awesome lists of open source software.

https://github.com/lakshay2395/kubernitify

A minimalistic tool which helps you to quickly dockerize and kubernitify your application with a few prompts.
https://github.com/lakshay2395/kubernitify

Last synced: 2 months ago
JSON representation

A minimalistic tool which helps you to quickly dockerize and kubernitify your application with a few prompts.

Awesome Lists containing this project

README

        

# Kubernitify
A minimalistic tool which helps you to quickly dockerize and kubernitify your application with a few prompts.

# Instructions
* Just place the executable in your project's root directory.

# Pre-requisites :
* github.com/AlecAivazis/survey

# Install dependencies
```
go get -u github.com/AlecAivazis/survey
```

# Generate Executable
`go build -o kubernitify main.go`

# Currently supported platforms
* Java
* Golang
* NodeJS

# Usage
```
kubernitify
-java
-go
-nodejs
-run
```