-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated examples with new formatting
- Loading branch information
Showing
58 changed files
with
232 additions
and
195 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 |
---|---|---|
@@ -1,41 +1,41 @@ | ||
digraph "Aggregated DFD" { | ||
edge [dir=forward] | ||
color=blue rankdir=LR | ||
node [fontname=Arial fontsize=14] | ||
digraph all { | ||
color=blue fontname=Arial rankdir=LR | ||
node [fontname=Arial fontsize=11 shape=box style=rounded] | ||
edge [fontname=Arial fontsize=11] | ||
Developer | ||
subgraph "cluster_Control Cluster" { | ||
graph [color=red fontname=Arial fontsize=12 label="Control Cluster" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="Control Cluster" style=dashed] | ||
"Cluster Orchestrator" | ||
} | ||
subgraph cluster_AWS { | ||
graph [color=red fontname=Arial fontsize=12 label=AWS line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label=AWS style=dashed] | ||
IAM | ||
EKS | ||
} | ||
subgraph "cluster_New AWS Account" { | ||
graph [color=red fontname=Arial fontsize=12 label="New AWS Account" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="New AWS Account" style=dashed] | ||
subgraph "cluster_New Kubernetes Cluster" { | ||
graph [color=red fontname=Arial fontsize=12 label="New Kubernetes Cluster" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="New Kubernetes Cluster" style=dashed] | ||
"k8s API" | ||
} | ||
} | ||
subgraph "cluster_Cluster Orchestrator" { | ||
graph [color=red fontname=Arial fontsize=12 label="Cluster Orchestrator" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="Cluster Orchestrator" style=dashed] | ||
"Admission Controller" | ||
OPA | ||
} | ||
subgraph "cluster_Version Control" { | ||
graph [color=red fontname=Arial fontsize=12 label="Version Control" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="Version Control" style=dashed] | ||
"Policy Repo" | ||
} | ||
Developer -> "Cluster Orchestrator" | ||
"Cluster Orchestrator" -> "Cluster Orchestrator" | ||
"Cluster Orchestrator" -> IAM | ||
"Cluster Orchestrator" -> EKS | ||
"Cluster Orchestrator" -> "k8s API" | ||
Developer -> "k8s API" | ||
"k8s API" -> "Admission Controller" | ||
"Admission Controller" -> OPA | ||
OPA -> "Policy Repo" | ||
OPA -> "k8s API" | ||
Developer -> "Cluster Orchestrator" [dir=forward] | ||
"Cluster Orchestrator" -> "Cluster Orchestrator" [dir=forward] | ||
"Cluster Orchestrator" -> IAM [dir=both] | ||
"Cluster Orchestrator" -> EKS [dir=both] | ||
"Cluster Orchestrator" -> "k8s API" [dir=forward] | ||
Developer -> "k8s API" [dir=both] | ||
"k8s API" -> "Admission Controller" [dir=forward] | ||
"Admission Controller" -> OPA [dir=forward] | ||
OPA -> "Policy Repo" [dir=both] | ||
OPA -> "k8s API" [dir=forward] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions
13
examples/OPA_orchestration/Developer requests a new cluster-dfd
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
Binary file modified
BIN
-15.7 KB
(76%)
examples/OPA_orchestration/Developer requests a new cluster-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions
9
examples/aws-eks-add-on-permissions/Associate IAM role to a cluster service account-dfd
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
Binary file modified
BIN
-4.71 KB
(75%)
...-eks-add-on-permissions/Associate IAM role to a cluster service account-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file modified
BIN
-8.56 KB
(63%)
examples/aws-eks-add-on-permissions/CNI configures VPC-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions
7
examples/aws-eks-add-on-permissions/Create an IAM OIDC provider for cluster-dfd
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
Binary file modified
BIN
-11.7 KB
(61%)
...ples/aws-eks-add-on-permissions/Create an IAM OIDC provider for cluster-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions
7
...s-eks-add-on-permissions/Create an IAM policy & role to allow CPI addon to manage VPC-dfd
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
Binary file modified
BIN
-3.91 KB
(88%)
...ermissions/Create an IAM policy & role to allow CPI addon to manage VPC-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions
7
examples/aws-iam-authenticator/kubectl gets pre-signed URL-dfd
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
Binary file modified
BIN
-6.07 KB
(74%)
examples/aws-iam-authenticator/kubectl gets pre-signed URL-dfd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,26 +1,23 @@ | ||
digraph "Aggregated DFD" { | ||
edge [dir=forward] | ||
color=blue rankdir=LR | ||
node [fontname=Arial fontsize=14] | ||
digraph all { | ||
color=blue fontname=Arial rankdir=LR | ||
node [fontname=Arial fontsize=11 shape=box style=rounded] | ||
edge [fontname=Arial fontsize=11] | ||
Customer | ||
subgraph "cluster_Front End" { | ||
graph [color=red fontname=Arial fontsize=12 label="Front End" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="Front End" style=dashed] | ||
Nginx | ||
} | ||
subgraph "cluster_Back End" { | ||
graph [color=red fontname=Arial fontsize=12 label="Back End" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="Back End" style=dashed] | ||
"User Database" | ||
} | ||
subgraph "cluster_Back End" { | ||
graph [color=red fontname=Arial fontsize=12 label="Back End" line=dotted] | ||
"Stock Database" | ||
} | ||
subgraph "cluster_External CDN" { | ||
graph [color=red fontname=Arial fontsize=12 label="External CDN" line=dotted] | ||
graph [color=red fontname=Arial fontsize=11 label="External CDN" style=dashed] | ||
CDN | ||
} | ||
Customer -> Nginx | ||
Nginx -> "User Database" | ||
Nginx -> "Stock Database" | ||
Customer -> CDN | ||
Customer -> Nginx [dir=both] | ||
Nginx -> "User Database" [dir=both] | ||
Nginx -> "Stock Database" [dir=both] | ||
Customer -> CDN [dir=forward] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.