website-and-documentation/content/en/docs/edp/operations/_index.md

72 lines
2.8 KiB
Markdown
Raw Normal View History

---
title: "Operations"
linkTitle: "Operations"
weight: 40
description: >
Operational guides for deploying, monitoring, and maintaining the Edge Developer Platform components.
---
## Operations Overview
This section covers operational aspects of the Edge Developer Platform. In general there is no operation - it's just monitoring and fixing in an developer mode of operation.
## Deployments
### EDP
2025-12-18 09:21:05 +01:00
EDP is running on two OTC clusters (remember: this just means that we twice run the [infra-deploy pipeline](https://edp.buildth.ing/DevFW/infra-deploy/actions?workflow=deploy.yaml&actor=0&status=0) as eyerything is code!)
![alt text](otc-hub.png)
#### Further references for infrastructural informations
2025-12-18 09:21:05 +01:00
* OTC:
* [IPCEI-CIS Confluence](https://confluence.telekom-mms.com/spaces/IPCEICIS/pages/1000105031/OTC)
### Edge Connect
The Edge and Orka clouds in Edge Connect are in the perspective of eDF just deployment targets of EDP applications. Thus we are user of them. Physically both are Gardener Kubernetes clusters.
Basically it is intended for users just to use the web ui: https://hub.apps.edge.platform.mg3.mdb.osc.live
![alt text](edge-hub.png)
#### Further references for infrastructural informations
![alt text](gardener.png)
But we also got access on the cluster level for operations issues, see picture above. How to get access is described in the following links:
* [IPCEI-CIS Confluence](https://confluence.telekom-mms.com/spaces/IPCEICIS/pages/1122869593/Edge+Cloud)
* [IPCEI-CIS Jira](https://jira.telekom-mms.com/browse/IPCEICIS-6222?focusedId=3411527&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-3411527)
* Hint: Get the kubeconfig of the `platform` in your Gardener Account Settings, then run ```gardenctl target --garden mg3 --project platform --shoot edge``` to authenticate and get the cluster kubectl context.
## Monitoring & Observability
2025-12-18 09:21:05 +01:00
On EDP the observability cluster is meant to monitor the platform stacks, e.g. by [Grafana](https://grafana.observability.buildth.ing).
But there is no operational monitoring lifecycle in place. we didn't define metrics or alerts as there is no operational mode yet.
2025-12-18 09:21:05 +01:00
Most monitoring and observability is done through grafana, deployed through the observability stack.
Login is found in the `grafana-admin-credentials` secret.
NOTE document that default deployed stacks are different depending on is_observability flag
![alt text](edp-grafana.png)
## Maintenance
We maintain EDP on an per issue driven strategy.
### Updates & Upgrades
We update occassionally per [component](../components/), which either can be a [platform application](../components/orchestration/stacks/) or an [orchestration pipeline](../components/forgejo/actions/actions.md).
### Backup & Recovery
EDP Customer data is backuped, see https://jira.telekom-mms.com/browse/IPCEICIS-5017