<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Configure Caching on Spinnaker</title>
		<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/</link>
		<description>Recent content in Configure Caching on Spinnaker</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<atom:link href="https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Configure Spinnaker&#39;s Usage of Redis</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/configuration-examples/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/configuration-examples/</guid>
				<description>&lt;p&gt;Spinnaker relies on its cache for a few key purposes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Session data for logins&lt;/li&gt;&#xA;&lt;li&gt;Bake logs and history&lt;/li&gt;&#xA;&lt;li&gt;Recording which triggers have already been acted upon when using docker/jenkins triggers&lt;/li&gt;&#xA;&lt;li&gt;ETC.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Most of these can be configured to your needs, whether it is to make Spinnaker more responsive, or reduce the load on a&#xA;downstream dependency. Some of these settings apply only to SQL or REDIS depending upon configuration. The below are&#xA;some examples of adjusting these configurations.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Externalize Redis</title>
				<link>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/externalize-redis/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://deploy-preview-637--spinnaker-io.netlify.app/docs/setup/productionize/caching/externalize-redis/</guid>
				<description>&lt;p&gt;One of the easiest ways to improve Spinnaker&amp;rsquo;s reliability at scale is to use an&#xA;external Redis. The default redis component isn&amp;rsquo;t configured to be production-ready.&#xA;If you have a hosted Redis alternative, or a database team managing a Redis&#xA;installation, we highly recommend using that.&lt;/p&gt;&#xA;&lt;h2 id=&#34;configure-a-spinnaker-wide-redis&#34;&gt;Configure a Spinnaker-wide Redis&lt;/h2&gt;&#xA;&lt;p&gt;First, determine the URL of your Redis installation. Some examples include:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;redis://some.redis.url:6379&lt;/code&gt;: Redis running at &lt;code&gt;some.redis.url&lt;/code&gt; on port&#xA;&lt;code&gt;6379&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;code&gt;redis://admin:passw0rd@some.redis.url:6379&lt;/code&gt;: Same as above, but with&#xA;a username/password pair.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
