Code Monkey home page Code Monkey logo

Comments (4)

lcasassa avatar lcasassa commented on May 28, 2024

So I manually added the port 8008 in the loadbalancer to point to the port 30008 on all nodes of the k8s cluster. That did the trick.

from clearml-server.

lcasassa avatar lcasassa commented on May 28, 2024

I would still be nice to be able to set a custom url for the trains api in the trains server.

from clearml-server.

bmartinn avatar bmartinn commented on May 28, 2024

Hi,

You can easily use trains-server with subdomains, by adding load balancer rules so that:

  • app. domain is routed to kubernetes node on port 30080
  • api. domain is routed to kubernetes node on port 30008
  • files. domain is routed to kubernetes node on port 30081

Note that in order for the trains UI to be able to find the servers, your subdomains must be namedad shown above (app for webserver, api for apiserver and files for filesserver).

In order to use the trains python package with your server installation, you'll also need to make sure your trains.conf file contains the correct host name you've set for each component, for example:

api {
    web_server: "http://app.your.domain"
    api_server: "http://api.your.domain"
    files_server: "http://files.your.domain"
}

from clearml-server.

lcasassa avatar lcasassa commented on May 28, 2024

cool! thanks for letting me know.

from clearml-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.