From c3cc6fc1c6dc56013c3a0cce05fc4feb1813d0fa Mon Sep 17 00:00:00 2001 From: basebuilder Date: Wed, 21 Feb 2024 16:10:36 +0100 Subject: [PATCH] add Stackspin Comparison --- docs/intro/comparisons.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/intro/comparisons.md b/docs/intro/comparisons.md index 34903a8..6fdc807 100644 --- a/docs/intro/comparisons.md +++ b/docs/intro/comparisons.md @@ -119,3 +119,22 @@ Here is a short overview of the pros/cons we see, in relation to our goals and n - 👎 Array of sysadmin skills required to install and maintain apps. - 👎 Hard to share configurations into the commons. - 👎 No idea who has done what change when. + + +### Stackspin + +#### Pros + +- 👍 Easy instructions to install & upgrade multiple tightly integrated apps. +- 👍 Offers a unified SSO user experience. +- 👍 Offers tightly integrated logging, monitoring, and maintenance. +- 👍 Has a strong focus and attention to security. + +#### Cons + +- 👎 Upstream libre software communities aren't involved in packaging. +- 👎 It is not designed to be a general specification. +- 👎 Hard to share configurations into the commons. +- 👎 Significantly limited library of eight apps. +- 👎 Additional apps are treated as "External Apps" with only OAuth2/OpenID integration. +- 👎 Requires a Kubernetes cluster.