ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
CNCF App Delivery SIG
SlackMailing List
2
3
Specification / ModelAcronymDescriptionFoundation
4
Cloud Native Application BundleCNABPackaging format specification that describes a technology for bundling, installing, and managing distributed applications, that are by design, cloud agnostic.JDF
5
Dufflereference implementation of CNAB with all capabilities mapped
6
Porterreuse existing scripts and tools such as Helm, Terraform, Kubernetes and Azure
7
Open Application ModelOAMTeam-centric standard for building cloud native apps. Distinguishing responisbilities between app developers, app operators and infrastructure operators.OWF
8
rudr
implementation of OAM for Kubernetes
9
BuildpacksAPI SpecProvides a higher-level abstraction for building apps compared to Dockerfiles.CNCF
10
Open Microservices SpecficationOMSStandard for annotating reusable microservices, providing developers and operators with a framework to build, deploy, and operate microservices.
11
Topology and Orchestration Specification for Cloud ApplicationsTOSCAInternational standard that enables portability and automated management across cloud providers, regardless of platform.OASIS
12
13
14
15
16
Kubernetes App Packaging / Installation
17
18
NameDescriptionHubAlternatives
19
Operator FrameworkOpen source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.OperatorHubKopf
20
Operator SDK
build Operators without requiring knowledge of Kubernetes API
Kudo
21
Lifecycle Manager
oversees installation, updates and management of Operator
Kubebuilder
22
Metering
usage reporting Operators that provides specialized services
Metacontroller
23
HelmManage Kubernetes applications.Helm Hub
24
Chart
define, install, and upgrade even the most complex Kubernetes application
25
Kustomize
26
Kapitan
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100