Examples? #103
Replies: 2 comments 11 replies
-
I am more than happy to help. There are 2 strategies to deploy your code: git (with the build packs) and docker (prebuilt images) Git strategy:
Here is a plain Python example with docker-compose to explain those 3 steps. Kubero uses the same technique with deployments and pods. This git strategy is very fast. But it does not scale very well and becomes more inefficient with every additional container. Docker(prebuilt) strategy; |
Beta Was this translation helpful? Give feedback.
-
Back to the git strategy: You can extend or replace them in your running kubero config (modify configmap, restart kubero UI container) |
Beta Was this translation helpful? Give feedback.
-
This project may be what I've been looking for, but ... there don't seem to be any examples for the various buildpacks.
Can we get a Python one posted? I'm happy to help build a repo for this, but honestly don't know what is required for Kubero to work ?
Any help is appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions