Welcome to the Linux Foundation Forum!

instavote java worker deployment, service column says " "Yes. No incoming connections"

Options
sanderhollaar
sanderhollaar Posts: 6
edited April 2 in LFS269 Class Forum

At https://trainingportal.linuxfoundation.org/learn/course/gitops-continuous-delivery-on-kubernetes-with-flux-lfs269/kubernetes-essentials-for-a-gitops-practitioner/kubernetes-for-gitops?page=9 the service column for the java worker says Yes. No incoming connections while from the use case explained at https://trainingportal.linuxfoundation.org/learn/course/gitops-continuous-delivery-on-kubernetes-with-flux-lfs269/kubernetes-essentials-for-a-gitops-practitioner/kubernetes-for-gitops?page=8 at 4:05 it says Since no other service, or nobody else, even from outside is going to connect to the worker application, this [java worker] application does not need the service.

Is the Yes. No incoming connections a mistake, or am I misunderstanding?

Best Answers

  • luisviveropena
    luisviveropena Posts: 1,283
    Answer ✓

    Hi @sanderhollaar,

    I checked on the documentation and I think you are right; as explained in the video, we don't need the service for the worker application, as is this component the one that goes to Redis to read, and to the DB to write. So nobody is requesting any read from the worker app.

    We'll be working to reflect this in the documentation.

    Regards,
    Luis.

  • fcioanca
    fcioanca Posts: 2,348
    Answer ✓

    This was corrected. Thank you for flagging it.

Categories

Upcoming Training