Hi @<1580005316538404864:profile|StickyOwl15> , using EKS should be straightforward even with standard values; you will eventually have to play a little bit with ingress annotations since AWS has a lot of them. The very important part is preparing your cluster before installing ClearML; usually you need to install elb controller, secret manager, dns controller and so on. When done you can install clearml with helm chart; about secrets management, it depends a lot on how you plan to manage cluster itself. If you are going to use some GitOps tool like Flux or ArgoCD you can create your secrets and then reference them (charts has values for existingsecrets.
Thank you Valeriano, I already have a cluster up and running, but using the default values from the charts + others for some configuration like domain and the annotations for the ingress alb controller.
Just wanted to know if the values from the charts are the ones that should be used or I need to create new ones or how to create them etc.
I di not have ArgoCD I did everything using terraform for infrastructure plain helm for deploying the chart that wha I wondering hot you manage any secrets to avoid committing them into the code repository.
Another integration that I still need to configure is SSO integration with OKTA. if you know about any documentation or any siggestion about configuring this I will appreciated, thank you
To make use of OKTA do I need a different image with the OKTA support provided by clearML ?
Hi @<1580005316538404864:profile|StickyOwl15> , SSO support is only part of the ClearML Scale/Enterprise versions