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