<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=DES%2FCurrent%2FDESPEGuide%2FGKE</id>
	<title>DES/Current/DESPEGuide/GKE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://all.docs.genesys.com/index.php?action=history&amp;feed=atom&amp;title=DES%2FCurrent%2FDESPEGuide%2FGKE"/>
	<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=DES/Current/DESPEGuide/GKE&amp;action=history"/>
	<updated>2026-04-30T13:49:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://all.docs.genesys.com/index.php?title=DES/Current/DESPEGuide/GKE&amp;diff=114980&amp;oldid=prev</id>
		<title>MPandian: Published</title>
		<link rel="alternate" type="text/html" href="https://all.docs.genesys.com/index.php?title=DES/Current/DESPEGuide/GKE&amp;diff=114980&amp;oldid=prev"/>
		<updated>2021-12-22T17:53:19Z</updated>

		<summary type="html">&lt;p&gt;Published&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Article&lt;br /&gt;
|Standalone=No&lt;br /&gt;
|DisplayName=Designer on GKE&lt;br /&gt;
|TocName=Designer on GKE&lt;br /&gt;
|Context=Learn more about specific settings that you have to configure when deploying Designer on Google Kubernetes Engine (GKE).&lt;br /&gt;
|ComingSoon=No&lt;br /&gt;
|Section={{Section&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext={{NoteFormat|Configure and deploy Designer as described in the topics under the '''Configure and deploy''' section. Only additional information that is specific to deploying Designer on GKE is provided here.|}}&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Configure a secret to access JFrog&lt;br /&gt;
|anchor=secretjf&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=If you haven't done so already, create a secret for accessing the JFrog registry (for example, &amp;lt;code&amp;gt;jfrog-stage-credentials&amp;lt;/code&amp;gt;):&lt;br /&gt;
&amp;lt;source&amp;gt;kubectl create secret docker-registry jfrog-stage-credentials \&lt;br /&gt;
--docker-server=pureengage-docker-staging.jfrog.io \&lt;br /&gt;
--docker-username=&amp;lt;camelot-username&amp;gt; \&lt;br /&gt;
--docker-password=&amp;lt;API key from jfrog&amp;gt; \&lt;br /&gt;
--docker-email=&amp;lt;emailid&amp;gt;&amp;lt;/source&amp;gt;&lt;br /&gt;
Now map the secret to the default service account:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;kubectl secrets link default jfrog-stage-credentials --for=pull&amp;lt;/code&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Create a Designer secret with GWS&lt;br /&gt;
|anchor=dessecgws&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=To create a Designer secret with GWS, update the following values to your Environment in the GWS service:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;internal-api-url-gws&amp;gt;&amp;lt;/code&amp;gt;: Set to the internal API of GWS&lt;br /&gt;
*&amp;lt;code&amp;gt;contactCenterIds&amp;lt;/code&amp;gt;: Set to your tenant ID&lt;br /&gt;
*&amp;lt;code&amp;gt;redirectURIs&amp;lt;/code&amp;gt;: Set to the URL(s) to be used for Designer&lt;br /&gt;
*&amp;lt;code&amp;gt;&amp;lt;DOMAIN&amp;gt;&amp;lt;/code&amp;gt;: Set to the domain address for the environment&lt;br /&gt;
&lt;br /&gt;
And, optionally, update the following:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;-u opsAdmin&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;opsPass&amp;lt;/code&amp;gt; (this is the default delivered for tenants)&lt;br /&gt;
*&amp;lt;code&amp;gt;client_secret&amp;lt;/code&amp;gt;: Set to any value (used in secret)&lt;br /&gt;
*&amp;lt;code&amp;gt;name&amp;lt;/code&amp;gt;: Set to anything&lt;br /&gt;
*&amp;lt;code&amp;gt;client_id&amp;lt;/code&amp;gt;: Set to your client ID (used in secret)&lt;br /&gt;
&lt;br /&gt;
===GWS settings for auth===&lt;br /&gt;
In the Designer flowsettings override file, update the following options with these values:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;htccserver&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;gws-service-proxy.gws.svc.cluster.local&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;gwsenvurl&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;http://gauth-environment.gauth.svc.cluster.local:80&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;gwsauthurl&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;http://gauth-auth.gauth.svc.cluster.local:8&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;ssoLoginUrl&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;https://gauth.apps.&amp;lt;DOMAIN&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Status=No&lt;br /&gt;
}}{{Section&lt;br /&gt;
|sectionHeading=Checking logs&lt;br /&gt;
|anchor=logs&lt;br /&gt;
|alignment=Vertical&lt;br /&gt;
|structuredtext=After deploying Designer, you check the logs using the following commands:&lt;br /&gt;
&lt;br /&gt;
'''Designer'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code class=&amp;quot;java plain&amp;quot;&amp;gt;kubectl get pods&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code class=&amp;quot;java plain&amp;quot;&amp;gt;kubectl logs &amp;lt;designer-pods-id&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''DAS'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code class=&amp;quot;java plain&amp;quot;&amp;gt;kubectl get pods&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code class=&amp;quot;java plain&amp;quot;&amp;gt;kubectl logs &amp;lt;das-pods-id&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|Status=No&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>MPandian</name></author>
		
	</entry>
</feed>