<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cloud on make me: APe</title><link>https://apealive.net/tags/cloud/</link><description>Recent content in Cloud on make me: APe</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 21 Jan 2023 14:19:28 +0000</lastBuildDate><atom:link href="https://apealive.net/tags/cloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Some Sugar from a DevOps Life: Secure File Syncing &amp; Cloud Secrets</title><link>https://apealive.net/snippets/some-sugar-from-devops-life/</link><pubDate>Sat, 21 Jan 2023 14:19:28 +0000</pubDate><guid>https://apealive.net/snippets/some-sugar-from-devops-life/</guid><description>&lt;p&gt;This is a curated collection of secure file synchronization, cloud infrastructure utilities, and secret management recipes compiled from my public GitHub Gists, representing some sweet shortcuts from a DevOps life.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="-keyring-secrets-management-and-cli"&gt;🔑 keyring, secrets management and CLI&lt;a class="heading-anchor" href="#-keyring-secrets-management-and-cli" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Published: 2026-04-01T05:44:09Z | Original Link: &lt;a href="https://gist.github.com/epcim/479188c2a98468ed9c0187386a54e23a" target="_blank" rel="noopener noreferrer"&gt;Gist Link&lt;/a&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;# gopass
EDITOR=vi gopass insert me/api/xyz_api_key
XYZ_API_KEY=&amp;#34;$(gopass -o me/api/xyz_api_key)&amp;#34;


# python
python -m keyring set XYZ_API_KEY &amp;lt;username&amp;gt;
python -m keyring get XYZ_API_KEY &amp;lt;username&amp;gt;


# MacOS
get_secret() {
 security find-generic-password -a &amp;#34;$USER&amp;#34; -s &amp;#34;$1&amp;#34; -w
}
export XYZ_API_KEY=$(get_secret XYZ_API_KEY)
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="-gcrio-image-statistics"&gt;🔑 gcr.io image statistics&lt;a class="heading-anchor" href="#-gcrio-image-statistics" aria-hidden="true"&gt;#&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Published: 2024-08-22T08:14:27Z | Original Link: &lt;a href="https://gist.github.com/epcim/dded1df6176ef162b693bffd08cc5ba3" target="_blank" rel="noopener noreferrer"&gt;Gist Link&lt;/a&gt;
&lt;/em&gt;&lt;/p&gt;</description></item><item><title>DevOps Kung-fu workshop</title><link>https://apealive.net/post/2016-01_devopskungfu/</link><pubDate>Tue, 26 Jan 2016 13:50:32 +0100</pubDate><guid>https://apealive.net/post/2016-01_devopskungfu/</guid><description>&lt;p&gt;&lt;em&gt;Work in progress…&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I am now working on DevOps workshop that would show up Chef, Consul,
Docker possibilities in DEV and orchestration together with KitchenCI
and InSpec testing and auditing.&lt;/p&gt;
&lt;p&gt;As a first stage I created my own version for DevOps kung-fu
presentation: &lt;a href="http://slides.com/petrmichalec/epcim-devops-cult" target="_blank" rel="noopener noreferrer"&gt;http://slides.com/petrmichalec/epcim-devops-cult&lt;/a&gt;
&lt;/p&gt;
&lt;div class="box"&gt;
&lt;figure itemprop="associatedMedia" itemscope=""
itemtype="http://schema.org/ImageObject"&gt;
&lt;div class="img"&gt;
&lt;img src="http://apealive.net/media/post/2016/2016-01_DevOpsKungFu.png"
itemprop="thumbnail" /&gt;
&lt;/div&gt;
&lt;a href="http://apealive.net/media/post/2016/2016-01_DevOpsKungFu.png"
itemprop="contentUrl"&gt;&lt;/a&gt;
&lt;figcaption&gt;&lt;h4 id="devopskungfu-presentation"&gt;DevOpsKungFu
presentation&lt;/h4&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;&lt;em&gt;Note: this was originaly presented by Adam Jacob / CTO of Chef /
@adamhjk - &lt;a href="http://github.com/chef/devops-kungfu" target="_blank" rel="noopener noreferrer"&gt;http://github.com/chef/devops-kungfu&lt;/a&gt;
. Worth to watch
youtube stream BTW.&lt;/em&gt;&lt;/p&gt;</description></item></channel></rss>