-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import diagrams from cloudogu/gitops-talks@b9d8f10d
Easier to maintain them in this repo
- Loading branch information
1 parent
c9d19a6
commit ca0f913
Showing
17 changed files
with
1,193 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.idea/ | ||
*.iml | ||
*.iws | ||
*.eml | ||
out/ | ||
.DS_Store | ||
.svn | ||
log/*.log | ||
tmp/** | ||
*.swo | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
@startuml | ||
|
||
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml | ||
|
||
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 | ||
!includeurl ICONURL/common.puml | ||
!includeurl ICONURL/devicons/docker.puml | ||
!includeurl ICONURL/devicons/git.puml | ||
!includeurl ICONURL/font-awesome-5/jenkins.puml | ||
!includeurl ICONURL/font-awesome-5/sync.puml | ||
|
||
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master | ||
!includeurl CLOUDOGUURL/tools/k8s.puml | ||
|
||
!define CLOUDOGU_BLUE #23a3dd | ||
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND #777 | ||
|
||
skinparam backgroundcolor TRANSPARENT | ||
skinparam DefaultFontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
|
||
skinparam actorStyle awesome | ||
|
||
together { | ||
actor Developer as user | ||
rectangle "<$git>\nApp Repo" as appRepo | ||
rectangle "<$git>\nConfig Repo" as configRepo | ||
rectangle "<$jenkins>\nCI Server" as ciServer | ||
} | ||
|
||
rectangle "<$k8s>\nK8s Cluster" as k8s { | ||
rectangle "<$sync>\nGitOps\noperator" as operator | ||
} | ||
rectangle "<$docker>\nOCI Registry" as registry | ||
|
||
user -> appRepo : push | ||
appRepo -[hidden]> configRepo | ||
appRepo <-- ciServer : pull | ||
configRepo <-- ciServer : push\nconfig | ||
ciServer -> registry : push image | ||
k8s --> registry : pull image | ||
configRepo <- k8s : pull\nconfig | ||
k8s -> k8s : deploy | ||
|
||
skinparam actor { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
} | ||
|
||
skinparam rectangle { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
FontColor WHITE | ||
backgroundColor<<node>> WHITE | ||
FontColor<<node>> CLOUDOGU_BLUE | ||
} | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
@startuml | ||
|
||
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml | ||
|
||
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 | ||
!includeurl ICONURL/common.puml | ||
!includeurl ICONURL/devicons/docker.puml | ||
!includeurl ICONURL/devicons/git.puml | ||
!includeurl ICONURL/font-awesome-5/jenkins.puml | ||
!includeurl ICONURL/font-awesome-5/sync.puml | ||
|
||
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master | ||
!includeurl CLOUDOGUURL/tools/k8s.puml | ||
|
||
!define CLOUDOGU_BLUE #23a3dd | ||
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND #777 | ||
|
||
skinparam backgroundcolor TRANSPARENT | ||
skinparam DefaultFontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
|
||
skinparam actorStyle awesome | ||
|
||
together { | ||
actor Developer as user | ||
rectangle "<$git>\nGit" as appRepo | ||
rectangle "<$jenkins>\nCI Server" as ciServer | ||
} | ||
|
||
rectangle "<$k8s>\nK8s Cluster" as k8s { | ||
rectangle "<$sync>\nGitOps\noperator" as operator | ||
} | ||
rectangle "<$docker>\nOCI Registry" as registry | ||
|
||
user -> appRepo : push | ||
appRepo <-- ciServer : pull | ||
ciServer -> registry : push\nimage\n+config | ||
k8s --> registry : pull image+config | ||
k8s -> k8s : deploy | ||
|
||
skinparam actor { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
} | ||
|
||
skinparam rectangle { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
FontColor WHITE | ||
backgroundColor<<node>> WHITE | ||
FontColor<<node>> CLOUDOGU_BLUE | ||
} | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
@startuml | ||
|
||
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml | ||
|
||
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 | ||
!includeurl ICONURL/common.puml | ||
!includeurl ICONURL/devicons/docker.puml | ||
!includeurl ICONURL/devicons/git.puml | ||
!includeurl ICONURL/font-awesome-5/jenkins.puml | ||
!includeurl ICONURL/font-awesome-5/sync.puml | ||
|
||
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master | ||
!includeurl CLOUDOGUURL/tools/k8s.puml | ||
|
||
!define CLOUDOGU_BLUE #23a3dd | ||
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND #777 | ||
|
||
skinparam backgroundcolor TRANSPARENT | ||
skinparam DefaultFontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
|
||
skinparam actorStyle awesome | ||
|
||
together { | ||
actor Developer as user | ||
rectangle "<$git>\nApp Repo" as appRepo | ||
rectangle "<$git>\nConfig Repo" as configRepo | ||
rectangle "<$jenkins>\nCI Server" as ciServer | ||
} | ||
|
||
rectangle "<$k8s>\nK8s Cluster" as k8s { | ||
rectangle "<$sync>\nGitOps\noperator" as operator | ||
} | ||
rectangle "<$docker>\nOCI Registry" as registry | ||
|
||
user -> appRepo : push\ncode\n+config | ||
appRepo -[hidden]> configRepo | ||
appRepo <-- ciServer : pull | ||
configRepo <-- ciServer : push\nconfig\n+create PR | ||
ciServer -> registry : push | ||
k8s --> registry : pull | ||
configRepo <- k8s : pull | ||
k8s -> k8s : deploy | ||
|
||
skinparam actor { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
} | ||
|
||
skinparam rectangle { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
FontColor WHITE | ||
backgroundColor<<node>> WHITE | ||
FontColor<<node>> CLOUDOGU_BLUE | ||
} | ||
|
||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
@startuml | ||
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml | ||
|
||
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 | ||
!includeurl ICONURL/common.puml | ||
!includeurl ICONURL/devicons/docker.puml | ||
!includeurl ICONURL/devicons/git.puml | ||
!includeurl ICONURL/font-awesome-5/jenkins.puml | ||
!includeurl ICONURL/font-awesome-5/sync.puml | ||
|
||
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master | ||
!includeurl CLOUDOGUURL/tools/k8s.puml | ||
|
||
!define CLOUDOGU_BLUE #23a3dd | ||
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND #777 | ||
|
||
skinparam backgroundcolor TRANSPARENT | ||
skinparam DefaultFontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
|
||
skinparam actorStyle awesome | ||
|
||
together { | ||
actor Developer as user | ||
rectangle "<$git>\nApp Repo" as appRepo | ||
rectangle "<$git>\nConfig Repo" as configRepo | ||
rectangle "<$jenkins>\nCI Server" as ciServer | ||
} | ||
|
||
rectangle "<$k8s>\nK8s Cluster" as k8s { | ||
rectangle "<$sync>\nGitOps\noperator" as operator | ||
} | ||
rectangle "<$docker>\nOCI Registry" as registry | ||
|
||
user -> appRepo : push\ncode\n+config | ||
appRepo -[hidden]> configRepo | ||
appRepo <- configRepo : point to | ||
appRepo <-- ciServer : pull | ||
ciServer -> registry : push | ||
k8s --> registry : pull | ||
configRepo <- k8s : pull | ||
appRepo <- k8s : pull | ||
k8s -> k8s : deploy | ||
|
||
|
||
skinparam actor { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
} | ||
|
||
skinparam rectangle { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
FontColor WHITE | ||
backgroundColor<<node>> WHITE | ||
FontColor<<node>> CLOUDOGU_BLUE | ||
} | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
@startuml | ||
|
||
!includeurl https://raw.githubusercontent.com/michiel/plantuml-kubernetes-sprites/master/resource/k8s-sprites-unlabeled-25pct.iuml | ||
|
||
!define ICONURL https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/v2.0.0 | ||
!includeurl ICONURL/common.puml | ||
!includeurl ICONURL/devicons/docker.puml | ||
!includeurl ICONURL/devicons/git.puml | ||
!includeurl ICONURL/font-awesome-5/jenkins.puml | ||
!includeurl ICONURL/font-awesome-5/sync.puml | ||
|
||
!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master | ||
!includeurl CLOUDOGUURL/tools/k8s.puml | ||
|
||
!define CLOUDOGU_BLUE #23a3dd | ||
!define COLOR_ABOVE_TRANSPARENT_BACKGROUND #777 | ||
|
||
skinparam backgroundcolor TRANSPARENT | ||
skinparam DefaultFontColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
skinparam sequenceArrowColor COLOR_ABOVE_TRANSPARENT_BACKGROUND | ||
|
||
skinparam actorStyle awesome | ||
together { | ||
actor Developer as user | ||
rectangle "<$git>\nApp Repo" as appRepo | ||
rectangle "<$git>\nConfig Repo" as configRepo | ||
rectangle "<$jenkins>\nCI Server" as ciServer | ||
} | ||
|
||
rectangle "<$k8s>\nK8s Cluster" as k8s { | ||
rectangle "<$sync>\nGitOps\noperator" as operator | ||
} | ||
rectangle "<$docker>\nOCI Registry" as registry | ||
|
||
user -> appRepo : push\ncode\n+config | ||
appRepo -[hidden]> configRepo | ||
appRepo <-- ciServer : pull | ||
configRepo <-- ciServer : push\nconfig | ||
ciServer -> registry : push | ||
k8s --> registry : pull | ||
configRepo <- k8s : pull | ||
k8s -> k8s : deploy | ||
|
||
skinparam actor { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
} | ||
|
||
skinparam rectangle { | ||
BackgroundColor CLOUDOGU_BLUE | ||
BorderColor #16688d | ||
FontColor WHITE | ||
backgroundColor<<node>> WHITE | ||
FontColor<<node>> CLOUDOGU_BLUE | ||
} | ||
|
||
@enduml |
Oops, something went wrong.