2025-11-16 13:32:10 +01:00
---
title: "Operations"
linkTitle: "Operations"
2025-11-16 23:10:11 +01:00
weight: 40
2025-11-16 13:32:10 +01:00
description: >
2025-12-16 12:16:35 +01:00
Operational guides for deploying, monitoring, and maintaining the Edge Developer Platform components.
2025-11-16 13:32:10 +01:00
---
## Operations Overview
2025-12-18 15:58:51 +01:00
This section outlines some of the operational aspects of the Edge Developer
Platform (EDP). The approach emphasizes a "developer operations" mode, primarily
focusing on monitoring and issue resolution rather than traditional operations.
2025-11-16 13:32:10 +01:00
2025-12-16 12:16:35 +01:00
## Deployments
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
### EDP Clusters
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
For details on deploying instances of EDP on OTC, see
[this ](/docs/edp/deployment/otc/ ) section.
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
#### Further Infrastructural References
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
- OTC Documentation:
- [IPCEI-CIS Confluence - OTC ](https://confluence.telekom-mms.com/spaces/IPCEICIS/pages/1000105031/OTC )
2025-12-16 12:16:35 +01:00
### Edge Connect
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
The `edge` and `orca` clouds within Edge Connect serve as deployment targets for
EDP applications. These environments are [Gardener ](https://gardener.cloud/ )
Kubernetes clusters.
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
For general use, interaction with Edge Connect is intended via its web UI:
< https: / / hub . apps . edge . platform . mg3 . mdb . osc . live >
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00

2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
#### Further Infrastructural References
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00

2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
Cluster-level access is available for addressing operational issues. Details on
obtaining access are provided in the following resources:
2025-11-16 13:32:10 +01:00
2025-12-18 15:58:51 +01:00
- [IPCEI-CIS Confluence - Edge Cloud ](https://confluence.telekom-mms.com/spaces/IPCEICIS/pages/1122869593/Edge+Cloud )
- [IPCEI-CIS Jira - Edge Cloud Access ](https://jira.telekom-mms.com/browse/IPCEICIS-6222?focusedId=3411527&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-3411527 )
- **Hint:** To authenticate and obtain the cluster `kubectl` context, retrieve
the `kubeconfig` for the `platform` from your Gardener Account Settings. Then,
execute:
```bash
gardenctl target --garden mg3 --project platform --shoot edge
```
2025-12-16 12:16:35 +01:00
## Monitoring & Observability
2025-12-19 10:19:19 +01:00
The `observability.buildth.ing` [cluster ](https://observability.buildth.ing/ ) within the Prod OTC [tenant ](https://edp.buildth.ing/DevFW/infra-deploy/src/branch/main/prod/observability ) is designated
2025-12-18 15:58:51 +01:00
for monitoring platform stacks, with visualization primarily through
[Grafana ](https://grafana.observability.buildth.ing ). Currently, a formal
operational monitoring lifecycle with defined metrics and alerts is not fully
established, reflecting the current developer-centric operational mode.
2025-12-18 09:21:05 +01:00
2025-12-19 10:19:19 +01:00
Login credentials can be found in the `grafana-admin-credentials` secret within the cluster.
2025-12-18 09:21:05 +01:00
2025-12-19 10:19:19 +01:00
> NOTE: The deployed stacks are depending on the `is_observability` flag setting (to include extra components for observability) in the `deploy` workflow within the `infra-deploy` repository.
2025-12-18 09:21:05 +01:00
2025-12-18 15:58:51 +01:00

2025-11-16 13:32:10 +01:00
## Maintenance
2025-12-18 15:58:51 +01:00
EDP maintenance follows an issue-driven strategy.
2025-12-16 12:16:35 +01:00
2025-11-16 13:32:10 +01:00
### Updates & Upgrades
2025-12-18 15:58:51 +01:00
Updates are performed on-demand for individual components in
[stacks ](/docs/edp/deployment/infrastructure/stacks/ ).
2025-11-16 13:32:10 +01:00
### Backup & Recovery
2025-12-18 15:58:51 +01:00
Customer data within EDP is regularly backed up. Refer to
[IPCEICIS-5017 ](https://jira.telekom-mms.com/browse/IPCEICIS-5017 ) for details.