<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Kubernetes on Arek's Blog</title><link>https://blog.kalandyk.xyz/tags/kubernetes/</link><description>Recent content in Kubernetes on Arek's Blog</description><generator>Hugo -- 0.147.8</generator><language>en-us</language><lastBuildDate>Tue, 27 Feb 2024 18:25:01 +0100</lastBuildDate><atom:link href="https://blog.kalandyk.xyz/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Kind k8s cluster + Metrics Server</title><link>https://blog.kalandyk.xyz/posts/kind-metrics-server/</link><pubDate>Tue, 27 Feb 2024 18:25:01 +0100</pubDate><guid>https://blog.kalandyk.xyz/posts/kind-metrics-server/</guid><description>&lt;p>Some time ago I wanted to quickly spawn a local Kubernetes cluster to test something while I was practicing for CKA exam.&lt;/p>
&lt;p>I decided to give &lt;a href="https://kind.sigs.k8s.io/">Kind&lt;/a> a go - It&amp;rsquo;s a tool that allows you to run k8s cluster using a regular container runtime (such as docker or podman).&lt;/p>
&lt;p>Everything was kind of smooth experience until I needed to run &lt;code>kubectl top pods&lt;/code>.&lt;/p>
&lt;p>I wasn&amp;rsquo;t able to successfully execute it, as to get any information about pods (and nodes) resource usage in a cluster, I had to install &lt;a href="https://kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/#metrics-server">Metrics Server&lt;/a>. And that&amp;rsquo;s the moment were an issue appeared&amp;hellip;&lt;/p></description></item></channel></rss>