Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions docs/infrastructure/02-getting-started/basic-knowledge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,16 @@ Everything regarding the deployment of apps and services is divided into two rep

```mermaid
flowchart TD
subgraph Github
tf([**terraform**])
cd([**polinetwork-cd**])
end
subgraph Azure
vm[VMs and other resources]
subgraph k8s[K8S cluster]
argocd[ArgoCD]
app@{ shape: processes, label: "Apps / Services" }
ArgoCD -.-> app[Apps and Services]
end
vm[VMs and other resources] <--> k8s
end

tf([*polinetworkorg*/**terraform**]) -.-> Azure
cd([*polinetworkorg*/**polinetwork-cd**]) <-.-> ArgoCD
tf -.-> vm
tf -.-> k8s
vm <--> k8s
cd <-.-> argocd --> app
```

### **Terraform: Definition and Purpose**
Expand Down
Loading