<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: akshaygupta2208</title>
    <description>The latest articles on DEV Community by akshaygupta2208 (@akshaygupta2208).</description>
    <link>https://dev.to/akshaygupta2208</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F990831%2F43610aab-2cfb-4add-8799-0cdcac4832cf.jpeg</url>
      <title>DEV Community: akshaygupta2208</title>
      <link>https://dev.to/akshaygupta2208</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akshaygupta2208"/>
    <language>en</language>
    <item>
      <title>Is there a way in Argocd to set shelf-life for application</title>
      <dc:creator>akshaygupta2208</dc:creator>
      <pubDate>Thu, 15 Dec 2022 11:48:52 +0000</pubDate>
      <link>https://dev.to/akshaygupta2208/is-there-a-way-in-argocd-to-set-shelf-life-for-application-28b5</link>
      <guid>https://dev.to/akshaygupta2208/is-there-a-way-in-argocd-to-set-shelf-life-for-application-28b5</guid>
      <description>&lt;p&gt;Is there a way in argocd using which I can set a shelf life for my applications. Such that when shelf life has expired the application will automatically gets removed from the cluster.&lt;/p&gt;

&lt;p&gt;I need this use-case for the dev/test environments where I want to provide my developers a way to directly deploy using their PR's so that they all can have their isolated deployments over Kubernetes. But at the same time I also want to optimise on costing side such that these deployments from feature branches get automatically pruned after some time(lets say 7 days).&lt;/p&gt;

&lt;p&gt;The manual way of doing it will be write a python script which will delete all application which are older than 7 days. but here I will have to handle multiple things out of the box. I am looking for some argocd native solution.&lt;/p&gt;

</description>
      <category>argocd</category>
      <category>kubernetes</category>
    </item>
  </channel>
</rss>
