repository
0.0.0-20210621123206-b7cbecd508ba
Repository: https://github.com/jimmykarily/tinypaas.git
Documentation: pkg.go.dev
# README
This is a project which allows developers to deploy applications on Kubernetes using simple git push
.
Disclaimer: This is not supposed to be used in production. It's just a PoC created as part of a hackday. Use it as inspiration only!
How
There is no real magic in it. Here is the flow:
- User creates a new application with the
tinypaas create
command - kpack creates a docker image for this application
- Eirini creates a statefulset for with the created image.
- Our Kubernetes controller updates an Ingress resource to give a nice url to the application.
tinypaas list
command gives you the created url for your application