Add operations command related topics

This commit is contained in:
Marcelo Boeira
2019-04-20 13:52:00 +02:00
parent ce7aba2d54
commit dcd230065d
2 changed files with 41 additions and 20 deletions

View File

@@ -34,23 +34,44 @@ graph TD
DoS --> ES[ElasticSearch]
SRE --> OPS[Operations]
OPS --> OS[Operating Systems]
OPS --> IaC[Infrastructure as Code]
IaC --> CfgMgt[Configuration Management]
CfgMgt --> Ppt[Puppet]
CfgMgt --> Ans[Ansible]
CfgMgt --> Che[Chef]
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
IaC --> Orc[Orchestration]
Orc --> Kubernetes
Orc --> Mesos
Orc --> Nomad
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> Socket
NETP --> UDP
NETP --> TCP
TCP --> SSH
TCP --> HTTP
TCP --> SSL[TLS-SSL]
OPS --> OS[Operating Systems]
OPS --> OPSOPS[Operational]
OPSOPS --> Ter[Terminal]
Ter --> Bash
Ter --> PrM[Process Monitoring]
PrM --> ps
PrM --> top
PrM --> htop
PrM --> atop
PrM --> lsof
Ter --> Netw[Network]
Netw --> dig
Netw --> iptables
Netw --> nmap
Netw --> tcpdump
Netw --> ping
Netw --> mtr
Netw --> traceroute
Netw --> airmon
Netw --> airodump
OPS --> IaC[Infrastructure as Code]
IaC --> CfgMgt[Configuration Management]
CfgMgt --> Puppet
CfgMgt --> Ansible
CfgMgt --> Chef
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
IaC --> Orc[Orchestration]
Orc --> K8S[Kubernetes]
Orc --> Mesos
Orc --> Nomad
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> Socket
NETP --> UDP
NETP --> TCP
TCP --> SSH
TCP --> HTTP
TCP --> SSL[TLS-SSL]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 162 KiB