Skip to content

Commit 9e152fc

Browse files
committed
cncf devops guide
1 parent 4f13b13 commit 9e152fc

File tree

22 files changed

+56
-23
lines changed

22 files changed

+56
-23
lines changed

Cloud_providers/Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Cloud Providers
2+
3+
- AWS
4+
- GCP
5+
- Azure
6+
- Digital Ocean

DevOps/CNCF.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CNCF DevOps
2+
3+
4+
5+
![](./../img/CNCF_TrailMap_latest.png)
6+
7+
![](../img/cncf_serverless.png)
8+
9+
![](../img/cncf_landscape.png)

devops.md renamed to DevOps/README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# DevOps Guide Topic Wise:
1+
## DevOps Guide Topic Wise:
22

3-
4-
## 1 Programming Language
3+
### 1 Programming Language
54

65
- Python : Scripting for web
76
- Shell : Scripting for servers
@@ -11,7 +10,7 @@
1110
- Markdown : For documentation
1211

1312

14-
## 2 OS-Concepts
13+
### 2 OS-Concepts
1514

1615
- Process Management
1716
- Threads and Concurrency
@@ -25,7 +24,7 @@
2524
- File Systems
2625
- Scheduling
2726

28-
## 3 Maintaining Servers
27+
### 3 Maintaining Servers
2928
- Networking Concepts
3029
- Security Concepts - OWASP-Top 10
3130
- Protocols
@@ -43,7 +42,7 @@
4342
- Node.js
4443

4544

46-
## 4 Terminal Commands
45+
### 4 Terminal Commands
4746

4847
- Text Manipulation
4948
- Process Monitoring
@@ -56,7 +55,7 @@
5655
- Docker CLI
5756
- Cloud CLIs
5857

59-
## 5 Infrastructure as Code
58+
### 5 Infrastructure as Code
6059

6160
- CI/CD
6261
- Travis CI
@@ -92,21 +91,21 @@
9291
- Redhat Ansible
9392
- Azure Automation
9493

95-
## 7 Infrastructure Monitoring
94+
### 7 Infrastructure Monitoring
9695

9796
- Prometheus
9897
- Grafana
9998
- Nagios
10099
- Zabbix
101100

102-
## 6 Application Monitoring
101+
### 6 Application Monitoring
103102

104103
- Jaegar
105104
- New Relic
106105
- Open Tracing
107106
- Traceview
108107

109-
## 8 Cloud Providers
108+
### 8 Cloud Providers
110109

111110
- Amazon AWS
112111
- Google GCP
@@ -115,15 +114,17 @@
115114
- Linode
116115
- Vultr
117116

118-
## 9 Log Management
117+
### 9 Log Management
119118

120119
- Elastic Stack
121120
- Graylog
122121
- Splunk
123122
- Papertrail
124123

125-
## 10 Version Control
124+
### 10 Version Control
126125

