|
|
|
|
|
by orange222
2780 days ago
|
|
Scenario #1: Installing kubernetes, helm and then installing your app 1. Spend maybe 2-3 full days install kubernetes, helm 2. Spend maybe 3-4 hours installing your app through helm because you're new to installing things in kubernetes. 3. The next app that you want to install on your server is only 20 minutes away, now that you understand how kube and helm work. Scenario #2: 1. Install app directly on server, hunt down dependencies and other weird things, probably takes 1 day at least, to do the whole installation. 2. The next app that you want to install will take the same amount of time again. I'd go with Scenario #1 as it is more scalable if I want to install more apps on my server. |
|
I've found using docker-compose is a nice way to do basic orchestration for "self-hosted" type apps.