<?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: STT - Exploring Qlik Sense Enterprise on Kubernetes in Techspert Talks</title>
    <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636489#M105</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17411"&gt;@Carl_Hunter&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I haven't used that PS script myself to deploy, but what you need to check first is that kubectl is set up to work against minikube.&lt;/P&gt;
&lt;P&gt;If you run &lt;STRONG&gt;kubectl config get-contexts&lt;/STRONG&gt; you should get something similar to:&lt;/P&gt;
&lt;PRE&gt;CURRENT NAME CLUSTER AUTHINFO NAMESPACE&lt;BR /&gt;k8s-3tier k8s-3tier k8s-3tier-admin &lt;BR /&gt;microk8s-cluster microk8s-cluster microk8s-admin &lt;BR /&gt;* minikube minikube minikube &lt;BR /&gt;minishift 192-168-99-100:8443 developer/192-168-99-100:8443 &lt;/PRE&gt;
&lt;P&gt;Make sure kubectl is configured to work against minikube (the * at the beginning).&lt;/P&gt;
&lt;P&gt;If not, run the following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl config use-context minikube&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Check communication is working using:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl cluster-info&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This should give you the following:&lt;/P&gt;
&lt;PRE&gt;Kubernetes master is running at https://192.168.99.102:8443&lt;BR /&gt;KubeDNS is running at https://192.168.99.102:8443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Helm is using kubectl it's essential that kubectl is configured and working properly before trying to initialize Helm and deploy the tiller pod.&lt;/P&gt;
&lt;P&gt;Since v0.26 of minikube RBAC is enabled by default. You can check this by running:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl api-versions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you have the following line,&amp;nbsp;&lt;EM&gt;authorization.k8s.io/v1,&amp;nbsp;&lt;/EM&gt;you need to add a service account for tiller before deploying it, as described here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://helm.sh/docs/using_helm/#role-based-access-control" target="_blank"&gt;https://helm.sh/docs/using_helm/#role-based-access-control&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope the above solves your issues.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Bjorn&lt;/P&gt;</description>
    <pubDate>Thu, 17 Oct 2019 08:02:32 GMT</pubDate>
    <dc:creator>Bjorn_Wedbratt</dc:creator>
    <dc:date>2019-10-17T08:02:32Z</dc:date>
    <item>
      <title>STT - Exploring Qlik Sense Enterprise on Kubernetes</title>
      <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1634225#M103</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This session will address the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Look at new features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- What to do first&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Live demonstration&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Gotchas to avoid&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;div class="video-embed-center video-embed"&gt;&lt;iframe class="embedly-embed" src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FzWWs6aBkxcw%3Ffeature%3Doembed&amp;amp;display_name=YouTube&amp;amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DzWWs6aBkxcw&amp;amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FzWWs6aBkxcw%2Fhqdefault.jpg&amp;amp;type=text%2Fhtml&amp;amp;schema=youtube" width="600" height="337" scrolling="no" title="STT - Exploring Qlik Sense Enterprise on Kubernetes" frameborder="0" allow="autoplay; fullscreen; encrypted-media; picture-in-picture;" allowfullscreen="true"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For more information:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.qlik.com/articles/000085749" target="_self"&gt;&lt;SPAN&gt;https://support.qlik.com/articles/000085749&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Resource links:&lt;/STRONG&gt;&lt;BR /&gt;App Administration -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/June2019/pdf/Administer%20Qlik%20Sense%20Enterprise%20on%20Kubernetes.pdf" target="_blank" rel="noopener"&gt;Administer Qlik Sense Enterprise on Kubernetes&lt;/A&gt;&lt;BR /&gt;Kubectl -&amp;nbsp;&lt;A href="https://kubernetes.io/docs/reference/kubectl/cheatsheet/" target="_blank" rel="noopener"&gt;Kubectl Cheat Sheet&lt;/A&gt;&lt;BR /&gt;Helm -&amp;nbsp;&lt;A href="https://helm.sh/docs/chart_best_practices/#the-chart-best-practices-guide" target="_blank" rel="noopener"&gt;Helm Chart Best Practices Guide&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Logging -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/September2019/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoK/Administer_QSEoK/monitor-metrics-QSEoK.htm" target="_blank" rel="noopener"&gt;Qlik Sense Enterrpise on Kubernetes Monitor Metrics&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Git Ops -&amp;nbsp;&lt;A href="https://medium.com/@timfpark/highly-effective-kubernetes-deployments-with-gitops-c7a0354f1446" target="_blank" rel="noopener"&gt;Highly Effective Kubernetes Deployments with GitOps&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Scaling –Assigning Pods-&amp;nbsp;&lt;A href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/" target="_blank" rel="noopener"&gt;Assign Pod Node&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Template Values Yaml -&amp;nbsp;&lt;A href="https://github.com/awsawyer/qseok-support-templates" target="_blank" rel="noopener"&gt;QSEoK Support Templates&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Minimum Prereqs -&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense-admin/September2019/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoK/Deploy_QSEoK/Deploying-Qlik-Sense-multi-cloud-Efe.htm" target="_blank" rel="noopener"&gt;Minimum Qlik Sense Enterprise Pre-Requisites&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;MongoDB – Stateful Sets -&amp;nbsp;&lt;A href="https://kubernetes.io/blog/2017/01/running-mongodb-on-kubernetes-with-statefulsets/" target="_blank" rel="noopener"&gt;Running MongoDB on Kubernetes with Stateful Sets&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://github.com/awsawyer/qseok-support-templates/" target="_blank" rel="noopener"&gt;Setup instructions of demo environment&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=AEXwliZ-xXA" target="_blank" rel="noopener"&gt;Video demonstrating setup of Qlik Sense Enterprise on Azure AKS&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 11:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1634225#M103</guid>
      <dc:creator>Troy_Raney</dc:creator>
      <dc:date>2019-10-11T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: STT - Exploring Qlik Sense Enterprise on Kubernetes</title>
      <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636349#M104</link>
      <description>&lt;P&gt;Hi, is anyone running into issues with trying to setup kubernetes on Minikube?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried doing configuring QSE on Minikube via the Qlik Help file, which was unsuccessful, and now after watching the youtube video and using some scripts from GitHub (&lt;A href="https://github.com/tonikautto/qse-kubernetes-minikube" target="_blank"&gt;https://github.com/tonikautto/qse-kubernetes-minikube&lt;/A&gt;), I am getting the same problem:&lt;/P&gt;&lt;P&gt;It seems that when Helm is started, Tiller isn't being initialised correctly, so when you run &amp;lt;helm install&amp;gt;, you get an error re "Could not find Tiller"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21744i07FFA6E1D8AB47FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$HELM_HOME has been configured at C:\Users\&amp;lt;name&amp;gt;\.helm.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Error: error installing: the server could not find the requested resource&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Error: could not find tiller&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Error: could not find tiller&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;No resources found in default namespace.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;There are posts online re this issue, and I've tried a few of them, i.e. rolling back my version of Kubernetes, but, this doesn't resolve.&amp;nbsp;I am not really sure where to go next, as my knowledge of this world is quite slim, hence why wondering if anyone else in the Qlik world is having this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636349#M104</guid>
      <dc:creator>Carl_Hunter</dc:creator>
      <dc:date>2019-10-16T21:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: STT - Exploring Qlik Sense Enterprise on Kubernetes</title>
      <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636489#M105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17411"&gt;@Carl_Hunter&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I haven't used that PS script myself to deploy, but what you need to check first is that kubectl is set up to work against minikube.&lt;/P&gt;
&lt;P&gt;If you run &lt;STRONG&gt;kubectl config get-contexts&lt;/STRONG&gt; you should get something similar to:&lt;/P&gt;
&lt;PRE&gt;CURRENT NAME CLUSTER AUTHINFO NAMESPACE&lt;BR /&gt;k8s-3tier k8s-3tier k8s-3tier-admin &lt;BR /&gt;microk8s-cluster microk8s-cluster microk8s-admin &lt;BR /&gt;* minikube minikube minikube &lt;BR /&gt;minishift 192-168-99-100:8443 developer/192-168-99-100:8443 &lt;/PRE&gt;
&lt;P&gt;Make sure kubectl is configured to work against minikube (the * at the beginning).&lt;/P&gt;
&lt;P&gt;If not, run the following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl config use-context minikube&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Check communication is working using:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl cluster-info&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This should give you the following:&lt;/P&gt;
&lt;PRE&gt;Kubernetes master is running at https://192.168.99.102:8443&lt;BR /&gt;KubeDNS is running at https://192.168.99.102:8443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Helm is using kubectl it's essential that kubectl is configured and working properly before trying to initialize Helm and deploy the tiller pod.&lt;/P&gt;
&lt;P&gt;Since v0.26 of minikube RBAC is enabled by default. You can check this by running:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;kubectl api-versions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you have the following line,&amp;nbsp;&lt;EM&gt;authorization.k8s.io/v1,&amp;nbsp;&lt;/EM&gt;you need to add a service account for tiller before deploying it, as described here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://helm.sh/docs/using_helm/#role-based-access-control" target="_blank"&gt;https://helm.sh/docs/using_helm/#role-based-access-control&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope the above solves your issues.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Bjorn&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 08:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636489#M105</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2019-10-17T08:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: STT - Exploring Qlik Sense Enterprise on Kubernetes</title>
      <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636900#M106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6112"&gt;@Bjorn_Wedbratt&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36001"&gt;@Troy_Raney&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry, this still isnt working after I've applied the service account to teller. I keep getting an error when running helm init:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error: error installing: the server could not find the requested resource&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The Qlik Help file doesn't really go into that much detail re Minikube, which is disappointing (&lt;A href="https://help.qlik.com/en-US/sense-admin/September2019/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoK/Deploy_QSEoK/using-minikube-qseok.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-admin/September2019/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoK/Deploy_QSEoK/using-minikube-qseok.htm&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 19:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1636900#M106</guid>
      <dc:creator>Carl_Hunter</dc:creator>
      <dc:date>2019-10-17T19:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: STT - Exploring Qlik Sense Enterprise on Kubernetes</title>
      <link>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1637144#M107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17411"&gt;@Carl_Hunter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I investigated this a bit further and there seems to be an issue with Helm and Kubernetes 1.16 when running minikube as discussed here:&amp;nbsp;&lt;A href="https://github.com/helm/helm/issues/6374" target="_blank"&gt;https://github.com/helm/helm/issues/6374&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I tried to downgrade kubernetes to 1.15 and that seems to be the easiest workaround for now.&lt;/P&gt;
&lt;P&gt;What you need to do is:&lt;/P&gt;
&lt;P&gt;delete the existing deployment of minikube&lt;/P&gt;
&lt;PRE&gt;minikube delete&lt;/PRE&gt;
&lt;P&gt;Then if you look into the&amp;nbsp;1-Deploy-Minikube-Win.ps1, edit the line where minikube is started and specify the version&lt;/P&gt;
&lt;PRE&gt;minikube start --memory $VmMemory --cpus=$VmCpu --kubernetes-version=1.15.4&lt;/PRE&gt;
&lt;P&gt;Now everything should be working fine.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Bjorn&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 12:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Techspert-Talks/STT-Exploring-Qlik-Sense-Enterprise-on-Kubernetes/m-p/1637144#M107</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2019-10-18T12:01:23Z</dc:date>
    </item>
  </channel>
</rss>

