We need an installer script that prompts for everything required and builds up and out a service on an IaaS. Can we use buildpacks w/ Python? Perhaps we could build something that takes the code, creates a buildpack container with it, and then scripts the deployment of that container onto an IaaS of choice? Whose coordinates and credentials we'd supply to the script? Later, that IaaS would be K8s somewhere. This thing should connect to Rabbit, it should be able to connect S3, etc.
We need an installer script that prompts for everything required and builds up and out a service on an IaaS. Can we use buildpacks w/ Python? Perhaps we could build something that takes the code, creates a buildpack container with it, and then scripts the deployment of that container onto an IaaS of choice? Whose coordinates and credentials we'd supply to the script? Later, that IaaS would be K8s somewhere. This thing should connect to Rabbit, it should be able to connect S3, etc.