<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-2284 How to deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2284 How to deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance</link><pubDate>Thu, 22 May 2025 16:00:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Current Revision posted to Appian Knowledge Base by pauline.delacruz on 5/22/2025 4:00:48 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. This article describes how to deploy a plug-in to an instance of Appian on Kubernetes.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of deploying a &lt;strong&gt;plugin textutils-1.0.3.jar&lt;/strong&gt; into a webapp pod named &lt;strong&gt;namespace&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2025&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>KB-2284 How to deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/16</link><pubDate>Tue, 19 Dec 2023 01:02:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Maggie Deppe-Walker on 12/19/2023 1:02:03 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. This article describes how to deploy a plug-in to an instance of Appian on Kubernetes.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s-0.146.1/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of deploying a &lt;strong&gt;plugin textutils-1.0.3.jar&lt;/strong&gt; into a webapp pod named &lt;strong&gt;namespace&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2023&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/15</link><pubDate>Tue, 19 Dec 2023 01:00:29 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Maggie Deppe-Walker on 12/19/2023 1:00:29 AM&lt;br /&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Purpose&lt;/h2&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. This article describes how to deploy a plug-in to a self-managed Kubernetes instance.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s-0.146.1/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of deploying a &lt;strong&gt;plugin textutils-1.0.3.jar&lt;/strong&gt; into a webapp pod named &lt;strong&gt;namespace&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2023&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/14</link><pubDate>Fri, 24 Nov 2023 07:07:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Maggie Deppe-Walker on 11/24/2023 7:07:59 AM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s-0.146.1/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of deploying a &lt;strong&gt;plugin textutils-1.0.3.jar&lt;/strong&gt; into a webapp pod named &lt;strong&gt;namespace&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2023&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/13</link><pubDate>Fri, 24 Nov 2023 07:04:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Maggie Deppe-Walker on 11/24/2023 7:04:36 AM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s-0.146.1/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example of deploying a &lt;strong&gt;plugin textutils-1.0.3.jar&lt;/strong&gt; into a webapp pod named &lt;strong&gt;namespace&lt;/strong&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/12</link><pubDate>Fri, 24 Nov 2023 07:03:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Maggie Deppe-Walker</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Maggie Deppe-Walker on 11/24/2023 7:03:42 AM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd4"&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods&amp;nbsp;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;according to the &lt;a href="https://docs.appian.com/suite/help/latest/k8s-0.146.1/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;documentation&lt;/a&gt;. Use the following template below:&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Example:&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;If the instance is HA,&amp;nbsp;run the command&amp;nbsp;on one webapp pod. The plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/p&gt;
&lt;h2 id="mcetoc_1hg0247pd5"&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/11</link><pubDate>Tue, 14 Feb 2023 15:24:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/14/2023 3:24:58 PM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;span&gt;&amp;nbsp;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;* In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 - Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/10</link><pubDate>Thu, 09 Feb 2023 12:37:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:37:18 PM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&amp;nbsp;&lt;/code&gt;&lt;span&gt;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;* In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/9</link><pubDate>Thu, 09 Feb 2023 12:10:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:10:13 PM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&amp;nbsp;&lt;/code&gt;&lt;span&gt;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;* In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/8</link><pubDate>Thu, 09 Feb 2023 12:09:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:09:49 PM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&amp;nbsp;&lt;/code&gt;&lt;span&gt;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n&amp;nbsp;&lt;/span&gt;&lt;i&gt;&lt;span&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;* In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/7</link><pubDate>Thu, 09 Feb 2023 12:09:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:09:09 PM&lt;br /&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&amp;nbsp;&lt;/code&gt;&lt;span&gt;of the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;lt;appian-webapp-pod-name&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;* In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/6</link><pubDate>Thu, 09 Feb 2023 12:08:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:08:24 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;code class="language-plaintext highlighter-rouge"&gt; o&lt;/code&gt;&lt;span&gt;f the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;lt;appian-webapp-pod-name&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/5</link><pubDate>Thu, 09 Feb 2023 12:07:58 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:07:58 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/&lt;/code&gt;&lt;code class="language-plaintext highlighter-rouge"&gt; o&lt;/code&gt;&lt;span&gt;f the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span style="font-weight:400;"&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;lt;appian-webapp-pod-name&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/pre&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/4</link><pubDate>Thu, 09 Feb 2023 12:06:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 12:06:14 PM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Plug-ins are located in the directory &lt;/span&gt;&lt;code class="language-plaintext highlighter-rouge"&gt;/usr/local/appian/ae/_admin/plugins/ o&lt;/code&gt;&lt;span&gt;f the Webapp pod volume. Deploy a plug-in by copying it to this directory.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;/h2&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. &lt;/span&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;kubectl cp &amp;lt;plugin-file.jar&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;&amp;nbsp;&amp;lt;appian-webapp-pod-name&amp;gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;&amp;lt;appian_namespace&amp;gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span&gt;For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span&gt;1.0&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;span&gt;3&lt;/span&gt;&lt;span&gt;.jar appian-webapp-&lt;/span&gt;&lt;span&gt;0&lt;/span&gt;&lt;span&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;strong&gt;In HA, do this on one webapp pod - the plugin&amp;#39;s directory will be mounted from the webapp RWX volume.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian in Kubernetes.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>SP-8177 [Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/3</link><pubDate>Thu, 09 Feb 2023 11:55:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 11:55:34 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This article serves as a template that you can copy/paste into a new article for use later on.&amp;nbsp;This template can be used to outline steps on troubleshooting certain types of issues/enabling loggers/performing certain steps to achieve a desired outcome in the product. They must be relevant to Appian or any of the third-party software Appian uses to run, such as JBoss or MySQL.&amp;nbsp;It can either be internal or external.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The title of the article must be under 256 characters (less depending on the types of characters used in the title as this is a limitation of Telligent). It must be as concise as possible. Those using the Knowledge Base should get a good idea of what the article is about just by reading the title.&lt;/p&gt;
&lt;p&gt;This description is for informational purposes only.&amp;nbsp;There should be no text above the &amp;quot;Purpose&amp;quot; header when using this template.&lt;/p&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This section is required for this template. A lot of the older How To articles might not have this section, but going forward we should try to keep a standard format. Provide a short statement about the purpose of this article.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;1.0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;3&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.jar appian-site-dev-webapp-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;In HA, just do this on one webapp pod - the plugins directory will be mounted from the haExistingClaim RWX volume.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>[Draft] Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/2</link><pubDate>Thu, 09 Feb 2023 11:46:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 11:46:57 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This article serves as a template that you can copy/paste into a new article for use later on.&amp;nbsp;This template can be used to outline steps on troubleshooting certain types of issues/enabling loggers/performing certain steps to achieve a desired outcome in the product. They must be relevant to Appian or any of the third-party software Appian uses to run, such as JBoss or MySQL.&amp;nbsp;It can either be internal or external.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The title of the article must be under 256 characters (less depending on the types of characters used in the title as this is a limitation of Telligent). It must be as concise as possible. Those using the Knowledge Base should get a good idea of what the article is about just by reading the title.&lt;/p&gt;
&lt;p&gt;This description is for informational purposes only.&amp;nbsp;There should be no text above the &amp;quot;Purpose&amp;quot; header when using this template.&lt;/p&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This section is required for this template. A lot of the older How To articles might not have this section, but going forward we should try to keep a standard format. Provide a short statement about the purpose of this article.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;1.0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;3&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.jar appian-site-dev-webapp-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;In HA, just do this on one webapp pod - the plugins directory will be mounted from the haExistingClaim RWX volume.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item><item><title>Deploy plugins on a Kubernetes Appian instance</title><link>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance/revision/1</link><pubDate>Thu, 09 Feb 2023 11:44:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e638ea74-158b-4aca-8e3d-09abade8f174</guid><dc:creator>Miguel Ángel Antolín Bermúdez</dc:creator><comments>https://community.appian.com/support/w/kb/3069/kb-2284-how-to-deploy-plugins-on-a-kubernetes-appian-instance#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Miguel Ángel Antolín Bermúdez on 2/9/2023 11:44:25 AM&lt;br /&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This article serves as a template that you can copy/paste into a new article for use later on.&amp;nbsp;This template can be used to outline steps on troubleshooting certain types of issues/enabling loggers/performing certain steps to achieve a desired outcome in the product. They must be relevant to Appian or any of the third-party software Appian uses to run, such as JBoss or MySQL.&amp;nbsp;It can either be internal or external.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The title of the article must be under 256 characters (less depending on the types of characters used in the title as this is a limitation of Telligent). It must be as concise as possible. Those using the Knowledge Base should get a good idea of what the article is about just by reading the title.&lt;/p&gt;
&lt;p&gt;This description is for informational purposes only.&amp;nbsp;There should be no text above the &amp;quot;Purpose&amp;quot; header when using this template.&lt;/p&gt;
&lt;h2&gt;Purpose&lt;/h2&gt;
&lt;p&gt;This section is required for this template. A lot of the older How To articles might not have this section, but going forward we should try to keep a standard format. Provide a short statement about the purpose of this article.&lt;/p&gt;
&lt;h2&gt;Instructions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;Manually copy each plugin file into one of the webapp pods &lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/22.3/k8s-0.112.0/kubectl-cheat-sheet.html#copying-files-to-and-from-pods"&gt;&lt;span style="font-weight:400;"&gt;as per the public docs&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight:400;"&gt;. For example:&lt;/span&gt;&lt;/p&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;kubectl cp .\textutils-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;1.0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.&lt;/span&gt;&lt;span style="font-weight:400;"&gt;3&lt;/span&gt;&lt;span style="font-weight:400;"&gt;.jar appian-site-dev-webapp-&lt;/span&gt;&lt;span style="font-weight:400;"&gt;0&lt;/span&gt;&lt;span style="font-weight:400;"&gt;:/usr/local/appian/ae/_admin/plugins -n &lt;/span&gt;&lt;i&gt;&lt;span style="font-weight:400;"&gt;namespace&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-weight:400;"&gt;&lt;/span&gt;&lt;span style="font-weight:400;"&gt;In HA, just do this on one webapp pod - the plugins directory will be mounted from the haExistingClaim RWX volume.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;&lt;span&gt;Affected Versions&lt;/span&gt;&lt;/h2&gt;
&lt;p&gt;This section includes any relevant version information for Appian or other third/party configurations. Some examples of valid affected versions are as follows:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to all versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all self-managed versions of Appian.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian Cloud.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and later.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.2 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 7.11 and 16.1.&lt;/li&gt;
&lt;li&gt;This article applies to Appian 16.1, 16.2, and 16.3.&lt;/li&gt;
&lt;li&gt;This article applies to self-managed Appian 19.3 and earlier.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian from Appian 7.10 to Appian 16.2.&lt;/li&gt;
&lt;li&gt;This article applies to all versions of Appian using JBoss EAP 6.4.9 as an application server and Internet Explorer 9 as a web browser.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: webapp, how-to, Kubernetes, plugins&lt;/div&gt;
</description></item></channel></rss>