• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle
  • The pro/con has more to do with how you want to run your system and manage changes.

    Containerization is primarily about repeatability and declarative configuration management. If you want to repeat the same configuration with every deployment and/or upgrade, containers are the way to go.

    If you want to tweak and manage the software the way you want it and aren’t concerned with configuration drift, then install it as a service.