Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
update diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
LilShah committed Mar 25, 2022
1 parent f302281 commit 98cd300
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
Binary file modified content/sre/tronador/images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 13 additions & 9 deletions content/sre/tronador/images/workflow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,27 @@ participant Image Registry
participant GitOps Repo
participant Argo
participant K8s Cluster
participant K8s Build
participant Tronador
participant Helm Controller
participant Tenant Operator
participant K8s Preview

Developer->Code Repo: git push
Developer->Code Repo: create pull request
Code Repo->Tekton: SCM event
Tekton->Image Registry: upload\nsnapshot image
note over Tekton: create EP CR
Tekton->GitOps Repo: push EP CR
note over GitOps Repo,Argo,K8s Cluster: <- sync EP CR ->
Argo->GitOps Repo: git pull
Argo->K8s Cluster: sync
Tronador->K8s Cluster: watch EP
Tronador->+K8s Cluster: create\nPR namespace
Tronador->K8s Cluster: create\nhelm release
Helm Controller->K8s Cluster: watch helm\nrelease
Helm Controller->K8s Cluster: create deployment
Tenant Operator->K8s Cluster: sync image registry secrets
Image Registry->K8s Cluster: pull application snapshot image
note over K8s Cluster: environment provisioning\n completed

Tronador->+K8s Preview: create PR namespace
Tronador->K8s Preview: create helm release
Helm Controller->K8s Preview: watch helm release
K8s Build->K8s Preview: sync git secrets
Code Repo->K8s Preview: pull helm chart
Helm Controller->K8s Preview: create deployment
Tenant Operator->K8s Preview: sync image\nregistry secrets
Image Registry->K8s Preview: pull application snapshot image
note over K8s Preview: environment provisioning\n completed

0 comments on commit 98cd300

Please sign in to comment.