website-and-documentation/content/en/docs/edp/operations/_index.md
Martin McCaffery 41e3306942
Some checks failed
build / build (push) Failing after 52s
ci / build (push) Successful in 55s
feat(docs): Restructure entire documentation
2025-12-18 10:25:07 +01:00

2.8 KiB

title linkTitle weight description
Operations Operations 40 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

EDP is running on two OTC clusters (remember: this just means that we twice run the infra-deploy pipeline as eyerything is code!)

alt text

Further references for infrastructural informations

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

Further references for infrastructural informations

alt text

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
  • IPCEI-CIS Jira
  • 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

On EDP the observability cluster is meant to monitor the platform stacks, e.g. by Grafana. But there is no operational monitoring lifecycle in place. we didn't define metrics or alerts as there is no operational mode yet.

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

Maintenance

We maintain EDP on an per issue driven strategy.

Updates & Upgrades

We update occassionally per component, which either can be a platform application or an orchestration pipeline.

Backup & Recovery

EDP Customer data is backuped, see https://jira.telekom-mms.com/browse/IPCEICIS-5017