Last active
July 8, 2019 02:21
-
-
Save dulao5/6c1a4ad5b12ebb0dd4f2596a7cdfca12 to your computer and use it in GitHub Desktop.
linuxとCNCFの関係
This file contains hidden or 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
digraph G { | |
rankdir=LR; | |
node [shape=circle, width="1.8"]; | |
LinusTorvalds -> Linux [label="発明"] | |
Linux -> LinuxFoundation[label="コミュニティ"] | |
C_N_C_F[label="Cloud Native\nComputing\nFoundation"] | |
C_N_C_F->LinuxFoundation[label="親"] | |
LinuxFoundation->C_N_C_F[label="子"] | |
C_N_C_F->CNCF[label="略語"] | |
CNCF->Kubernetes[label="孵化"] | |
CNCF->Helm[label="孵化"] | |
CNCF->Envoy[label="孵化"] | |
CNCF->CoreDNS[label="孵化"] | |
CNCF->Linkerd[label="孵化"] | |
CNCF->Tikv[label="孵化"] | |
CNCF->other[label="孵化"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment