Skip to content

Commit

Permalink
Add more resources
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Oct 27, 2019
1 parent a63d56a commit a3eabaa
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 7 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<td align="center"><a href="jenkins/README.md"><img src="images/jenkins.png" width="80px;" height="85px;" alt="Jenkins"/><br /><b>Jenkins</b></a></td>
<td align="center"><a href="git.md"><img src="images/git.png" width="110px;" height="75px;" alt="Git"/><br /><b>Git</b></a></td>
<td align="center"><a href="ansible.md"><img src="images/ansible.png" width="65px;" height="75px;" alt="Ansible"/><br /><b>Ansible</b></a></td>
<td align="center"><a href="Network.md"><img src="images/network.png" width="80x;" height="75px;" alt="Network"/><br /><b>Network</b></a></td>
<td align="center"><a href="network.md"><img src="images/network.png" width="80x;" height="75px;" alt="Network"/><br /><b>Network</b></a></td>
<td align="center"><a href="linux.md"><img src="images/linux.png" width="75x;" height="75px;" alt="Linux"/><br /><b>Linux</b></a></td>
<td align="center"><a href="terraform.md"><img src="images/terraform.png" width="75px;" height="75px;" alt="Terraform"/><br /><b>Terraform</b></a></td>
<td align="center"><a href="docker.md"><img src="images/docker.png" width="75px;" height="75px;" alt="Docker"/><br /><b>Docker</b></a></td>
Expand Down Expand Up @@ -115,6 +115,20 @@ Name | Comments
:------|:------:
[Reddit DevOps](https://www.reddit.com/r/devops) |

## Other Great Projects

Name | Comments
:------|:------:
[DevOps Wiki](https://github.com/Leo-G/DevopsWiki) |
[System Design Primer](https://github.com/donnemartin/system-design-primer) |
[awesome-sre](https://github.com/dastergon/awesome-sre) |

## Interview Questions

Name | Comments
:------|:------:
[DevOps Interview Questions](https://github.com/bregman-arie/devops-interview-questions) | Personally, I think it's pretty decent :)

## Misc

Name | Description
Expand Down
11 changes: 10 additions & 1 deletion docker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Docker

## Resources
## Articles

Name | Comments
:------ |:--------:
[Docker CheatSheet](https://cheatsheet.dennyzhang.com/cheatsheet-docker-a4) |
[Everything you need to know about containers](https://medium.com/faun/everything-you-need-to-know-about-containers-7655badb4307) |
[A container networking overview](https://jvns.ca/blog/2016/12/22/container-networking) |
[My Docker Cheat Sheet](https://medium.com/statuscode/dockercheatsheet-9730ce03630d) |

## Projects

Name | Comments
:------ |:--------:
[awesome-docker](https://github.com/veggiemonk/awesome-docker) |
7 changes: 7 additions & 0 deletions git.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Git

## Articles

Author | Name | Description
:-------|:------|:------:
Tommi Virtanen | [Git for Computer Scientists](https://eagain.net/articles/git-for-computer-scientists) |
2 changes: 1 addition & 1 deletion jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div align="center"><img src="images/jenkins_map.png"></div><hr/>

## Documantation
## Documentation

Title | Author | Comments
:------ |:------|:------:
Expand Down
7 changes: 7 additions & 0 deletions kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ Name | Comments
[OperatiorHub.io](https://www.operatorhub.io) | Kubernetes native applications
[Kubernetes 101](https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16) | Great beginner article on Kubernetes fundamental concepts
[YAML templates](https://cheatsheet.dennyzhang.com/kubernetes-yaml-templates) |

## Videos


Name | Comments
:------ |:--------:
[The Illustrated Children's Guide to Kubernetes](https://www.youtube.com/watch?v=4ht22ReBjno)
7 changes: 7 additions & 0 deletions linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ Author | Title | Comments
William Shotts | [The Linux Command Line](http://linuxcommand.org/tlcl.php) | Free |
Christopher Negus | [Linux Bible](https://www.wiley.com/en-us/Linux+Bible%2C+9th+Edition-p-9781118999875) | |

## Sites

Name | Comments
:------|:------:
[Linux From Scratch](http://www.linuxfromscratch.org) |
[Operating Systems: Three Easy Pieces](http://pages.cs.wisc.edu/~remzi/OSTEP) |


## Videos

Expand Down
10 changes: 6 additions & 4 deletions monitoring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Nagios - Resources
# Monitoring

Name | Description
:------|:------:
[Getting Started](https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/beginners.html) |
## Articles

Author | Name | Description
:-------|:------|:------:
Nick Craver | [Stack Overflow: How We Do Monitoring - 2018 Edition](https://nickcraver.com/blog/2018/11/29/stack-overflow-how-we-do-monitoring) |

0 comments on commit a3eabaa

Please sign in to comment.