Simple obsolete notice Consistent with helm/helm-classic, helm/charts-classic Signed-off-by: Scott Rigby scott@r6by.com
Simple obsolete notice
Consistent with helm/helm-classic, helm/charts-classic
Signed-off-by: Scott Rigby scott@r6by.com
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:
$ cd my-app $ ls app.py $ prow new my-app --pack=python --> Created ./charts/my-app --> Created ./charts/my-app/Dockerfile --> Ready to sail
Now start it up!
$ prow 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.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
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:
Now start it up!
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