-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapeiro-projects.json
More file actions
86 lines (86 loc) · 5.25 KB
/
apeiro-projects.json
File metadata and controls
86 lines (86 loc) · 5.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
{
"cobaltcore": {
"name": "CobaltCore",
"url": "https://github.com/cobaltcore-dev",
"description": "CobaltCore is a reimagined and opinionated OpenStack distribution fully utilizing ApeiroRA. It complements IronCore as an alternative for traditional workloads and ensures backward compatibility.",
"icon": "/img/projects/cobaltcore.svg"
},
"gardener": {
"name": "Gardener",
"url": "https://gardener.cloud",
"description": "The Gardener is an open source project that provides Kubernetes-based cluster management and automation at scale.",
"icon": "/img/projects/gardener.svg"
},
"ironcore": {
"name": "IronCore",
"url": "https://ironcore-dev.github.io/ironcore/",
"description": "Project IronCore is an open source system for managing compute and storage workloads across multiple providers.",
"icon": "/img/projects/ironcore.png"
},
"kcp": {
"name": "kcp",
"url": "https://www.kcp.io",
"description": "An open source horizontally scalable control plane for Kubernetes-like APIs.",
"icon": "/img/projects/kcp.svg"
},
"ocm": {
"name": "Open Component Model (OCM)",
"url": "https://ocm.software",
"description": "OCM is an open standard for describing software artifacts and lifecycle metadata. It is a technology-agnostic and machine-readable format and focuses on software artifacts that need to be delivered securely across boundaries. At the same time, it maintains integrity and provenance along the complete supply chain.",
"icon": "/img/projects/ocm.png"
},
"ocm gear": {
"name": "OCM Gear",
"url": "https://github.com/open-component-model/ocm-gear",
"description": "Open-source components implementing the Open Component Model (OCM), including the Delivery Service and Extensions, the Delivery Database, as well as the Delivery Dashboard.",
"icon": "/img/projects/ocm.png"
},
"openbao": {
"name": "OpenBao",
"url": "https://openbao.org",
"description": "OpenBao is an identity-based secrets and encryption management system.",
"icon": "/img/projects/openbao.svg"
},
"openmfp": {
"name": "OpenMFP",
"url": "https://openmfp.org",
"description": "The Open Micro Front End Platform (OpenMFP) brings together micro front ends and APIs into a cohesive platform, allowing teams to contribute components while maintaining their independence.",
"icon": "/img/projects/openmfp.png"
},
"gardenlinux": {
"name": "Garden Linux",
"url": "https://github.com/gardenlinux",
"description": "Garden Linux is a Debian GNU/Linux derivate that aims to provide small, auditable Linux images for most cloud providers (e.g. AWS, Azure, GCP etc.) and bare-metal machines.",
"icon": "/img/projects/gardenlinux.svg"
},
"platformmesh": {
"name": "Platform Mesh",
"url": "https://platform-mesh.io",
"description": "The Platform Mesh is the main Platform API for users and technical services to order and orchestrate capabilities attached to the environment. Its guiding and design principle is inherited from Kubernetes’s declarative API approach with its digital twin manifests, the Kubernetes Resource Model (KRM). It utilizes and refines the upstream project KCP for its purpose.",
"icon": "/img/projects/platformmesh.svg"
},
"ord": {
"name": "Open Resource Discovery",
"url": "https://open-resource-discovery.github.io/specification/",
"description": "ORD is an open protocol for the decentralized publishing and discovery of application and service metadata. It provides a structured schema for metadata such as endpoints, capabilities, documentation links, and ownership details, ensuring that application resources like APIs, events, data products and AI agents can be discovered, understood, and integrated consistently across different systems and marketplaces.",
"icon": "/img/projects/ord.svg"
},
"konfidence": {
"name": "Konfidence",
"url": "https://konfidence.cloud",
"description": "Konfidence is an open-source software delivery framework. It ensures that only tested and approved versions reach production, addressing a common challenge in complex IT landscapes.",
"icon": "/img/projects/konfidence.svg"
},
"greenhouse": {
"name": "Greenhouse",
"url": "https://github.com/cloudoperators/greenhouse",
"description": "Greenhouse is a Kubernetes based day 2 operations platform focusing on providing a set of opinionated tools & operational processes for managing cloud native infrastructure.",
"icon": "/img/projects/greenhouse.svg"
},
"openmcp": {
"name": "Open Managed Control Plane",
"url": "https://github.com/openmcp-project",
"description": "OpenMCP is a managed Infrastructure-as-data orchestration layer, designed to streamline and automate the management of cloud resources and corresponding services. It involves the coordination and management of various Infrastructure-as-data services, to support the automation of workflows such as provisioning and scaling of workloads.",
"icon": "/img/projects/omcp.svg"
}
}