<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Operator on Cloudowski DevOps Expert</title><link>https://63db89d1.hugo-coudowski-website.pages.dev/tags/operator/</link><description>Recent content in Operator on Cloudowski DevOps Expert</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 25 Apr 2023 07:00:00 +0000</lastBuildDate><atom:link href="https://63db89d1.hugo-coudowski-website.pages.dev/tags/operator/index.xml" rel="self" type="application/rss+xml"/><item><title>Newsletter #70 - Jak Azure AKS nas rozleniwia</title><link>https://63db89d1.hugo-coudowski-website.pages.dev/newsletter-archive/70/</link><pubDate>Tue, 25 Apr 2023 07:00:00 +0000</pubDate><guid>https://63db89d1.hugo-coudowski-website.pages.dev/newsletter-archive/70/</guid><description>&lt;p>Co to była za konferencja! Mówię oczywiście o zeszłotygodniowym KubeCon EU 2023 w Amsterdamie, z którego niedawno wróciłem.&lt;br>
Za wcześnie jeszcze na podsumowanie - to zrobię już niedługo jak tylko pojawią się nagrania z najciekawszych prezentacji. A mam sporo przemyśleń, wskazówek i ciekawych narzędzi.&lt;br>
W międzyczasie zapraszam do obejrzenia kilku krótkich filmów i LIVE z ostatniego dnia - są one dostępne na &lt;a href="https://www.youtube.com/playlist?list=PLC2hWv6J_iIxNN_IMacTG0pBGLAz9zeV4">tej playliście&lt;/a>.&lt;/p></description></item><item><title>4 ways to manage Kubernetes resources</title><link>https://63db89d1.hugo-coudowski-website.pages.dev/articles/4-ways-to-manage-kubernetes-resources/</link><pubDate>Sat, 14 Mar 2020 22:00:00 +0000</pubDate><guid>https://63db89d1.hugo-coudowski-website.pages.dev/articles/4-ways-to-manage-kubernetes-resources/</guid><description>&lt;h2 id="kubectl-is-the-new-ssh">Kubectl is the new ssh&lt;/h2>
&lt;p>When I started my adventure with linux systems the first tool I had to get to know was ssh. Oh man, what a wonderful and powerful piece of software it is! You can not only log in to your servers, copy files, but also create vpns, omit firewalls with SOCKS proxy and port-forwarding rules, and many more. With Kubernetes, however, this tool is used mostly for node maintenance provided that you still need to manage them and you haven’t switched to CoreOS or another variant of the immutable node type. For any other cases, you use &lt;em>kubectl&lt;/em> which is the new ssh. If you don’t use API calls directly then you probably use it in some form and you feed it with plenty of yaml files. Let’s face it - this is how managing Kubernetes environment looks like nowadays. You create those beautiful, lengthy text files with the definitions of the resources you wish to be created by Kubernetes and then magic happens and you’re the hero of the day. Unless you want to create not one but tens or hundreds of them with different configurations. And that’s when things get complicated.&lt;/p></description></item></channel></rss>