<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kcna on PAUL'S BLOG</title><link>https://paulyu.dev/tags/kcna/</link><description>Recent content in Kcna on PAUL'S BLOG</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 19 Dec 2025 13:00:00 +0000</lastBuildDate><atom:link href="https://paulyu.dev/tags/kcna/index.xml" rel="self" type="application/rss+xml"/><item><title>Study Guide: Kubernetes and Cloud Native Associate (KCNA)</title><link>https://paulyu.dev/article/kcna-study-guide/</link><pubDate>Fri, 19 Dec 2025 13:00:00 +0000</pubDate><guid>https://paulyu.dev/article/kcna-study-guide/</guid><description>&lt;p&gt;My KCNA certification is up for renewal, and as I&amp;rsquo;m preparing to retake the exam, it dawned on me that I wrote up a study guide for it never actually published it. Doh! 🫣&lt;/p&gt;
&lt;p&gt;So here it is 🤗&lt;/p&gt;
&lt;p&gt;The KCNA is a great entry point for anyone looking to validate their foundational knowledge of Kubernetes and the cloud native ecosystem. I thought it would be helpful to document my study notes and share them with others who are also preparing for the exam.&lt;/p&gt;</description></item><item><title>Installing Kubernetes 1.30</title><link>https://paulyu.dev/article/installing-kubernetes/</link><pubDate>Fri, 09 Aug 2024 13:00:00 +0000</pubDate><guid>https://paulyu.dev/article/installing-kubernetes/</guid><description>&lt;h2 id="kubernetes-on-your-laptop-3-part-series"&gt;Kubernetes on your Laptop (3 part series)&lt;/h2&gt;



 

 
 &lt;ul&gt;
 
 &lt;li hugo-nav="/article/installing-vmware-fusion/"&gt;&lt;a href="https://paulyu.dev/article/installing-vmware-fusion/"&gt;Installing VMware Fusion&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-ubuntu-server/"&gt;&lt;a href="https://paulyu.dev/article/installing-ubuntu-server/"&gt;Installing Ubuntu Server 22.04&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-kubernetes/"&gt;&lt;a href="https://paulyu.dev/article/installing-kubernetes/"&gt;Installing Kubernetes 1.30&lt;/a&gt;&lt;/li&gt;
 
 &lt;/ul&gt;
 

 


&lt;p&gt;This is the third and final post in my &amp;ldquo;Kubernetes on your Laptop&amp;rdquo; series. In this post, I will show you how to install Kubernetes on Ubuntu server. If you haven&amp;rsquo;t read the previous posts, I recommend you go back and ensure you have an Ubuntu server running on your laptop before proceeding.&lt;/p&gt;</description></item><item><title>Installing Ubuntu Server 22.04</title><link>https://paulyu.dev/article/installing-ubuntu-server/</link><pubDate>Thu, 08 Aug 2024 13:00:00 +0000</pubDate><guid>https://paulyu.dev/article/installing-ubuntu-server/</guid><description>&lt;h2 id="kubernetes-on-your-laptop-3-part-series"&gt;Kubernetes on your Laptop (3 part series)&lt;/h2&gt;



 

 
 &lt;ul&gt;
 
 &lt;li hugo-nav="/article/installing-vmware-fusion/"&gt;&lt;a href="https://paulyu.dev/article/installing-vmware-fusion/"&gt;Installing VMware Fusion&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-ubuntu-server/"&gt;&lt;a href="https://paulyu.dev/article/installing-ubuntu-server/"&gt;Installing Ubuntu Server 22.04&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-kubernetes/"&gt;&lt;a href="https://paulyu.dev/article/installing-kubernetes/"&gt;Installing Kubernetes 1.30&lt;/a&gt;&lt;/li&gt;
 
 &lt;/ul&gt;
 

 


&lt;p&gt;This is the second post in my &amp;ldquo;Kubernetes on your Laptop&amp;rdquo; series. In this post, I&amp;rsquo;ll show you how to install Ubuntu Server on a virtual machine using VMware Fusion. If you need help installing VMware Fusion, check out my previous post.&lt;/p&gt;
&lt;h2 id="download-ubuntu-server-image"&gt;Download Ubuntu Server Image&lt;/h2&gt;
&lt;p&gt;First thing we need to do is download the Ubuntu Server image based on your machine&amp;rsquo;s architecture:&lt;/p&gt;</description></item><item><title>Installing VMware Fusion</title><link>https://paulyu.dev/article/installing-vmware-fusion/</link><pubDate>Wed, 07 Aug 2024 13:00:00 +0000</pubDate><guid>https://paulyu.dev/article/installing-vmware-fusion/</guid><description>&lt;h2 id="kubernetes-on-your-laptop-3-part-series"&gt;Kubernetes on your Laptop (3 part series)&lt;/h2&gt;



 

 
 &lt;ul&gt;
 
 &lt;li hugo-nav="/article/installing-vmware-fusion/"&gt;&lt;a href="https://paulyu.dev/article/installing-vmware-fusion/"&gt;Installing VMware Fusion&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-ubuntu-server/"&gt;&lt;a href="https://paulyu.dev/article/installing-ubuntu-server/"&gt;Installing Ubuntu Server 22.04&lt;/a&gt;&lt;/li&gt;
 
 &lt;li hugo-nav="/article/installing-kubernetes/"&gt;&lt;a href="https://paulyu.dev/article/installing-kubernetes/"&gt;Installing Kubernetes 1.30&lt;/a&gt;&lt;/li&gt;
 
 &lt;/ul&gt;
 

 


&lt;p&gt;I&amp;rsquo;m preparing to renew my &lt;a href="https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/"&gt;CKA&lt;/a&gt; and &lt;a href="https://training.linuxfoundation.org/certification/certified-kubernetes-security-specialist/"&gt;CKS&lt;/a&gt; certifications, and to practice, I&amp;rsquo;ve decided to set up a local Kubernetes cluster as a lab environment on my laptop to work with control plane components which isn&amp;rsquo;t be possible in a managed Kubernetes environment like &lt;a href="https://cloud.google.com/kubernetes-engine"&gt;GKE&lt;/a&gt;, &lt;a href="https://aws.amazon.com/eks/"&gt;EKS&lt;/a&gt;, or &lt;a href="https://learn.microsoft.com/azure/aks/what-is-aks"&gt;AKS&lt;/a&gt;. There are other local Kubernetes options like &lt;a href="https://minikube.sigs.k8s.io/docs/"&gt;Minikube&lt;/a&gt;, &lt;a href="https://kind.sigs.k8s.io/"&gt;Kind&lt;/a&gt;, &lt;a href="https://docs.docker.com/desktop/kubernetes/"&gt;Docker Desktop&lt;/a&gt;, or &lt;a href="https://ranchermanager.docs.rancher.com/integrations-in-rancher/rancher-desktop"&gt;Rancher Desktop&lt;/a&gt; but you may run into some limitations especially as you try to prepare for the CKA and CKS exams. I wanted to have a full-blown Kubernetes cluster running locally without any restrictions.&lt;/p&gt;</description></item></channel></rss>