Skip to content

Instantly share code, notes, and snippets.

@dulao5
Last active July 8, 2019 02:21
Show Gist options
  • Save dulao5/6c1a4ad5b12ebb0dd4f2596a7cdfca12 to your computer and use it in GitHub Desktop.
Save dulao5/6c1a4ad5b12ebb0dd4f2596a7cdfca12 to your computer and use it in GitHub Desktop.
linuxとCNCFの関係
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