Logo-amall

@mention thank you for inviting me. About helm chart, Are you able to expose the services over an ingress? The I can teste it in my tools.

Last active 7 months ago

20 replies

22 views

  • AN

    @andrey.vasnetsov thank you for inviting me. About helm chart, Are you able to expose the services over an ingress? The I can teste it in my tools.

  • AN

    @FabrizioQdrant

  • FA

    @andreclaudino Thank you very much for your question. We did not include an ingress yet, as they are usually very specific to your setup and we also do not want to make assumptions on that and just include a random ingress.

  • FA

    We are however always interested in customer setups and would of course offer to help if there are any problems with adding an ingress on your side

  • AN

    Not a problem, but for using an ingress we need to change how porta are designed (instead of an array, it should be an object)

  • AN

    one note from my side - It might be a security issue if you expose qdrant to the wild internet without authentication

  • AN

    Authentication is a responsibility of the ingress

  • AN

    Given the user the choice of using an ingress allow the user to setup any availab authentication method that ingress supports too

  • AN

    So, my problem is: I am building a system for sentence and image based product Search.

  • AN

    I am experimenting qdrant as a solution for that. But still need to understand some deployment details.

  • AN

    Tutorials is cool, but I feel like need more deep documentation, where I can understand my choices using the tool and the possibilities that fits to my problem. Make sense?

  • AN

    would you also consider using the cloud-based deployment? It should cover the deployment problems for you

  • AN

    Actually I need to deploy it on kubernetrs

  • FA

    About the ports, the ports are an array by intention, as Qdrant offers several different ports for http and grpc etc

  • FA

    If you installed via helm chart, you can just add an ingress or add the service port you want to expose to an existing ingress

  • AN

    Sure, I will share that later, actually I am a few busy in work.

  • FA

    We will discuss internally if we provide a very generic ingress configurable ingress anyways, so it is nicely bundled with the chart

  • AN

    It is easy and enough to provide an ingress following the helm standards from many other applications in the web. They configure internally how the service is exposed, but allow configuring path prefixes, hostname and ports. I will share my suggestion as soon as I can.

  • AN

    qdrant is not expected to be exposed externally without auth. And we cannot assume auth for everybody

  • AN

    No need to do that

Last active 7 months ago

20 replies

22 views