Add consul, vault, boundary and improve sections

This commit is contained in:
Marcelo Boeira
2021-05-23 17:42:19 +02:00
parent 9dc392263f
commit 23ed8a7086
4 changed files with 27 additions and 8 deletions

View File

@@ -108,10 +108,6 @@ graph TD
CfgMgt --> Puppet
CfgMgt --> Ansible
CfgMgt --> Chef
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
Prov --> CDK[Cloud Formation Development Kit]
Prov --> PK[Packer]
IaC --> Orc[Orchestration]
Orc --> ECS[Elastic Container Service]
Orc --> K8S[Kubernetes]
@@ -119,6 +115,15 @@ graph TD
Orc --> Nomad
Orc --> SerM[ServiceMesh]
SerM --> IsT[Istio]
IaC --> Prov[Provisioning]
Prov --> TF[Terraform]
Prov --> CDK[Cloud Formation Development Kit]
Prov --> PK[Packer]
IaC --> SecM[Secret Management]
SecM --> Vlt[Vaul]
IaC --> SessM[Session Management]
SessM --> Bdry[Boundary]
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> DNS