gpatmore / devops-101

A repo for people wanting to learn more about DevOps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devops-101

Definitions

Frameworks

  • DevOps Bookmarks - There are new awesome tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all those.

Lists

Misc

Communities

Technology

Interactive "Playgrounds" in your browser: https://www.katacoda.com/

Docker

https://www.katacoda.com/courses/docker/

Cloud

https://infrastructure.aws/

https://www.awsgeek.com/

https://docs.microsoft.com/en-us/azure/architecture/aws-professional/ - This article helps Amazon Web Services (AWS) experts understand the basics of Microsoft Azure accounts, platform, and services. It also covers key similarities and differences between the AWS and Azure platforms.

Markdown

https://guides.github.com/features/mastering-markdown/

Git

Cheatsheets:

Branching:

Choosing a branching strategy will be something personal to your team and tailored your team's maturity.

Consdier: trunk based dev > github flow > gitlab flow > anything else

Other info:

Ansible

Interactive "Playground" in your browser: https://www.katacoda.com/courses/ansible/

https://docs.google.com/presentation/d/1jIsDHf-5M1w_KWAyU_R5Uv-iHwvRntUb4cC3yBW3_ME/ - Ansible 101 Presentation

http://docs.ansible.com/ansible/latest/index.html - Ansible Documentation http://docs.ansible.com/ansible/latest/modules_by_category.html - Module categories http://docs.ansible.com/ansible/latest/list_of_all_modules.html - All Ansible Modules http://docs.ansible.com/ansible/latest/YAMLSyntax.html - YAML Syntax ... read this a few times, it'll come in handy http://docs.ansible.com/ansible/latest/playbooks.html - Ansible Playbooks

https://zaiste.net/posts/ansible_101/ - A nice 5 minute hands-on intro to Ansible

https://medium.com/@denot/ansible-101-d6dc9f86df0a - 10 Min Ansible overview/intro

https://gist.github.com/andreicristianpetcu/b892338de279af9dac067891579cad7d - Ansible cheatsheet, a great reference point for just about any bit of Ansible code you'd need to write

https://www.ansible.com/blog/ansible-best-practices-essentials - Best practices

https://serversforhackers.com/c/an-ansible2-tutorial - Detailed Ansible tutorial with explaination and code.

https://gist.github.com/phred/2897937 - pedantically commented playbook

About

A repo for people wanting to learn more about DevOps.