helm/prow

Name: prow

Owner: The Helm Project

Description: Developer utilities for Helm

Created: 2016-11-17 22:19:15.0

Updated: 2018-03-22 19:28:32.0

Pushed: 2017-01-23 16:14:38.0

Homepage: null

Size: 5

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Prow: Streamlined Kubernetes Development

This project is experimental, and has not hit a stable release point

Prow is a developer tool for creating cloud native applications for Kubernetes.

TL;DR

Start from your source code repository and let Prow transform it for Kubernetes:

 my-app

py
ow new my-app --pack=python
Created ./charts/my-app
Created ./charts/my-app/Dockerfile
Ready to sail

Now start it up!

ow up
Building Dockerfile
Pushing my-app:latest
Deploying to Kubernetes
Ready at 10.21.77.7:8080

That's it! You're now running your Python app in a Kubernetes cluster.

Behind the scenes, Prow is handling the heavy lifting for you:

From there, you can either let Prow continually rebuild your app, or you can manually re-run Prow to update the existing app.

Features

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.