127126
- Github
128127
- Bitbucket
129-
- Mercurial
128+
- Mercurial
129+
130+
***************

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![GitHub last commit](https://img.shields.io/github/last-commit/Tikam02/DevOps_Cheatsheet?style=for-the-badge) ![Devops](https://img.shields.io/badge/Development-Operations-blue?style=for-the-badge) ![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/devops?style=for-the-badge) ![GitHub contributors](https://img.shields.io/github/contributors/Tikam02/DevOps-Guide?style=for-the-badge)
66

7-
<p>
7+
<!-- <p>
88
<a href="https://triplebyte.com/a/UEmYALe/d">
99
<b>Looking for a job?</b>
1010
<br>
@@ -15,23 +15,22 @@
1515
<img src="https://github.com/Tikam02/DevOps-Guide/blob/master/img/logo/Triplebyte_Logo_Default.png" width="500" hieght="400" alt="Tripblebyte" align="middle">
1616
</div>
1717
</a>
18-
<!-- <sub><i>Clicking this helps fund the DevOps Guide project</i></sub> -->
1918
</p>
2019
21-
20+
-->
2221

2322
*******************
2423

2524

2625
<center>
2726
<table>
2827
<tr>
29-
<td align="center"><a href="./Docker"><img src="img/docker.png" width="75px;" height="75px;" alt="Docker"/><br/><b>Docker</b></a><br /><sub><a href="./Docker/docker-concepts.md">Docker Concepts</a></sub><br><sub><a href="./Docker/docker-notes.md">Docker Notes</a></sub><br><sub><a href="./Docker">Docker Tutorial</a></sub></td>
30-
<td align="center"><a href="./kubernetes"><img src="img/logo/kubernetes.png" width="75px;" height="75px;" alt="kubernetes"/><br /><b>Kubernetes</b></a><br /><sub><a href="./kubernetes/kuber-concepts.md">Kubernetes Concepts</a></sub><br><sub><a href="./kubernetes/kubernetes-commands.md">Kubernetes Commands</a></sub></td>
31-
<td align="center"><a href="./IaC/Prometheus"><img src="img/logo/prometheus.png" width="75px;" height="75px;" alt="Prometheus"/><br /><b>Prometheus</b></a><br /><sub><a href="./IaC/Prometheus/prometheus-concepts.md">Prometheus Concepts</a></sub><br><sub><a href="./IaC/Prometheus/prometheus-tutorials.md">Prometheus Tutorial</a></sub></td>
28+
<td align="center"><a href="./Container-orchestration/Docker"><img src="img/docker.png" width="75px;" height="75px;" alt="Docker"/><br/><b>Docker</b></a><br /><sub><a href="./Docker/docker-concepts.md">Docker Concepts</a></sub><br><sub><a href="./Container-orchestration/Docker/docker-notes.md">Docker Notes</a></sub><br><sub><a href="./Container-orchestration/Docker">Docker Tutorial</a></sub></td>
29+
<td align="center"><a href="./Container-orchestration/kubernetes"><img src="img/logo/kubernetes.png" width="75px;" height="75px;" alt="kubernetes"/><br /><b>Kubernetes</b></a><br /><sub><a href="./Container-orchestration/kubernetes/kuber-concepts.md">Kubernetes Concepts</a></sub><br><sub><a href="./Container-orchestration/kubernetes/kubernetes-commands.md">Kubernetes Commands</a></sub></td>
30+
<td align="center"><a href="./observability/Prometheus"><img src="img/logo/prometheus.png" width="75px;" height="75px;" alt="Prometheus"/><br /><b>Prometheus</b></a><br /><sub><a href="./observability/Prometheus/prometheus-concepts.md">Prometheus Concepts</a></sub><br><sub><a href="./observability/Prometheus/prometheus-tutorials.md">Prometheus Tutorial</a></sub></td>
3231
<td align="center"><a href="./CI-CD/git"><img src="img/logo/git.png" width="90px;" height="75px;" alt="Git"/><br /><b>Git</b></a><br/><sub><a href="./CI-CD/git">Git concepts</a></sub><br><sub><a href="./CI-CD/git/git-advanced.md">Git Advanced</a></sub></td>
33-
<td align="center"><a href="./IaC/Ansible"><img src="img/logo/ansible.png" width="70px;" height="75px;" alt="Ansible"/><br /><b>Ansible</b></a><br /><sub><a href="./IaC/Ansible/ansible-concepts.md"> Ansible Concepts</a></sub><br><sub><a href="./IaC/Ansible/ansible-tutorials.md"> Ansible Tutorials</a></sub></td>
34-
<td align="center"><a href="./IaC/Terraform"><img src="img/logo/terraform.png" width="65px;" height="75px;" alt="Terraform"/><br /><b>Terraform </b></a><br /><sub><a href="./IaC/Terraform/terraform-concepts.md">Terraform Concepts</a></sub><br><sub><a href="./IaC/Terraform/terraform-tutorials.md"> Terraform Tutorials</a></sub></td>
32+
<td align="center"><a href="./Infrastructure-provisioning/Ansible"><img src="img/logo/ansible.png" width="70px;" height="75px;" alt="Ansible"/><br /><b>Ansible</b></a><br /><sub><a href="./Infrastructure-provisioning/Ansible/ansible-concepts.md"> Ansible Concepts</a></sub><br><sub><a href="./Infrastructure-provisioning/Ansible/ansible-tutorials.md"> Ansible Tutorials</a></sub></td>
33+
<td align="center"><a href="./Infrastructure-provisioning/Terraform"><img src="img/logo/terraform.png" width="65px;" height="75px;" alt="Terraform"/><br /><b>Terraform </b></a><br /><sub><a href="./Infrastructure-provisioning/Terraform/terraform-concepts.md">Terraform Concepts</a></sub><br><sub><a href="./Infrastructure-provisioning/Terraform/terraform-tutorials.md"> Terraform Tutorials</a></sub></td>
3534
<td align="center"><a href="./CI-CD/jenkins"><img src="img/logo/jenkins.png" width="100x;" height="75px;" alt="Jenkins"/><br /><b>Jenkins</b></a><br /><sub><a href="./CI-CD/jenkins/jenkins-concepts.md">Jenkins Concepts</a></sub><br><sub><a href="./CI-CD/jenkins/jenkins-tutorials.md">Jenkins Tutorials</a></sub></td>
3635
</tr>
3736

@@ -48,8 +47,8 @@
4847
<td align="center"><a href="./Books"><img src="img/logo/books.png" width="80x;" height="75px;" alt="Books"/><br /><b>Books</b></a><br /><sub></td>
4948
<td align="center"><a href="./Interview"><img src="img/logo/interview.png" width="80x;" height="75px;" alt="Interview"/><br /><b>Interview </b></a><br /><sub><a href="./Interview/Dev-ops-Interview.md">Interview Questions</a></sub></td>
5049
<td align="center"><a href="./CI-CD/GitlabCi"><img src="img/logo/gitlab.png" width="80x;" height="75px;" alt="Gitlab"/><br /><b>Gitlab</b></a><br /><sub><a href="./CI-CD/GitlabCi/gitlab-concepts.md">Gitlab Concepts</a></sub><br><sub><a href="./CI-CD/GitlabCi/gitlab-commands.md">Gitlab Commands</a></sub></td>
51-
<td align="center"><a href="./IaC/Puppet"><img src="img/logo/puppet.png" width="100x;" height="75px;" alt="Puppet"/><br /><b>Puppet</b></a><br /><sub><a href="./IaC/Puppet/puppet-concepts.md">Puppet Concepts</a></sub><br><sub><a href="./IaC/Puppet/puppet-commands.md">Puppet Commands</a></sub></td>
52-
<td align="center"><a href="./IaC/Chef"><img src="img/logo/chef.jpg" width="80x;" height="75px;" alt="Chef"/><br /><b>Chef</b></a><br /><sub><a href="./IaC/Chef/chef-concepts.md">Chef Concepts</a></sub><br><sub><a href="./IaC/Chef/chef-commands.md">Chef Commands</a></sub></td>
50+
<td align="center"><a href="./Infrastructure-provisioning/Puppet"><img src="img/logo/puppet.png" width="100x;" height="75px;" alt="Puppet"/><br /><b>Puppet</b></a><br /><sub><a href="./Infrastructure-provisioning/Puppet/puppet-concepts.md">Puppet Concepts</a></sub><br><sub><a href="./Infrastructure-provisioning/Puppet/puppet-commands.md">Puppet Commands</a></sub></td>
51+
<td align="center"><a href="./Infrastructure-provisioning/Chef"><img src="img/logo/chef.jpg" width="80x;" height="75px;" alt="Chef"/><br /><b>Chef</b></a><br /><sub><a href="./Infrastructure-provisioning/Chef/chef-concepts.md">Chef Concepts</a></sub><br><sub><a href="./Infrastructure-provisioning/Chef/chef-commands.md">Chef Commands</a></sub></td>
5352

5453
</tr>
5554

img/CNCF_TrailMap_latest.png

4.95 MB
Loading

img/cncf_landscape.png

6.16 MB
Loading

img/cncf_serverless.png

1.39 MB
Loading

observability/Datadog/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Datadog

observability/Fluentd/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fluentd

observability/Grafana/Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Grafana

0 commit comments

Comments
 (0)