cross-posted from: https://lemmy.world/post/21023181

Sharing some lessons I learned from 10 years/millions of users in production. I’ll be in the comments if anyone has any questions!

I hope some of the lessons in this series help people learn to adopt Linux directly into their stack as a simple tool that can be managed easily on a server.

  • Possibly linux
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 day ago

    The problem is all the solutions. Just make some automation that is predicable and automated. You can use automation to build the container and then run tests on it. If the tests pass you can do a gradual roll out. All of this can be simple automations that are either Ansible playbooks or bash scripts.