<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kustomize on Cloudowski DevOps Expert</title><link>https://63db89d1.hugo-coudowski-website.pages.dev/tags/kustomize/</link><description>Recent content in Kustomize on Cloudowski DevOps Expert</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 15 Feb 2023 12:47:00 +0000</lastBuildDate><atom:link href="https://63db89d1.hugo-coudowski-website.pages.dev/tags/kustomize/index.xml" rel="self" type="application/rss+xml"/><item><title>(PL) Przystań Kubernetes</title><link>https://63db89d1.hugo-coudowski-website.pages.dev/ebooks/przystan-kubernetes/</link><pubDate>Wed, 15 Feb 2023 12:47:00 +0000</pubDate><guid>https://63db89d1.hugo-coudowski-website.pages.dev/ebooks/przystan-kubernetes/</guid><description>&lt;h4 id="nie-taki-deployment-straszny">Nie taki deployment straszny&lt;/h4>
&lt;p>Jedna rzecz to słyszeć o tym jaki Kubernetes jest fajny, mieć nawet dostęp do klastra, a druga to móc go faktycznie sprawnie użyć.&lt;br>
Przedstawiam Ci ebooka, który krok po kroku pokaże Ci jak zbudować i wdrożyć aplikację na klaster Kubernetesa. I to nie jest jeden z tych banalnych tutoriali – moje wskazówki pozwolą Ci zarządzać aplikacją jaką możesz spotkać w realnej pracy.&lt;br>
Jest ona złożona z backendu i frontendu, a narzędzia, które przedstawiam mogą spokojnie posłużyć Ci do pracy na środowisku produkcyjnym.&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>