Source: medium.com

Making a DevOps Strategy

Category: Software, Business, Security, Data, Infrastructure, Jenkins, encryption, gitlab

DevOps is a deployment process that helps automate a lot of processes that used to take a team hours to days to get through. When you are trying to get that process going, you need to know that everyone is on-board or else it won’t work.

It takes everyone’s approval or else you’ll end up with a few people who still do manual deploys to production.

You have to consider the big picture goals and the repetitive tasks that are currently in place before you start making suggestions for how the process should flow.

Once you get ready to deploy your code to production though, you need to make sure that all of your secrets are correct and encrypted, your data is correct, and there aren’t any patches left for you or any of the other teams to make.

Related Articles