edp-doc/README.md

66 lines
2.4 KiB
Markdown
Raw Normal View History

2024-12-18 11:36:33 +00:00
# 🌟 EdgeDeveloperPlatform - EDP Release 'PoC'
Telekom MMS & T-Systems, December 2024
> **Tagline:** Change the way we work with IDP's.
---
## 📋 Table of Contents
2024-12-17 10:51:16 +00:00
- [🌟 EdgeDeveloperPlatform - EDP Release 'PoC'](#-edgedeveloperplatform---edp-release-poc)
- [📋 Table of Contents](#-table-of-contents)
- [📖 About the Product](#-about-the-product)
- [🛠️ Application Stack](#-application-stack)
2024-12-17 10:51:16 +00:00
- [📖 Access our Documentation](#-access-our-documentation)
2024-12-19 11:02:11 +00:00
- [In our Open Sovereign Cloud](#in-our-open-sovereign-cloud)
- [In a local kind cluster](#in-a-local-kind-cluster)
- [In the Forgejo repository](#in-the-forgejo-repository)
- [📝 License](#-license)
---
## 📖 About the Product
2024-12-19 13:38:42 +00:00
**edpbuilder** is a tool to quickly instantiate and manage **I**nternal **D**evelopment **P**latform's (**IDP**s).
2024-12-19 10:57:53 +00:00
The **E**dge **D**evelopment **P**latform Builder(**edp**builder) can easily setup a Kubenetes cluster (local kind cluster or OSC instance) and deploy tools to manage the Kubernetes resources and the software lifecicle of an application.
2024-12-18 11:36:33 +00:00
One usecase to demonstrate the capabilities of our tool is the PetClinic Application. (LINK)
### 🛠️ Application Stack
- **Version-Control:** Forgejo
- **CI:** Forgejo Actions
- **CD:** ArgoCD
- **Monitoring:** Grafana, Prometheus, Loki, Promtail
- **SSO:** Keycloak
- **Developer Portal:** Backstage
- **Secret-Management:** OpenBao, external-secrets
- **Infrastructur-Provisioning:** Crossplane
2024-12-17 10:51:16 +00:00
## 📖 Access our Documentation
2024-12-18 11:36:33 +00:00
Our documentation is designed to be easily accessible regardless of your environment. Here are three primary ways to view it:
2024-12-19 11:02:11 +00:00
### In our Open Sovereign Cloud
2024-12-19 10:57:53 +00:00
2024-12-18 16:41:01 +00:00
Our documentation can be easily accessed through a Backstage instance hosted on our Open Sovereign Cloud (OSC). Simply log in to our OSC Backstage platform to read through the documentation.
2024-12-19 10:57:53 +00:00
- URL: <https://edf-cc1.cx.fg1.ffm.osc.live/docs/edppoc/component/edp-documentation>
2024-12-18 16:41:01 +00:00
- Username: user1
- Password: PpMpfZYICG9MRRF-3QBY2Zz1-+URYB6+-JRe
2024-12-19 11:02:11 +00:00
### In a local kind cluster
2024-12-19 10:57:53 +00:00
Using the edpbuilder, you can set up a local IDP that comes with a Backstage instance containing the documentation.
2024-12-19 13:38:42 +00:00
*[How to set up a local IDP on a kind cluster](docs/userguide/edpbuilder.md)*
2024-12-19 11:02:11 +00:00
### In the Forgejo repository
2024-12-19 10:57:53 +00:00
If you prefer direct access, the content of our documentation is centrally defined and maintained within the docs folder of this repository.
---
## 📝 License
2024-12-17 10:51:16 +00:00
[LICENSE]