<?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 Re: Qlik with Minikube - wrong redirection for console ? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605883#M18158</link>
    <description>&lt;P&gt;You need to set up a port forward from your host to your kubernetes cluster. You might have to adjust the following to account for your OS. Below is for Ubuntu.&lt;/P&gt;&lt;P&gt;Find your service name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl get svc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do the following replacing %qcs service name%with appropriate name from above and %default% with the appropriate namespace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl port-forward service/%qcs service name% 32443:32443 -n %default% --address 0.0.0.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will probably also need to execute the following on the host machine:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;sudo iptables -P FORWARD ACCEPT&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;To make this setting persistent you'll need to utilize iptables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo apt-get install iptables-persistent&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2019 22:58:22 GMT</pubDate>
    <dc:creator>treysmithdev</dc:creator>
    <dc:date>2019-07-24T22:58:22Z</dc:date>
    <item>
      <title>Qlik with Minikube - wrong redirection for console ?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605798#M18157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've installed a QCS config using minikube, so access url is &lt;A href="https://elastic.example:32443" target="_blank"&gt;https://elastic.example:32443&lt;/A&gt;. So, the console url should be &lt;A href="https://elastic.example:32443/console" target="_blank"&gt;https://elastic.example:32443/console&lt;/A&gt; , but when using the url there is a internal redirect to &lt;A href="https://elastic.example/console" target="_blank"&gt;https://elastic.example/console&lt;/A&gt; (port 443 and not 32443 anymore). Obviously nothing is listening on port 443 and so I cannot access to the console, and license the product... and use Qlik Sense &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I've just discovered Docker/Kubernetes so there may be an easy fix for this, any idea ?&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605798#M18157</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2021-04-02T08:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik with Minikube - wrong redirection for console ?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605883#M18158</link>
      <description>&lt;P&gt;You need to set up a port forward from your host to your kubernetes cluster. You might have to adjust the following to account for your OS. Below is for Ubuntu.&lt;/P&gt;&lt;P&gt;Find your service name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl get svc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do the following replacing %qcs service name%with appropriate name from above and %default% with the appropriate namespace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;kubectl port-forward service/%qcs service name% 32443:32443 -n %default% --address 0.0.0.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You will probably also need to execute the following on the host machine:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;sudo iptables -P FORWARD ACCEPT&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;To make this setting persistent you'll need to utilize iptables:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sudo apt-get install iptables-persistent&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2019 22:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605883#M18158</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-07-24T22:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik with Minikube - wrong redirection for console ?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605977#M18159</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your feedback. Indeed I also had to play with iptables in order to allow a remote access to my QCS config but it won't solve my port-changing issue (QCS replying with and url on port 443 instead of the default 32443 one). I could forward 443 to 32443 using iptables/haproxy/... but it would be better to have this fixed in Qlik itself.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605977#M18159</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2019-07-25T08:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik with Minikube - wrong redirection for console ?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605978#M18160</link>
      <description>&lt;P&gt;Do you still have a problem with this url?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://elastic.example:32443/console/license/overview/" target="_blank" rel="noopener"&gt;https://elastic.example:32443/console/license/overview/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605978#M18160</guid>
      <dc:creator>Leigh_Kennedy</dc:creator>
      <dc:date>2019-07-25T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik with Minikube - wrong redirection for console ?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605984#M18161</link>
      <description>&lt;P&gt;It's working with this url, thanks ! At least now, I can license Qlik and use it.&lt;/P&gt;&lt;P&gt;Is this a known bug with the '/console' url ?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 08:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Qlik-with-Minikube-wrong-redirection-for-console/m-p/1605984#M18161</guid>
      <dc:creator>dvasseur</dc:creator>
      <dc:date>2019-07-25T08:28:46Z</dc:date>
    </item>
  </channel>
</rss>

