v1.0.0 #22
Unanswered
jacobsalmela
asked this question in
Q&A
v1.0.0
#22
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are considerable changes from what the MVP had (in order of impact/size of the change):
folder somewhere that contains:
sampo.sh
,sampo.conf
andscripts/
. Thisdrastically simplifies deployments in both containers and local instances and
provides a nice workflow:
mkdir -p sampo/scripts
cp yourscripts/*.sh sampo/scripts
cp sampo.sh sampo/
cp sampo.conf sampo/
scripts in
scripts/
then updatessampo.conf
to set their endpoints and thescripts that they call. for containers, this can be done by adding them to the
dockerfile, using a volume mount, or config maps in k8s. This should provide a
lot of flexibility for someone with a lot of scripts to dump them in one spot,
configure them, and test them
logging and parity with local deployment
build.sh
now deploys local, docker, or k8s variants (-l
,-d
,-k
)build.sh
now cleans up previous deployments-c
, and runs tests./build -i
since making this three years ago, I have seen the stars on the repo slowly increase. It is surprising to me, but nonetheless, it shows some interest, so I decided to push the mvp to a better state.
If you are using sampo for something, I would like to hear from you on how you are using it and what you would like to see from it.
Thank you for using sampo.
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions