<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>emojivoto &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/emojivoto/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Fri, 06 Dec 2019 11:33:14 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>Linkerd2 for ARM64</title>
		<link>https://blog.richliu.com/2019/12/06/4247/linkerd2-for-arm64/</link>
					<comments>https://blog.richliu.com/2019/12/06/4247/linkerd2-for-arm64/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Fri, 06 Dec 2019 11:28:54 +0000</pubDate>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[arm64]]></category>
		<category><![CDATA[emojivoto]]></category>
		<category><![CDATA[kubernetes]]></category>
		<category><![CDATA[linkerd]]></category>
		<category><![CDATA[linkerd2]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=4247</guid>

					<description><![CDATA[<p>There is no regular ARM64 support for Linkerd2 now. So, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/12/06/4247/linkerd2-for-arm64/">Linkerd2 for ARM64</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>There is no regular ARM64 support for <a rel="noreferrer noopener" aria-label="Linkerd2  (opens in a new tab)" href="https://github.com/linkerd/linkerd2" target="_blank">Linkerd2 </a>now. <br /><br />So, I built one for test. <br />All necessary packages will be downloaded from my private docker.io account. not from regular linkerd2 repository. <br /><br />Linkerd2 version is master version between v2.6.0 and next version<br />emojivoto version is v9 (master version)</p>



<span id="more-4247"></span>



<p>First, download Linkerd2 binary for ARM64 from my github website. <br />There are some binary files in release directory, please ignore them, just for compile source code only. </p>



<pre class="wp-block-code"><code>git clone https://github.com/richliu/linkerd2-arm64.git
cd linkerd2-arm64/</code></pre>



<p>Install Linkerd2 for ARM64</p>



<pre class="wp-block-code"><code>kubectl apply -f arm64.yml</code></pre>



<p>It can also install Linkerd2 demo app emojivoto, yes, it doesn&#8217;t support ARM64, so, I ported it for ARM64 platform. </p>



<pre class="wp-block-code"><code>kubectl apply -f emojivoto.yml</code></pre>



<p>Check whether it running on your system . </p>



<figure class="wp-block-image"><img fetchpriority="high" decoding="async" width="1024" height="376" src="https://blog.richliu.com/wp-content/uploads/2019/12/image-1024x376.png" alt="" class="wp-image-4248" srcset="https://blog.richliu.com/wp-content/uploads/2019/12/image-1024x376.png 1024w, https://blog.richliu.com/wp-content/uploads/2019/12/image-300x110.png 300w, https://blog.richliu.com/wp-content/uploads/2019/12/image-768x282.png 768w, https://blog.richliu.com/wp-content/uploads/2019/12/image.png 1478w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Now, it can follow <a rel="noreferrer noopener" aria-label="linkerd Getting Started  (opens in a new tab)" href="https://linkerd.io/2/getting-started/" target="_blank">linkerd Getting Started </a>to test  linkerd2  on ARM64 platform. <br /><br />ref. <br /><a href="https://github.com/linkerd/linkerd2/issues/1165#" target="_blank" rel="noopener">Support for ARM based architectures?</a></p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2019/12/06/4247/linkerd2-for-arm64/">Linkerd2 for ARM64</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2019/12/06/4247/linkerd2-for-arm64/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
