<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13713#M6057</link>
    <description>&lt;P&gt;I'm not sure if this is the right place for Activiti cloud deployment questions, but here is mine. We're trying to evaluate Activiti Cloud for recommendation for a customer.&lt;/P&gt;&lt;P&gt;I've been trying to deploy the Activiti full example to an on-premise Kubernetes cluster and have found that the Ingresses don't work as expected. I've only seen support for GKE and EKS in the docs, so I wonder if I can get help on this. This is the documentation I'm following:&amp;nbsp;&lt;A href="https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud" target="_blank" rel="nofollow noopener noreferrer"&gt;https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud&amp;amp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I used Helm 3 with the custom gateway value that the docs mention. After installation I am not able to view any of the services at the URL's that the Helm installation outputs, such as http // gateway-activiti.&amp;lt;mydomain&amp;gt;/modeling. All pods and services are up, and if I change the service to type NodePort it does work. From what I can tell so far the Ingresses seem to be conflicting with each other because if I modify the URL in the modeling Ingress to something different then it does seem to work.&lt;/P&gt;&lt;P&gt;Any help here is appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 01:31:53 GMT</pubDate>
    <dc:creator>pablosettecase</dc:creator>
    <dc:date>2021-01-14T01:31:53Z</dc:date>
    <item>
      <title>Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13713#M6057</link>
      <description>&lt;P&gt;I'm not sure if this is the right place for Activiti cloud deployment questions, but here is mine. We're trying to evaluate Activiti Cloud for recommendation for a customer.&lt;/P&gt;&lt;P&gt;I've been trying to deploy the Activiti full example to an on-premise Kubernetes cluster and have found that the Ingresses don't work as expected. I've only seen support for GKE and EKS in the docs, so I wonder if I can get help on this. This is the documentation I'm following:&amp;nbsp;&lt;A href="https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud" target="_blank" rel="nofollow noopener noreferrer"&gt;https://activiti.gitbook.io/activiti-7-developers-guide/getting-started/getting-started-activiti-cloud&amp;amp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I used Helm 3 with the custom gateway value that the docs mention. After installation I am not able to view any of the services at the URL's that the Helm installation outputs, such as http // gateway-activiti.&amp;lt;mydomain&amp;gt;/modeling. All pods and services are up, and if I change the service to type NodePort it does work. From what I can tell so far the Ingresses seem to be conflicting with each other because if I modify the URL in the modeling Ingress to something different then it does seem to work.&lt;/P&gt;&lt;P&gt;Any help here is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 01:31:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13713#M6057</guid>
      <dc:creator>pablosettecase</dc:creator>
      <dc:date>2021-01-14T01:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13714#M6058</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've never tried it in an on-prem Kubernetes, but here are the instructions if you want to check if you have the same issue on Kubernetes running on Docker Desktop&amp;nbsp;&lt;A href="https://github.com/Activiti/activiti-cloud-full-chart#running-on-docker-desktop" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/activiti-cloud-full-chart#running-on-docker-desktop&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Elias&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:09:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13714#M6058</guid>
      <dc:creator>ermedeiros</dc:creator>
      <dc:date>2021-01-18T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13715#M6059</link>
      <description>&lt;P&gt;please check the link suggested by&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/59284"&gt;@ermedeiros&lt;/A&gt;, I only have cloud experience with k8s as well but what I would try is to first test with the standard checks on the kubernetes site to rule out any issues with the chosen ingress&amp;nbsp;implementation which I am guessing is the nginx one:&amp;nbsp;&lt;A href="https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites" target="_blank" rel="noopener nofollow noreferrer"&gt;https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 14:57:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13715#M6059</guid>
      <dc:creator>mteodori</dc:creator>
      <dc:date>2021-01-18T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13716#M6060</link>
      <description>&lt;P&gt;Thank you for the suggestions. We finally diagnosed the problem to be that multiple Ingress objects have the same host rule and were conflicting with each other. Problem is described in more detail here:&amp;nbsp;&lt;A href="https://github.com/nginxinc/kubernetes-ingress/issues/76&amp;nbsp;" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/nginxinc/kubernetes-ingress/issues/76&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Solution described in more detail here:&amp;nbsp;&lt;A href="https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/mergeable-ingress-types" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/mergeable-ingress-types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We remedied this by creating a new "master" Ingress with annotation&amp;nbsp;&lt;SPAN&gt;nginx.org/mergeable-ingress-type: master. Then in each Ingress with the same host rule we added the annotation of&amp;nbsp;nginx.org/mergeable-ingress-type: minion.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd like to update the documentation to account for this for on-prem deployments.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 19:56:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13716#M6060</guid>
      <dc:creator>pablosettecase</dc:creator>
      <dc:date>2021-01-26T19:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Cloud: Ingresses don't work out of the box for on-prem Kubernetes deployment.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13717#M6061</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/84186"&gt;@pablosettecase&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great that you resolved your issue &amp;amp; thanks for the update - really helpful to other users.&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 10:02:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activiti-cloud-ingresses-don-t-work-out-of-the-box-for-on-prem/m-p/13717#M6061</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-01-27T10:02:57Z</dc:date>
    </item>
  </channel>
</rss>

