-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): Add architecture diagram (#11490)
* Fix minor lint errors Signed-off-by: Anish Asthana <anishasthana1@gmail.com> * Add Kubeflow Pipelines Architecture Signed-off-by: Anish Asthana <anishasthana1@gmail.com> * Update community section Signed-off-by: Anish Asthana <anishasthana1@gmail.com> --------- Signed-off-by: Anish Asthana <anishasthana1@gmail.com>
- Loading branch information
1 parent
a0e2406
commit 3e423d8
Showing
5 changed files
with
303 additions
and
8 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
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,7 @@ | ||
# Kubeflow Pipelines Architecture | ||
|
||
Below is a detailed diagram of the Kubeflow Pipelines Architecture. | ||
|
||
![KubeFlow Pipelines Cluster Wide Architecture](../images/kfp-cluster-wide-architecture.png) | ||
|
||
The above diagram documents the various components in Kubeflow Pipelines and how they interact. This should be a useful starting point for any developers. |
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,8 @@ | ||
# KFP Architecture Diagram | ||
|
||
To make edits to the KFP architecture, do the following: | ||
|
||
1. Import kfp-cluster-wide-architecture.drawio.xml into your drawio environment. | ||
2. Make any required updates to the architecture | ||
3. Export a new png as well as xml of the diagram | ||
4. Overwrite the existing files in this directory |
Oops, something went wrong.