K8s Prod Deployment #1100
-
Hey Team, I am planning to deploy in AWS EKS. I have read production deployment guide. I only have question , how to setup DAPS and pass environment in sovity? any documentation for this? Please suggest. BR, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hello and thank you for asking. DAPS related deployment guides are in the DAPS repo: https://github.com/sovity/sovity-daps?tab=readme-ov-file#getting-started |
Beta Was this translation helpful? Give feedback.
-
Hey team, I have deploy https://github.com/sovity/sovity-daps?tab=readme-ov-file#getting-started in my aws eks environment. URL i exposed like https://daps.edc.local Now I want to integrate it with edc-ce where there is few argument we need for production deployment like, MY_EDC_PARTICIPANT_ID: "xxx" So My question is what will be idle value for above 3 ? when I am running edc in aws eks i am getting error logs something like below, 2024-12-06 08:21:07 Error booting runtime: No setting found for key edc.oauth.token.url |
Beta Was this translation helpful? Give feedback.
-
Hi, I found 3 values as mentioned for above variables like this, "token_endpoint": "https://xxxx/realms/master/protocol/openid-connect/token" "jwks_uri": "https://xxxx/realms/master/protocol/openid-connect/certs", and how to get from edc client ? MY_EDC_PARTICIPANT_ID any suggestion can you please guide for this. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hello Team, I have deployed edc in eks. but now I am getting ERROR like , Public Certificate Not FOUND 2024-12-10 01:53:43 Initialized org.eclipse.edc.connector.transfer.TransferProcessCommandExtension Any suggestion on this how to and what to do? which certificates where we need to put? Thanks |
Beta Was this translation helpful? Give feedback.
We do provide general guidance and recommendations on what to consider for deployments, which you can find in our deployment guides or Reamdes of the repos. For some components, such as the sovity EDC CE, we additionally offer examples like Docker Compose setups to assist in getting started.
However, we do not have extra infrastructure-specific deployment instructions besides the general deployment guides, such as for Kubernetes (K8S) production deployment.
Nevertheless, as these are open-source repos, we warmly welcome contributions! If you have any lessons learned or specific insights about deploying on K8S, feel free to share them and we could potentially integrate them into the repos …