{"id":36048,"date":"2024-02-15T10:10:49","date_gmt":"2024-02-15T10:10:49","guid":{"rendered":"https:\/\/accuweb.cloud\/blog\/?p=36048"},"modified":"2026-01-22T13:09:10","modified_gmt":"2026-01-22T13:09:10","slug":"k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide","status":"publish","type":"post","link":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/","title":{"rendered":"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#8217;s Guide"},"content":{"rendered":"<h1 class=\"ack-h1\">How to set up a K3s Kubernetes Cluster on Ubuntu 22.04<\/h1>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-42005 size-full\" title=\"How to set up a K3s Kubernetes Cluster on Ubuntu 22.04\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\" alt=\"How to set up a K3s Kubernetes Cluster on Ubuntu 22.04\" width=\"1280\" height=\"720\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png 1280w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04-300x169.png 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04-1024x576.png 1024w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04-768x432.png 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/a><\/p>\n<div class=\"tips_box-cloud gradient-cloud\">\n<h3 class=\"cb-h3\">TL;DR<\/h3>\n<ul class=\"cb-ul\">\n<li>This guide shows how to install a <b>K3s lightweight Kubernetes cluster<\/b> on Ubuntu 22.04 with minimal dependencies.<\/li>\n<li>K3s is a <b>lightweight Kubernetes distribution<\/b> ideal for edge, IoT, development, and resource-constrained environments.<\/li>\n<li>Start by logging into your Ubuntu server as root or a sudo user and preparing the system.<\/li>\n<li>Install K3s using the official install script:<br \/>\n<b>curl -sfL https:\/\/get.k3s.io | sh<\/b><br \/>\nThis automatically sets up a single-node Kubernetes cluster.<\/li>\n<li>After installation, verify all default Kubernetes objects and services with <b>kubectl get all -n kube-system<\/b>.<\/li>\n<li>You can customize your K3s configuration using environment variables during installation (e.g., disabling the built-in Traefik ingress).<\/li>\n<li>To uninstall K3s, run the included uninstall script to clean up the cluster and related components.<\/li>\n<\/ul>\n<\/div>\n<p>In this article, you will find a detailed walkthrough on installing and configuring K3s on Ubuntu.\u00a0 With K3s, it is possible to effortlessly deploy a Kubernetes cluster by utilizing a small binary in minutes.<\/p>\n<h2 id=\"what-is-kubernetes\" class=\"ack-h2\">What is Kubernetes (K8s)?<\/h2>\n<p>Kubernetes is a container orchestration that can build, scale, manage, and deploy containerized applications anywhere. K8s is just a General-purpose container distribution, It provides a flexible and scalable platform for building, deploying, and managing applications in a wide variety of environments. Whether you&#8217;re running a small application on a single server, or managing a large-scale deployment across multiple clusters, <a class=\"ac-link-text\" href=\"https:\/\/accuweb.cloud\/application\/kubernetes-hosting\" target=\"_blank\" rel=\"noopener\">Kubernetes<\/a> can help you streamline your workflow and improve your application&#8217;s performance.<\/p>\n<h2 id=\"what-is-k3s\" class=\"ack-h2\">What is K3s?<\/h2>\n<p>K3s is a lightweight Kubernetes distribution that comes in a single-binary package. It is designed to be resource-friendly, making it perfect for edge computing, IoT deployments, CI\/CD pipelines, and local development. With easy setup, efficient use of resources, baked-in security, and cross-platform compatibility, K3s offers all the power of Kubernetes in a more lightweight package. Whether you&#8217;re a beginner or a seasoned pro, K3s is the perfect choice to bring Kubernetes to your resource-constrained scenarios.<\/p>\n<p>Before installing\/deploying K3s it is important to have a clear understanding of the difference between K3s and K8s, we recommend reading our blog post titled &#8220;K8s VS k3s &#8211; what is the difference?&#8221; This will provide you with valuable insights that you can consider before installing any Kubernetes distribution.<\/p>\n<p>To start, the initial setup for the Ubuntu server needs to be executed. Taking a few additional steps will enhance the server&#8217;s <a class=\"ac-link-text\" href=\"https:\/\/accuweb.cloud\/resource\/user-guide\/cloud-security-report\" target=\"_blank\" rel=\"noopener\">security<\/a> and usability, providing a strong base for future actions.<\/p>\n<h2 id=\"manual-installation\" class=\"ack-h2\">Manual Installation of K3s<\/h2>\n<h3 id=\"root-access\" class=\"ack-h3\">Step 1: Root Access<\/h3>\n<p>To log in to your server, you must have access to the server&#8217;s public IP address. Furthermore, if you have opted for SSH key authentication, you will need to have either the password or private key linked to the root user account.<\/p>\n<p>If you are not connected to your server currently, log in as the root user using the following command. Substitute the highlighted your_server_ip portion of the command with your server\u2019s public IP address:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n$ ssh root@your_server_ip<\/code><\/pre>\n<div class=\"accu-extra-top-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13.jpg\"><img decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36060 size-full\" title=\"Root Access\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13.jpg\" alt=\"Root Access\" width=\"1036\" height=\"554\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13.jpg 1036w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13-300x160.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13-1024x548.jpg 1024w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img13-768x411.jpg 768w\" sizes=\"(max-width: 1036px) 100vw, 1036px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>If you encounter a warning concerning host authenticity, accept it. When your server uses password authentication, enter your root password for logging in. If you utilize an SSH key that has a passphrase, you may need to input the passphrase during the first usage of the key in each session. In the instance that this is your first time accessing the server with a password, you may need to change the root password. Observe the provided instructions to modify the password if prompted.<\/p>\n<p>Set Up Your <span style=\"color: #2c39bd;\"><strong><a style=\"color: #2c39bd;\" href=\"https:\/\/accuweb.cloud\/application\/kubernetes-hosting\">Kubernetes Cluster<\/a><\/strong><\/span> with Enhanced Add-Ons!<\/p>\n<h3 id=\"new-user\" class=\"ack-h3\">Step 2: Create a New User<\/h3>\n<p>Once you log in as root, you\u2019ll be able to add the new user account. In the future, we\u2019ll log in with this new account instead of root.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>This example creates a new user called io_lucas, but you should replace that with a username that you like:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# sudo adduser  <strong>io_lucas<\/strong><\/code><\/pre>\n<div class=\"accu-extra-top-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img16.jpg\"><img decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36061 size-full\" title=\"Create a New User\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img16.jpg\" alt=\"Create a New User\" width=\"559\" height=\"175\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img16.jpg 559w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img16-300x94.jpg 300w\" sizes=\"(max-width: 559px) 100vw, 559px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<div style=\"display: flex; justify-content: center;\">\n<div class=\"save-card1\"><a class=\"save-btn1\" href=\"https:\/\/accuweb.cloud\/register\">Register Now \u2192<\/a><\/div>\n<\/div>\n<div class=\"accu-blog-space\"><\/div>\n<h3 id=\"firewall-security\" class=\"ack-h3\">Step: 3 Setting up the Firewall Security<\/h3>\n<p>By leveraging the UFW firewall, Ubuntu servers can enforce restrictions on connections exclusively to designated services. You can establish a rudimentary firewall setup by utilizing this application. Upon installation, applications can register their profiles with UFW, enabling streamlined management by name. UFW already has a registered profile for OpenSSH, the service used to connect to the server.<\/p>\n<p>By entering the command, you can access the list of installed UFW profiles:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# ufw app list<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>To guarantee future server access, the firewall must be configured to authorize SSH connections. Simply input the provided command to allow these connections:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# ufw allow OpenSSH<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>Enable the firewall by executing this command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# ufw enable<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>After executing this command you will receive this kind of output, Thus type \u201cy\u201d to enable the Firewall and \u201cEnter\u201d<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\nThe command may disrupt existing SSH connections. \r\nProceed with the operation (y|n)?<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>Now, the Firewall is running active and you can see the status of \u201cufw\u201d by executing this command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# ufw status<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>The Firewall is operational and has blocked any form of communication except for SSH. By following these steps, you will be able to witness these outcomes.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img22.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36062 size-full\" title=\"Firewall is operational\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img22.jpg\" alt=\"Firewall is operational\" width=\"641\" height=\"286\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img22.jpg 641w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img22-300x134.jpg 300w\" sizes=\"(max-width: 641px) 100vw, 641px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>From here you have a proper foundation of the server (Ubuntu 22.04) and now you can install K3s Kubernetes cluster on this server.<\/p>\n<div class=\"tooltip-container\">\n<div class=\"tooltip-text\">To set up a K3s Kubernetes cluster on Ubuntu 22.04, update your system, disable swap, and install K3s with curl -sfL https:\/\/get.k3s.io | sh -. Verify with kubectl get nodes and find the kubeconfig at \/etc\/rancher\/k3s\/k3s.yaml.<\/div>\n<\/div>\n<div class=\"main-tooltip-only-btn\">\n<p><a class=\"tooltip-link\" href=\"https:\/\/accuweb.cloud\/application\/kubernetes-hosting\" target=\"_blank\" rel=\"noopener\"><button class=\"tooltip-btn\">Kubernetes Hosting<\/button><\/a><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<h3 id=\"install-k3s\" class=\"ack-h3\">Step 4: Install K3s<\/h3>\n<p>To install k3s use this command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# curl -sfL https:\/\/get.k3s.io | sh <\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>By utilizing the &#8220;curl&#8221; command, the script located at https:\/\/get.k3s.io is fetched and subsequently run through piping it to &#8220;sh -&#8220;. Once the script is executed, the installation process of a K3s cluster commences using the default configuration options, thereby establishing a Kubernetes cluster with only one node.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img25.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36063 size-full\" title=\"Install K3s\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img25.jpg\" alt=\"Install K3s\" width=\"970\" height=\"305\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img25.jpg 970w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img25-300x94.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img25-768x241.jpg 768w\" sizes=\"(max-width: 970px) 100vw, 970px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>This script output shows the installation process and now if you want to check the process status for installation. To check this status execute the system\u00a0command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# systemctl status k3s <\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>You can see the output like this:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36076 size-full\" title=\"Status For Installation\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud.jpg\" alt=\"Status For Installation\" width=\"1600\" height=\"468\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud.jpg 1600w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud-300x88.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud-1024x300.jpg 1024w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud-768x225.jpg 768w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/05_K3s_cloud-1536x449.jpg 1536w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/><\/a><\/p>\n<div class=\"accu-extra-top-space\"><\/div>\n<pre><code class=\"language-javascript\"># systemctl status k3s <\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<h3 id=\"kubernetes-object\" class=\"ack-h3\">Step 5: Default Kubernetes Object<\/h3>\n<p>Next, Kubernetes got default objects while installing K3s so you don\u2019t need to install them individually because of automated installed objects. To know all the objects of Kubernetes by adding \u201ckubesystem\u201d. \u201cKubectl\u201d (Kubernetes specific Command line tool) is installed already while k3s installation, So you have to check what kind of default objects are installed by running this command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# sudo kubectl get all -n kube-system<\/code><\/pre>\n<div class=\"accu-extra-top-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img30.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36065 size-full\" title=\"Default Kubernetes Object\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img30.jpg\" alt=\"Default Kubernetes Object\" width=\"1011\" height=\"569\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img30.jpg 1011w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img30-300x169.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img30-768x432.jpg 768w\" sizes=\"(max-width: 1011px) 100vw, 1011px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>In this output, you can see the other deployments also done while K3s installation like corns, local-path-provisioner, traefik, and metrics-server.<\/p>\n<div class=\"tooltip-container\">\n<div class=\"tooltip-text\">Try AccuWeb.Cloud for fast, secure, and scalable hosting with no upfront costs. Enjoy instant setup, 24\/7 support, and hassle-free cloud solutions tailored to your needs!<\/div>\n<div class=\"main-tooltip-btn\">\n<p><a class=\"tooltip-link\" href=\"https:\/\/accuweb.cloud\/compute\/cloud-vps\" target=\"_blank\" rel=\"noopener\"><button class=\"tooltip-btn\">Free Trial VPS!<\/button><\/a><\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<h3 id=\"configuration-setting\" class=\"ack-h3\">Step 6: Adjust the Configuration setting in K3s<\/h3>\n<p>By using the default setup, you installed K3s, but it is also possible to customize the configuration for specific cluster behavior. In this step, you will discover how to utilize environment variables in K3s to modify the configuration in the install script.<\/p>\n<p>When installing k3s, it is worth noting that the default setup includes a traefik ingress controller which can be disabled if necessary.<\/p>\n<p>If you want to disable Traefik while installing K3s, you have the option to use the environment variable INSTALL_K3S_EXEC to pass the flags to the K3s service.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# curl -sfL https:\/\/get.k3s.io\u00a0 | INSTALL_K3S_EXEC=\"--disable=traefik\" sh -<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>After this, you will get output like this:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img33.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36064 size-full\" title=\"Adjust the Configuration setting\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img33.jpg\" alt=\"Adjust the Configuration setting\" width=\"875\" height=\"274\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img33.jpg 875w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img33-300x94.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img33-768x240.jpg 768w\" sizes=\"(max-width: 875px) 100vw, 875px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>Now execute again this command to that traefik ingress controller is disabled or not.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img34.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36066 size-full\" title=\"Execute Again This Command\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img34.jpg\" alt=\"Execute Again This Command\" width=\"800\" height=\"393\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img34.jpg 800w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img34-300x147.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img34-768x377.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>So within the K3s installation, you can custom modify the objects and also disable the options as per your requirements.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<div style=\"display: flex; justify-content: center;\">\n<div class=\"save-card1\"><a class=\"save-btn1\" href=\"https:\/\/accuweb.cloud\/register\">Register Here \u2192<\/a><\/div>\n<\/div>\n<div class=\"accu-blog-space\"><\/div>\n<h3 id=\"uninstall\" class=\"ack-h3\">Step 7: Uninstall K3s<\/h3>\n<p>To uninstall the K3s cluster you need to run the command that cleans up the full software that shell commands are already created while installing K3s and also clean up other objects installed during cluster installation.<\/p>\n<p>Run this command for uninstallation of K3s:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# \/usr\/local\/bin\/k3s-uninstall.sh<\/code><\/pre>\n<div class=\"accu-blog-space\"><\/div>\n<p>You will see these outputs.<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p><a href=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38.jpg\"><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36068 size-full\" title=\"Uninstall K3s\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38.jpg\" alt=\"Uninstall K3s\" width=\"1437\" height=\"953\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38.jpg 1437w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38-300x199.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38-1024x679.jpg 1024w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img38-768x509.jpg 768w\" sizes=\"(max-width: 1437px) 100vw, 1437px\" \/><\/a><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>Now you can see the status of the uninstalled cluster by running this command:<\/p>\n<div class=\"accu-blog-space\"><\/div>\n<pre><code class=\"language-javascript\">\r\n# systemctl status k3s<\/code><\/pre>\n<div class=\"accu-extra-top-space\"><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"acc-blog-image aligncenter wp-image-36069 size-full\" title=\"Uninstalled cluster\" src=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img41.jpg\" alt=\"Uninstalled cluster\" width=\"912\" height=\"515\" srcset=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img41.jpg 912w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img41-300x169.jpg 300w, https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/img41-768x434.jpg 768w\" sizes=\"(max-width: 912px) 100vw, 912px\" \/><\/p>\n<div class=\"accu-blog-space\"><\/div>\n<p>By referring to the above output, one can easily follow the step-by-step process of manually installing and uninstalling the K3s cluster on Ubuntu 22.04.<\/p>\n<p>You can install the K3s lightweight version and full-fat <a class=\"ac-link-text\" href=\"https:\/\/accuweb.cloud\/application\/kubernetes-hosting\" target=\"_blank\" rel=\"noopener\">Kubernetes cluster (K8s)<\/a> that is directly ready to deploy to your system and drive features like automated scaling, On-demand backup availability, inbuilt security features, round-the-clock ticket and live chat support, and most importantly AccuWeb.Cloud provides the first 90 days of free managed hosting so that you can scale your application\/software effectively.<\/p>\n<p>Deploy a scalable <span style=\"color: #2c39bd;\"><strong><a style=\"color: #2c39bd;\" href=\"https:\/\/accuweb.cloud\/application\/kubernetes-hosting\">Kubernetes cluster<\/a><\/strong><\/span> with a user-friendly interface for monitoring and managing your resources easily.<\/p>\n<h2 id=\"Conclusion\" class=\"ack-h2\">Conclusion<\/h2>\n<p>In this article, you installed the K3s cluster in Ubuntu 22.04 from scratch, understand of inbuilt installed objects in the cluster, and how to configure and change as per your requirements with practical examples. Now, you can set up and deploy the cluster by yourself. If you have any questions and need support for installing K3s in your server, then feel free to contact our support team.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to set up a K3s Kubernetes Cluster on Ubuntu 22.04 TL;DR This guide shows how to install a K3s lightweight Kubernetes cluster on Ubuntu 22.04 with minimal dependencies. K3s is a lightweight Kubernetes distribution ideal for edge, IoT, development, and resource-constrained environments. Start by logging into your Ubuntu server as root or a sudo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":42005,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"no","_lmt_disable":"no","footnotes":""},"categories":[406],"tags":[330,332,331],"class_list":["post-36048","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-k3s-kubernetes-cluster-setup","tag-kubernetes-on-ubuntu","tag-ubuntu-22-04-kubernetes"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v26.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Install a K3s Kubernetes Cluster on Ubuntu 22.04<\/title>\n<meta name=\"description\" content=\"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#039;s Guide\" \/>\n<meta property=\"og:description\" content=\"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb.Cloud\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/accuwebhosting\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-15T10:10:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-22T13:09:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jilesh Patadiya\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@accuwebhosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jilesh Patadiya\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/76a9ac67b9c767ef39dbe3c4e9427756\"},\"headline\":\"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#8217;s Guide\",\"datePublished\":\"2024-02-15T10:10:49+00:00\",\"dateModified\":\"2026-01-22T13:09:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\"},\"wordCount\":1519,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\",\"keywords\":[\"K3s Kubernetes Cluster Setup\",\"Kubernetes on Ubuntu\",\"Ubuntu 22.04 Kubernetes\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\",\"url\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\",\"name\":\"Install a K3s Kubernetes Cluster on Ubuntu 22.04\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\",\"datePublished\":\"2024-02-15T10:10:49+00:00\",\"dateModified\":\"2026-01-22T13:09:10+00:00\",\"description\":\"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\",\"contentUrl\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png\",\"width\":1280,\"height\":720,\"caption\":\"How to set up a K3s Kubernetes Cluster on Ubuntu 22.04\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#8217;s Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#website\",\"url\":\"https:\/\/accuweb.cloud\/blog\/\",\"name\":\"AccuWeb.Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/76a9ac67b9c767ef39dbe3c4e9427756\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/94d41936196a27a133819bab474a9b7ab76c4034cad001b4499db6bc5e47a2af?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/94d41936196a27a133819bab474a9b7ab76c4034cad001b4499db6bc5e47a2af?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/blog\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/blog\/author\/accuwebadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Install a K3s Kubernetes Cluster on Ubuntu 22.04","description":"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/","og_locale":"en_US","og_type":"article","og_title":"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner's Guide","og_description":"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.","og_url":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/","og_site_name":"AccuWeb.Cloud","article_author":"https:\/\/www.facebook.com\/accuwebhosting","article_published_time":"2024-02-15T10:10:49+00:00","article_modified_time":"2026-01-22T13:09:10+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png","type":"image\/png"}],"author":"Jilesh Patadiya","twitter_card":"summary_large_image","twitter_creator":"@accuwebhosting","twitter_misc":{"Written by":"Jilesh Patadiya","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/76a9ac67b9c767ef39dbe3c4e9427756"},"headline":"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#8217;s Guide","datePublished":"2024-02-15T10:10:49+00:00","dateModified":"2026-01-22T13:09:10+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/"},"wordCount":1519,"publisher":{"@id":"https:\/\/accuweb.cloud\/blog\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png","keywords":["K3s Kubernetes Cluster Setup","Kubernetes on Ubuntu","Ubuntu 22.04 Kubernetes"],"articleSection":["Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/","url":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/","name":"Install a K3s Kubernetes Cluster on Ubuntu 22.04","isPartOf":{"@id":"https:\/\/accuweb.cloud\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png","datePublished":"2024-02-15T10:10:49+00:00","dateModified":"2026-01-22T13:09:10+00:00","description":"Step-by-step guide to install and configure a lightweight K3s Kubernetes cluster on Ubuntu 22.04, including setup, security, and kubectl verification.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#primaryimage","url":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png","contentUrl":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/02\/How-to-set-up-a-K3s-Kubernetes-Cluster-on-Ubuntu-22.04.png","width":1280,"height":720,"caption":"How to set up a K3s Kubernetes Cluster on Ubuntu 22.04"},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/blog\/k3s-kubernetes-cluster-setup-on-ubuntu-22-04-a-beginners-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/blog\/"},{"@type":"ListItem","position":2,"name":"K3s Kubernetes Cluster Setup on Ubuntu 22.04: A Beginner&#8217;s Guide"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/blog\/#website","url":"https:\/\/accuweb.cloud\/blog\/","name":"AccuWeb.Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/blog\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/blog\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/76a9ac67b9c767ef39dbe3c4e9427756","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/94d41936196a27a133819bab474a9b7ab76c4034cad001b4499db6bc5e47a2af?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/94d41936196a27a133819bab474a9b7ab76c4034cad001b4499db6bc5e47a2af?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/blog","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/blog\/author\/accuwebadmin\/"}]}},"modified_by":"Jilesh Patadiya","_links":{"self":[{"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/posts\/36048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/comments?post=36048"}],"version-history":[{"count":108,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/posts\/36048\/revisions"}],"predecessor-version":[{"id":36093,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/posts\/36048\/revisions\/36093"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/media\/42005"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/media?parent=36048"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/categories?post=36048"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/accuweb.cloud\/blog\/wp-json\/wp\/v2\/tags?post=36048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}