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.
- Host: GitHub
- URL: https://github.com/lakshay2395/kubernitify
- Owner: lakshay2395
- License: mit
- Created: 2019-02-23T14:43:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T12:45:19.000Z (over 6 years ago)
- Last Synced: 2025-02-17T05:41:21.647Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```