<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microk8s on Ghafoor's Personal Blog</title><link>http://ghafoorsblog.com/tags/microk8s/</link><description>Recent content in Microk8s on Ghafoor's Personal Blog</description><generator>Hugo</generator><language>en</language><managingEditor>noreply@example.com (AG Sayyed)</managingEditor><webMaster>noreply@example.com (AG Sayyed)</webMaster><copyright>Copyright © 2024-2026 AG Sayyed. All Rights Reserved.</copyright><lastBuildDate>Sat, 16 May 2026 17:42:12 +0100</lastBuildDate><atom:link href="http://ghafoorsblog.com/tags/microk8s/index.xml" rel="self" type="application/rss+xml"/><item><title>Kubernetes Setup</title><link>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/16-k8s-lab/01-module/001-k8s-setup/</link><pubDate>Tue, 15 Jul 2025 17:51:43 +0000</pubDate><author>noreply@example.com (AG Sayyed)</author><guid>http://ghafoorsblog.com/courses/ibm/devops-content/devops-pcert/16-k8s-lab/01-module/001-k8s-setup/</guid><description>&lt;!-- Summary --&gt;
&lt;p class="lead text-primary"&gt;
The guide walks through deploying a Kubernetes lab with MicroK8s, installing add-ons, and testing basic workloads. Key steps include cluster initialization, Helm usage, and dashboard access.
&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="kubernetes-local-installation"&gt;Kubernetes local Installation&lt;/h2&gt;
&lt;p&gt;Kubernetes can be installed locally on a desktop mahcine. There are many ways to do this, but one of the most popular and easiest methods is to use &lt;strong&gt;MicroK8s&lt;/strong&gt;. MicroK8s is a lightweight, production-grade Kubernetes distribution that can be installed on Linux systems, including Ubuntu. Other distructions are &lt;strong&gt;Minikube&lt;/strong&gt;, &lt;strong&gt;K3s&lt;/strong&gt; and &lt;strong&gt;kubeadm&lt;/strong&gt;. These tools provide a simplified way to run Kubernetes clusters on local machines, making them ideal for development and testing purposes. Another popular distro is &lt;strong&gt;Docker Desktop/Rancher Desktop&lt;/strong&gt;, it is good for &lt;code&gt;Desktop users&lt;/code&gt;.
They all can be setup with a &lt;code&gt;single-node&lt;/code&gt; cluster known as &lt;code&gt;light-weight&lt;/code&gt; or a &lt;code&gt;multi-node&lt;/code&gt; cluseter setup.&lt;/p&gt;</description></item></channel></rss>