Skip to content

Commit 7ddc2ad

Browse files
docs: better getting-started graph (#27)
* docs: better getting-started graph * fix: broken links
1 parent 6042886 commit 7ddc2ad

File tree

1 file changed

+10
-4
lines changed
  • docs/infrastructure/02-getting-started/basic-knowledge

1 file changed

+10
-4
lines changed

docs/infrastructure/02-getting-started/basic-knowledge/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,22 @@ Everything regarding the deployment of apps and services is divided into two rep
1414

1515
```mermaid
1616
flowchart TD
17+
subgraph Github
18+
tf([**terraform**])
19+
cd([**polinetwork-cd**])
20+
end
1721
subgraph Azure
22+
vm[VMs and other resources]
1823
subgraph k8s[K8S cluster]
19-
ArgoCD -.-> app[Apps and Services]
24+
argocd[ArgoCD]
25+
app@{ shape: processes, label: "Apps / Services" }
2026
end
21-
vm[VMs and other resources] <--> k8s
2227
end
23-
tf([*polinetworkorg*/**terraform**]) -.-> Azure
24-
cd([*polinetworkorg*/**polinetwork-cd**]) <-.-> ArgoCD
28+
2529
tf -.-> vm
2630
tf -.-> k8s
31+
vm <--> k8s
32+
cd <-.-> argocd --> app
2733
```
2834

2935
### **Terraform: Definition and Purpose**

0 commit comments

Comments
 (0)