Skip to content

Instantly share code, notes, and snippets.

@jimblizzard
Last active November 25, 2019 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimblizzard/2e28986bc4e24124d90832b28f10f7d0 to your computer and use it in GitHub Desktop.
Save jimblizzard/2e28986bc4e24124d90832b28f10f7d0 to your computer and use it in GitHub Desktop.

DevOps pipelines and GitHub repos

There are a ton of DevOps best practices regarding people, process and tooling. Blog posts, books, videos, etc. DevOps is all about a transformative journey. It's not just about CI/CD.

Even so, over the weekend I pulled together a list of some best practices for Azure DevOps pipelines and GitHub repos. Some are links to overview info, and some links contain hands on walkthroughs.

You might notice there's a bit of a Kubernetes flavor sprinkled around. That's because I've been spending some time coming up to speed on the subject. There's a lot to learn in that space. Anyway, here's what I have so far:

Protect your code

Infrastructure as code

Automated testing in build / deployment pipelines

Pipelines

Security scan, vulnerability scan

Useful documentation about migrating from Jenkins to Azure Pipelines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment