Content
@
0 reply
0 recast
0 reaction
Samuel ツ
@samuellhuber.eth
Whats the best Vercel like deployment experience using your own servers? vServers or something like Hetzner Cloud I want to quickly have PoC's up and updated via CI/CD including previews for different branches easy view of console.log() / console.error() output would be a lovely bonus
5 replies
0 recast
8 reactions
Leeward Bound
@leewardbound
K8s deployment makes ci/cd and PR deploys really pretty easy. Some custom glues required (gotta write the CI scripts yourself) but I do it like this in 10+ active codebases right now. Lotta lift to build your own k8s cluster tho (ansible libs are avail), way easier to rent k8s clusters from Linode ($20) or AWS/GKE.
2 replies
0 recast
0 reaction
Leeward Bound
@leewardbound
Here's how we do it in gitlab CI - https://github.com/boundcorp/cookiecutter-django-boundcorp/blob/main/%7B%7Bcookiecutter.ci_project_name%7D%7D/.gitlab-ci.yml https://github.com/boundcorp/cookiecutter-django-boundcorp/blob/main/%7B%7Bcookiecutter.ci_project_name%7D%7D/bin/helm-deploy
1 reply
0 recast
0 reaction
Samuel ツ
@samuellhuber.eth
To bootstrap the K8s and manage it do you use any ansible scripts? Need to spend a weekend I guess and try it
3 replies
0 recast
1 reaction