{"id":4652,"date":"2024-01-18T10:11:00","date_gmt":"2024-01-18T09:11:00","guid":{"rendered":"https:\/\/xopero.com\/blog\/?p=4652"},"modified":"2026-03-10T16:01:49","modified_gmt":"2026-03-10T15:01:49","slug":"running-kubernetes-on-vmware-vsphere","status":"publish","type":"post","link":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/","title":{"rendered":"Running Kubernetes on VMware vSphere"},"content":{"rendered":"\n<p>If you work in the IT industry, you\u2019ve probably heard the term \u201cKubernetes,\u201d which is typically used in association with containers technology. Containers may be really beneficial when it comes to developing apps. Kubernetes was intended to address many of the issues that come with deploying applications, most notably by automating and orchestrating deployments and availability.<\/p>\n\n\n\n<p>In this article, we will take a closer look at how Kubernetes <a href=\"https:\/\/xopero.com\/blog\/en\/vmware-which-product-to-choose\/\">works with VMware<\/a> and how to deploy Kubernetes on VMware infrastructure.<\/p>\n\n\n\n<!--more-->\n\n\n<div role=\"navigation\" aria-label=\"Spis tre\u015bci\" class=\"simpletoc wp-block-simpletoc-toc\"><h2 style=\"margin: 0;\"><button type=\"button\" aria-expanded=\"false\" aria-controls=\"simpletoc-content-container\" class=\"simpletoc-collapsible\">Spis tre\u015bci<span class=\"simpletoc-icon\" aria-hidden=\"true\"><\/span><\/button><\/h2><div id=\"simpletoc-content-container\" class=\"simpletoc-content\"><ul class=\"simpletoc-list\">\n<li><a href=\"#what-is-kubernetes\">What is Kubernetes?<\/a>\n\n<\/li>\n<li><a href=\"#how-does-kubernetes-work-with-vsphere\">How does Kubernetes work with vSphere?<\/a>\n\n<\/li>\n<li><a href=\"#kubernetes-for-vspheres-developers-and-adminsnbsp\">Kubernetes for vSphere\u2019s Developers and Admins&nbsp;<\/a>\n\n<\/li>\n<li><a href=\"#vsphere-with-kubernetes-pros-and-cons\">vSphere with Kubernetes &#8211; pros and cons<\/a>\n\n\n<ul><li>\n<a href=\"#supervisior-cluster-vs-tanzu-kubernetes-cluster\">Supervisior Cluster vs. Tanzu Kubernetes Cluster<\/a>\n\n<\/li>\n<\/ul>\n<li><a href=\"#conclusions\">Conclusions<\/a>\n<\/li><\/ul><\/div><\/div>\n\n<h2 class=\"wp-block-heading\" id=\"what-is-kubernetes\">What is Kubernetes?<\/h2>\n\n\n<p>Kubernetes is an open-source project. It is heavily API-driven, making it an ideal tool for automation. It appeals to application developers that want to use modern development approaches such as fast or continuous development cycles, well-defined APIs, and well separated and specified services. Additionally, VMware is widely used for setting up and managing containers in a Kubernetes environment.<\/p>\n\n\n\n<p>It has a huge and fast-expanding ecosystem. Services, support, and tools for Kubernetes are widely available. Kubernetes is a new way to orchestrate the deployment and lifecycle management of modern, container-based workloads. VMware makes significant contributions to the open-source Kubernetes software base and is active in Kubernetes communities and governance. For those who prefer GUI-based management, the vSphere GUI can be used for various aspects of Kubernetes setup and administrative duties.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-does-kubernetes-work-with-vsphere\">How does Kubernetes work with vSphere?<\/h2>\n\n\n<p>By introducing the Kubernetes APIs as a new control plane, vSphere has become closely integrated with Kubernetes. This allows Kubernetes users to consume services from the VMware environment in the same way that they would in the public <a href=\"https:\/\/xopero.com\/blog\/en\/vsphere-how-to-build-your-own-virtual-cloud\/\">cloud.<\/a> vSphere can now manage workloads, whether they are containers, applications, or virtual machines, in a uniform manner.<\/p>\n\n\n\n<p>The Kubernetes API, as well as the Spherelet, a management agent based on the Kubernetes Kubelet, are now included in the ESXi hypervisor, which is at the heart of vSphere. As a result, the ESXi hypervisor can join Kubernetes clusters as a native Kubernetes node. This integration makes it easier to run Kubernetes on <a href=\"https:\/\/xopero.com\/blog\/en\/vmware-vsphere-vcenter-and-esxi-definitions-and-differences\/\">VMware vSphere<\/a>, providing a seamless experience for managing containerized applications.<\/p>\n\n\n\n<p>Containers can be run directly on the hypervisor on ESXi systems. A new container runtime dubbed CRX, which is included with vSphere makes this possible. Instead of loading a full Linux guest OS. This method makes use of a highly optimized Linux kernel and a lightweight init process.<\/p>\n\n\n\n<p>Such containers can be accessible through a vSphere Pod Service in Kubernetes. The vSphere Pod Service allows you to run vSphere containers in Kubernetes, however, they are not Kubernetes clusters that are completely conformant.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/xopero.com\/get-xopero\/?utm_source=blog&amp;utm_medium=banner&amp;utm_campaign=VMware\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" width=\"1000\" height=\"561\" src=\"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2024\/06\/reklama-vm1-1.png\" alt=\"VMware vsphere backup\" class=\"wp-image-6120\" style=\"width:500px;height:281px\"\/><\/a><\/figure>\n<\/div>\n\n<h2 class=\"wp-block-heading\" id=\"kubernetes-for-vspheres-developers-and-adminsnbsp\">Kubernetes for vSphere\u2019s Developers and Admins <\/h2>\n\n\n<p>vSphere with Kubernetes appears and behaves like a typical Kubernetes cluster to a developer. Their tools and methods are adaptable to different implementations. They can specify what resources they require using Kubernetes\u2019 \u201cdeclarative syntax,\u201d which includes storage, networking, and even relationships and availability requirements. They don\u2019t need direct access to or knowledge of the vSphere APIs, clients, or infrastructure because they use the industry-standard Kubernetes syntax. Additionally, VMware provides a consistent management interface to centrally manage Kubernetes clusters, ensuring seamless integration and enhanced security.<\/p>\n\n\n\n<p>To a vSphere Administrator, vSphere continues to function in the same way it has for decades, but with additional workload management tools to better meet the demands of developers. The vSphere Client, <a href=\"https:\/\/xopero.com\/blog\/en\/how-to-use-vmware-vsphere-automation-with-powercli-first-steps\/\">PowerCLI<\/a>, and APIs are still used to manage vSphere. vSphere Administrators can create \u201cnamespaces,\u201d which are Kubernetes terms for resource and policy management, and regulate the security, resource consumption, and networking capabilities available to developers.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"vsphere-with-kubernetes-pros-and-cons\">vSphere with Kubernetes &#8211; pros and cons<\/h2>\n\n\n<p>Kubernetes can be deployed in a variety of methods. Managed, cloud, on-premises virtual, and on-premises bare metal are all options. To install and manage Kubernetes efficiently in the company, most installations necessitate substantial setup work, new processes, and retraining of people. This is where vSphere with Kubernetes and the VMware Cloud Foundation Services excel, with simple installation and operation that blends seamlessly with your existing IT infrastructure and procedures. VMware Kubernetes offers cloud-agnostic capabilities, support for air-gapping, and integration with existing VMware infrastructure, making it a versatile choice for managing both containers and VMs.<\/p>\n\n\n\n<p>There are two types of Kubernetes clusters that run natively within vSphere: a \u201cSupervisor\u201d Kubernetes cluster control plane for vSphere and the Tanzu Kubernetes Cluster, also known as a \u201cGuest Cluster\u201d.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"supervisior-cluster-vs-tanzu-kubernetes-cluster\">Supervisior Cluster vs. Tanzu Kubernetes Cluster<\/h3>\n\n\n<p>The supervisor is a Kubernetes cluster that employs ESXi instead of Linux as its worker nodes. This is accomplished by directly integrating the Spherelets worker agents into the ESXi hypervisor. The Spherelet doesn\u2019t run in a VM, instead, it uses vSphere Pods to run directly on ESXi. Instead of Linux nodes, the supervisor cluster is a Kubernetes cluster with ESXi nodes. Container workloads are run on the Supervisor Cluster using vSphere Pods. Native Pods rely heavily on the ESXi hypervisor\u2019s outstanding security, availability, and performance. Tanzu Kubernetes Grid plays a crucial role in running Kubernetes clusters on VMware infrastructure.<\/p>\n\n\n\n<p>While the Supervisor uses Kubernetes, it is not a Kubernetes cluster that is conformant. This is by design, as the goal is to leverage Kubernetes to improve vSphere rather than to create a Kubernetes clone. Tanzu Kubernetes Clusters, also known as \u201cGuest\u201d clusters, can be used to give Kubernetes clusters to your developers that are standards-based and fully conformant with upstream Kubernetes.<\/p>\n\n\n\n<p>A Tanzu Kubernetes Cluster is a Kubernetes cluster that runs on the Supervisor layer of virtual machines rather than on vSphere Pods. A Tanzu Kubernetes Cluster is guaranteed to function with all of your Kubernetes applications and tools because it is completely upstream-compliant Kubernetes. In vSphere, Tanzu Kubernetes Clusters leverage the open-source Cluster API project for lifecycle management, which uses the VM Operator to manage the cluster\u2019s VMs.<\/p>\n\n\n\n<p>If you want to learn more about the Tanzu Kubernetes Cluster, we are currently preparing another article, specifically about this topic, so stay tuned.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusions\">Conclusions<\/h2>\n\n\n<p>vSphere with Kubernetes provides users with traditional workloads, VMware Administrators may continue to use the vSphere environment they\u2019ve known for decades, while also delivering a world-class environment for containerized workloads in new applications. The Tanzu Kubernetes Grid Service offers key characteristics that enhance the management and deployment of Kubernetes clusters.vSphere with Kubernetes provides users with traditional workloads, VMware Administrators may continue to use the vSphere environment they&#8217;ve known for decades, while also delivering a world-class environment for containerized workloads in new applications.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center\">As you invest in your infrastructure, <strong>don&#8217;t skip the security and backup<\/strong> of the VMware ecosystem. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-499968f5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"https:\/\/xopero.com\/get-xopero\/\" style=\"background-color:#ff0300\" target=\"_blank\" rel=\"noreferrer noopener\">Start 14 days Xopero ONE free trial<\/a><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<div style=\"height:13px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Kubernetes namespaces are set to revolutionize the way we manage applications in virtual infrastructure. They give developers autonomy and self-service within the business\u2019s operational and security constraints. From the <a href=\"https:\/\/xopero.com\/solutions\/data-protection\/vmware-backup-software\/\">VMware<\/a> vRealize Suite to Tanzu Mission Control, the VMware ecosystem of products benefits both administrators and developers. While positioning the organization for the future, the approach these solutions take recognizes and respects investments in infrastructure, people, processes, and present workloads. Additionally, these solutions ensure compatibility with upstream Kubernetes development across VMware infrastructure, bare metal servers, and public clouds.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you work in the IT industry, you\u2019ve probably heard the term \u201cKubernetes,\u201d which is typically used in association with containers technology. Containers may be really beneficial when it comes to developing apps. Kubernetes was intended to address many of the issues that come with deploying applications, most notably by automating and orchestrating deployments and availability. In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.<\/p>\n","protected":false},"author":1,"featured_media":7382,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[526],"tags":[],"class_list":["post-4652","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-virtualization-en","post--single"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Running Kubernetes on VMware vSphere - Xopero Blog<\/title>\n<meta name=\"description\" content=\"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Running Kubernetes on VMware vSphere - Xopero Blog\" \/>\n<meta property=\"og:description\" content=\"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/\" \/>\n<meta property=\"og:site_name\" content=\"Xopero Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/XoperoSoftware\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-18T09:11:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-10T15:01:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"xopero_blogger\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@xoperobackup\" \/>\n<meta name=\"twitter:site\" content=\"@xoperobackup\" \/>\n<meta name=\"twitter:label1\" content=\"Napisane przez\" \/>\n\t<meta name=\"twitter:data1\" content=\"xopero_blogger\" \/>\n\t<meta name=\"twitter:label2\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/\"},\"author\":{\"name\":\"xopero_blogger\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#\\\/schema\\\/person\\\/cab3d3cda6e8a1aecfa8abea8827b17c\"},\"headline\":\"Running Kubernetes on VMware vSphere\",\"datePublished\":\"2024-01-18T09:11:00+00:00\",\"dateModified\":\"2026-03-10T15:01:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/\"},\"wordCount\":1174,\"publisher\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image_02.png\",\"articleSection\":[\"Virtualization\"],\"inLanguage\":\"pl-PL\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/\",\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/\",\"name\":\"Running Kubernetes on VMware vSphere - Xopero Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image_02.png\",\"datePublished\":\"2024-01-18T09:11:00+00:00\",\"dateModified\":\"2026-03-10T15:01:49+00:00\",\"description\":\"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#primaryimage\",\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image_02.png\",\"contentUrl\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/image_02.png\",\"width\":1200,\"height\":600,\"caption\":\"Running Kubernetes on VMware vSphere\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/en\\\/running-kubernetes-on-vmware-vsphere\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/xopero.com\\\/blog\\\/pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Running Kubernetes on VMware vSphere\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/\",\"name\":\"Xopero Blog\",\"description\":\"Backup &amp; Recovery\",\"publisher\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xopero.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#organization\",\"name\":\"Xopero Software\",\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/xopero-niebieskie.png\",\"contentUrl\":\"https:\\\/\\\/xopero.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/xopero-niebieskie.png\",\"width\":500,\"height\":132,\"caption\":\"Xopero Software\"},\"image\":{\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/XoperoSoftware\\\/\",\"https:\\\/\\\/x.com\\\/xoperobackup\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/opero-sp-z-o-o-\\\/?viewAsMember=true\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCRPWyeo1apjSgkDW3hZpB9g?reload=9\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/xopero.com\\\/blog\\\/#\\\/schema\\\/person\\\/cab3d3cda6e8a1aecfa8abea8827b17c\",\"name\":\"xopero_blogger\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g\",\"caption\":\"xopero_blogger\"},\"sameAs\":[\"https:\\\/\\\/xopero.com\"],\"url\":\"https:\\\/\\\/xopero.com\\\/blog\\\/author\\\/xopero_blogger\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Running Kubernetes on VMware vSphere - Xopero Blog","description":"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.","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:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/","og_locale":"pl_PL","og_type":"article","og_title":"Running Kubernetes on VMware vSphere - Xopero Blog","og_description":"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.","og_url":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/","og_site_name":"Xopero Blog","article_publisher":"https:\/\/www.facebook.com\/XoperoSoftware\/","article_published_time":"2024-01-18T09:11:00+00:00","article_modified_time":"2026-03-10T15:01:49+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png","type":"image\/png"}],"author":"xopero_blogger","twitter_card":"summary_large_image","twitter_creator":"@xoperobackup","twitter_site":"@xoperobackup","twitter_misc":{"Napisane przez":"xopero_blogger","Szacowany czas czytania":"8 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#article","isPartOf":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/"},"author":{"name":"xopero_blogger","@id":"https:\/\/xopero.com\/blog\/#\/schema\/person\/cab3d3cda6e8a1aecfa8abea8827b17c"},"headline":"Running Kubernetes on VMware vSphere","datePublished":"2024-01-18T09:11:00+00:00","dateModified":"2026-03-10T15:01:49+00:00","mainEntityOfPage":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/"},"wordCount":1174,"publisher":{"@id":"https:\/\/xopero.com\/blog\/#organization"},"image":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#primaryimage"},"thumbnailUrl":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png","articleSection":["Virtualization"],"inLanguage":"pl-PL"},{"@type":"WebPage","@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/","url":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/","name":"Running Kubernetes on VMware vSphere - Xopero Blog","isPartOf":{"@id":"https:\/\/xopero.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#primaryimage"},"image":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#primaryimage"},"thumbnailUrl":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png","datePublished":"2024-01-18T09:11:00+00:00","dateModified":"2026-03-10T15:01:49+00:00","description":"In this article, we will take a closer look at how Kubernetes works with VMware and how to deploy Kubernetes on VMware infrastructure.","breadcrumb":{"@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/"]}]},{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#primaryimage","url":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png","contentUrl":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2025\/10\/image_02.png","width":1200,"height":600,"caption":"Running Kubernetes on VMware vSphere"},{"@type":"BreadcrumbList","@id":"https:\/\/xopero.com\/blog\/en\/running-kubernetes-on-vmware-vsphere\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/xopero.com\/blog\/pl\/"},{"@type":"ListItem","position":2,"name":"Running Kubernetes on VMware vSphere"}]},{"@type":"WebSite","@id":"https:\/\/xopero.com\/blog\/#website","url":"https:\/\/xopero.com\/blog\/","name":"Xopero Blog","description":"Backup &amp; Recovery","publisher":{"@id":"https:\/\/xopero.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xopero.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/xopero.com\/blog\/#organization","name":"Xopero Software","url":"https:\/\/xopero.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/xopero.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2019\/03\/xopero-niebieskie.png","contentUrl":"https:\/\/xopero.com\/blog\/wp-content\/uploads\/2019\/03\/xopero-niebieskie.png","width":500,"height":132,"caption":"Xopero Software"},"image":{"@id":"https:\/\/xopero.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/XoperoSoftware\/","https:\/\/x.com\/xoperobackup","https:\/\/www.linkedin.com\/company\/opero-sp-z-o-o-\/?viewAsMember=true","https:\/\/www.youtube.com\/channel\/UCRPWyeo1apjSgkDW3hZpB9g?reload=9"]},{"@type":"Person","@id":"https:\/\/xopero.com\/blog\/#\/schema\/person\/cab3d3cda6e8a1aecfa8abea8827b17c","name":"xopero_blogger","image":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/secure.gravatar.com\/avatar\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/49b4a2bbd1b6df951fc556f7478f5fb20bb41aeebf08473e459b28c5da9947f7?s=96&d=mm&r=g","caption":"xopero_blogger"},"sameAs":["https:\/\/xopero.com"],"url":"https:\/\/xopero.com\/blog\/author\/xopero_blogger\/"}]}},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/posts\/4652","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/comments?post=4652"}],"version-history":[{"count":7,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/posts\/4652\/revisions"}],"predecessor-version":[{"id":8859,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/posts\/4652\/revisions\/8859"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/media\/7382"}],"wp:attachment":[{"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/media?parent=4652"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/categories?post=4652"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xopero.com\/blog\/wp-json\/wp\/v2\/tags?post=4652"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}