<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes on The Blog of Boban Acimovic</title><link>https://acim.net/tags/kubernetes/</link><description>Recent content in Kubernetes on The Blog of Boban Acimovic</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>The Blog of Boban Acimovic &amp;copy; 2026</copyright><lastBuildDate>Sat, 26 Dec 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://acim.net/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>A first impression of Rust from the perspective of a Go developer</title><link>https://acim.net/blog/rust-from-the-perspective-of-a-go-developer/</link><pubDate>Sat, 26 Dec 2020 00:00:00 +0000</pubDate><guid>https://acim.net/blog/rust-from-the-perspective-of-a-go-developer/</guid><description>&lt;p&gt;In these uncertain times and multiple months of remote work, at least we have some more time to dive into something new. I have been developing in Go since 2017, learned some TypeScript in the meantime, but few days ago I wanted to get into Rust once again. First time, approximately a year ago I gave up very quickly, realizing that Rust requires lot of time to learn and I didn&amp;rsquo;t have that much time at the moment.&lt;/p&gt;</description></item><item><title>Using Traefik 2.2 middlewares with Kubernetes Ingress resources</title><link>https://acim.net/blog/traefik-2-2-middlewares/</link><pubDate>Sat, 01 Aug 2020 00:00:00 +0000</pubDate><guid>https://acim.net/blog/traefik-2-2-middlewares/</guid><description>&lt;p&gt;Since Traefik 2.0, this feature was possible just with custom IngressRoute resources, but it is now possible with normal Kubernetes Ingress as well.&lt;/p&gt;
&lt;p&gt;So, what is the Traefik middleware, anyways? It is a piece of code which is triggered just before the Ingress itself. Here you can find the &lt;a href="https://docs.traefik.io/middlewares/overview/#available-middlewares" target="_blank" rel="noopener"&gt;full list&lt;/a&gt;
 of available directives that you can use to create your middleware. In this article we are going to define two middlewares, one to redirect &lt;em&gt;&lt;a href="https://www.example.io" target="_blank" rel="noopener"&gt;www.example.io&lt;/a&gt;
&lt;/em&gt; to &lt;em&gt;example.io,&lt;/em&gt; so that we make SEO happy and another one for basic authentication. Here is how this would look like using &lt;a href="https://github.com/roboll/helmfile" target="_blank" rel="noopener"&gt;helmfile&lt;/a&gt;
 declaration:&lt;/p&gt;</description></item><item><title>Traefik 2.2 can again fully utilize Kubernetes Ingress resources</title><link>https://acim.net/blog/traefik-2-2-ingress/</link><pubDate>Fri, 31 Jul 2020 00:00:00 +0000</pubDate><guid>https://acim.net/blog/traefik-2-2-ingress/</guid><description>&lt;p&gt;Learn how to setup &lt;a href="https://containo.us/blog/traefik-2-2-ingress/" target="_blank" rel="noopener"&gt;Traefik 2.2&lt;/a&gt;
 on Kubernetes and how to automatically get TLS wildcard certificates.&lt;/p&gt;
&lt;p&gt;Traefik is a modern Web server made in the cloud era so it&amp;rsquo;s authors define it as a Cloud Native edge router. It is written in Go and it&amp;rsquo;s maybe not as fast as nginx or HAProxy, but it is fast enough and in the same time it has great features not present in traditional Web servers. These features include automatic care of TLS certificates, nice control panel, support for Docker stacks and Kubernetes, etc.&lt;/p&gt;</description></item></channel></rss>