{"id":160867,"date":"2023-04-26T07:54:15","date_gmt":"2023-04-26T06:54:15","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/"},"modified":"2023-04-26T07:54:15","modified_gmt":"2023-04-26T06:54:15","slug":"kubernetes-cluster-strategy-single-or-multi-part-1","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/","title":{"rendered":"Kubernetes Cluster Strategy: Single or Multi?- Part 1"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">This article explores some of the many key factors to take into account when devising your Kubernetes clustering strategy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We suggest several key questions that can help you assess your application&#8217;s resilience needs and determine the required workload isolation. Additionally, we provide a brief overview of Multi-Tenancy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, we draw attention to a critical consideration that is often overlooked: the potential service risks posed by the default single control plane model deployed by Kubernetes, particularly when hosting applications with their own high availability designs.<\/p>\n\n\n\n<p class=\"has-text-align-left wp-block-paragraph\"><strong>How many Kubernetes clusters do you need &amp; what topology strategy should you adopt?<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To answer, one might start by conducting a thorough assessment of your application&#8217;s resilience requirements, including its ability to provide reliable services at scale. This assessment should take into account factors such as the level of traffic, the degree of fault tolerance required, and the potential impact of downtime on your business.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The mind map below, details some of the many factors to take into consideration when planning and migrating enterprise applications to a Kubernetes platform.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Cluster-Strategy-Considerations-Style-1.png\" alt=\"\" class=\"wp-image-6813\"\/><figcaption class=\"wp-element-caption\">Figure 1. Mind Map: Cluster Considerations<br><br><\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Qualifying Questions<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Ponder for a moment, two fundamental questions which should help guide you in a direction towards the right cluster strategy for your workloads and requirements:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Q1. Does my application need to span multiple data centres, availability zones, or even regions to support high availability &amp; scale?<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Q2. Is my application mission-critical, providing 5x9s resilience and millisecond recovery or will recovery within a few minutes suffice?<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Other factors that you may need to be take into account before deciding on a cluster strategy might be:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cost implications<\/li>\n\n\n\n<li>Shared Tenancy<\/li>\n\n\n\n<li>Geographical distribution of users<\/li>\n\n\n\n<li>Regulatory requirements<\/li>\n\n\n\n<li>Security considerations<\/li>\n\n\n\n<li>Application delivery strategies<\/li>\n\n\n\n<li>Resilience requirements<\/li>\n\n\n\n<li>Workload isolation levels<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">High volume, mission critical applications such as trading platforms will typically have much greater application resilience requirements than, say, a web service is likely to have. These factors and others, will influence the solutions you&#8217;ll adopt and your overall cluster strategy.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Another major question you might like to ask is:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Q3. How much workload isolation do your applications need and why?<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With the right cluster strategy you can minimise the \u201cblast radius\u201d from cluster level failures resulting from operations such as Kubernetes upgrades, configurational changes and security breaches.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Multi-tenancy<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Cost savings are often overlooked, particularly when dealing with cloud resources.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes can help you here with overcommit mechanisms and vertical autoscaling to manage compute density. With careful planning and the right cost monitoring software, substantial savings can be realised. Another way Kubernetes helps organisations save on costs and complexities is multi-tenancy. This is where a number of different environments or workloads may be deployed on a single Kubernetes cluster where the resources are divided amongst the cluster tenants.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Lastly, it\u2019s good practice to separate dev and staging from your prod environments on separate clusters to reduce the risk of being served beta or non-production code versions. If cost is an issue, again, you can choose a multi-tenancy configuration.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">All these factors need careful consideration when formulating your Kubernetes cluster strategies.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\"><\/h1>\n\n\n\n<h2 class=\"wp-block-heading\">Workload Isolation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">High availability systems rely on duplication to mitigate impacts from critical component failure. One way to achieve greater HA service resilience is by increasing workload isolation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Q4. So how can you isolate workloads in Kubernetes?<\/strong><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before Kubernetes, the traditional approach was to deploy applications onto separate hardware. Kubernetes offers very granular and robust Kernel level multi-tenancy capabilities which allow separate workloads to co-exist on the same cluster. If however, you need complete control over your clusters for such things like maintenance windows and platform upgrades, you might opt for cluster isolation and separate workloads along organisational lines such as development teams, or along application demarcations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019ve mentioned the following isolation options:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Hardware<\/li>\n\n\n\n<li>Multi-Tenancy<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">There is one additional isolation you should consider, and that is:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Control Plane<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The first two can be achieved with any single-cluster topology by using Kubernetes native tools such as &#8216;Resource Quotas&#8217; and &#8216;Namespace&#8217; functions.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To implement Control Plane isolation however, you&#8217;ll be stepping into the realms of multi-cluster topologies which we\u2019ll discuss in the next part of this article.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note<\/strong>: A Control Plane is how Kubernetes groups a bunch of servers together into a cluster of servers for control purposes. All cluster and application related settings, including the control API for the cluster, reside on separate hardware from the rest of a cluster&#8217;s worker servers. The Control Plane is a non optional and integral part of every Kubernetes platform. For more information, see <a href=\"https:\/\/kubernetes.io\/docs\/concepts\/overview\/components\/#control-plane-components\">here<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Q5. Why do you need Control Plane isolation?<\/strong><\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Kubernetes out-of-the-box, only supports a single-cluster model.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Your applications are typically deployed onto, and controlled by a single cluster, although you can have many of them. Figure 2 illustrates that while Kubernetes clusters typically have multiple member servers or &#8220;nodes&#8221; per cluster (up to 500), each cluster has a single <a href=\"https:\/\/kubernetes.io\/docs\/concepts\/overview\/components\/#control-plane-components\">Control Plane<\/a> which holds all the configuration for that cluster and the application workloads it runs. Each cluster is managed separately by an operator or process making API calls to its control plane.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Mulit-Cluster-per-Tenant.drawio-1.png\" alt=\"\" class=\"wp-image-6816\" width=\"647\" height=\"496\"\/><figcaption class=\"wp-element-caption\">Figure 2 &#8211; Single Clusters<\/figcaption><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">All objects and names within a Kubernetes cluster are scoped to within the context of the cluster boundary and must be unique.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>&nbsp;&#8220;So what&#8217;s wrong with that?&#8221;,<\/strong> you might say.&nbsp;<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Well, it&#8217;s about how resilient you want your clusters to be.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Consider a scenario where you have your production workloads on a single cluster and during a cluster upgrade, you encounter a problem. This can seriously compromise your cluster&#8217;s ability to provide your service.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Going with one of the Cloud Provider Kubernetes SaaS distributions doesn\u2019t help with this much either. While they&#8217;ll take care of making your Control Plane highly available, this won\u2019t make it anymore resilient to cluster level faults. You\u2019ll still need to contend with the fact that a single cluster equates to a single control plane which may not be enough for your requirements.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are many other reasons you might want to consider a multi-cluster topology besides the Control Plane limitation and we\u2019ll go over these in Part 2 of Kubernetes Cluster Strategy: Single or Multi?.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>IMPORTANT<\/strong>: Control planes offer no inherent domain level redundancy. This means that a cluster level fault such as a mis-configuration, security breach or failed upgrade, for example, could leave your entire cluster in a non working state.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Service Risks<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A cluster level fault has the potential to adversely affect the following Kubernetes functions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pod scheduling<\/li>\n\n\n\n<li>Pod fault detection &amp; correction<\/li>\n\n\n\n<li>Application rollouts<\/li>\n\n\n\n<li>Cluster configuration<\/li>\n\n\n\n<li>Kubernetes upgrades<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In Part 2 of Kubernetes Cluster Strategy: Single or Multi?, we&#8217;ll take a look at what cluster strategies you can adopt to mitigate these risks. We\u2019ll compare the benefits of single vs multi-cluster topologies and introduce a couple of different <em>\u201capplication level\u201d<\/em> clustering architectures. We\u2019ll go over the many benefits of a multi-cluster topology and some of their problems. If you run enterprise applications and <strong>need to operate at large scale<\/strong> or <strong>require strict isolation between workloads<\/strong>, you don\u2019t want to miss Part-2.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>About Devoteam A Cloud<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With 500 clients across Europe, Devoteam A Cloud offers excellent know-how on AWS technologies since 2012. Our team of 550+ AWS experts supports customers with scalable infrastructure, new ways of thinking and operating enabled by AWS so that they can explore new possibilities, re-invent their business, and evolve into an enterprise platform.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Devoteam A Cloud is AWS Premier APN Consulting Partner, with 4 competencies: DevOps, Data &amp; Analytics, Security, Migration. In 2021, it was awarded AWS APN Migration Partner France, following 2020, where Devoteam was awarded AWS APN Consulting Partner of the Year.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">At Devoteam we specialise in this type of scale complexity. By combining the latest skillsets in Cloud technologies with decades of experience working within enterprise businesses, we can help businesses build out these capabilities internally. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Interested in learning more about cloud computing, cybersecurity, or other hot technology topics? Check out our <a href=\"https:\/\/uk.devoteam.com\/insights-events\/\">website<\/a> for expert insights and advice.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/Profile-Pic_2_Tony-Barganski-1-1.jpg\" alt=\"\" class=\"wp-image-6843\" width=\"172\" height=\"172\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-small-font-size wp-block-paragraph\"><a href=\"https:\/\/www.linkedin.com\/in\/tony-barganski\/\">Tony Barganski<\/a><br> Principal Kubernetes Consultant<br>Devoteam UK<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This article explores some of the many key factors to take into account when devising your Kubernetes clustering strategy. We suggest several key questions that can help you assess your application&#8217;s resilience needs and determine the required workload isolation. Additionally, we provide a brief overview of Multi-Tenancy. Finally, we draw attention to a critical consideration [&hellip;]<\/p>\n","protected":false},"featured_media":111511,"template":"","categories":[751],"tags":[1148],"industry":[],"class_list":["post-160867","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-aws-uk","tag-uk-import-uk"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t<figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/\" target=\"_self\" ><img width=\"1280\" height=\"720\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Kubernetes Cluster Strategy: Single or Multi?- Part 1\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png 1280w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-300x169.png 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-1024x576.png 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-768x432.png 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/a><\/figure>\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-1 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/\" target=\"_self\" >Kubernetes Cluster Strategy: Single or Multi?- Part 1<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Kubernetes Cluster Strategy: Single or Multi?- Part 1 | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kubernetes Cluster Strategy: Single or Multi?- Part 1\" \/>\n<meta property=\"og:description\" content=\"This article explores some of the many key factors to take into account when devising your Kubernetes clustering strategy. We suggest several key questions that can help you assess your application&#8217;s resilience needs and determine the required workload isolation. Additionally, we provide a brief overview of Multi-Tenancy. Finally, we draw attention to a critical consideration [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/\",\"name\":\"Kubernetes Cluster Strategy: Single or Multi?- Part 1 | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/A-Cloud-Linkedin-Haiilo-19.png\",\"datePublished\":\"2023-04-26T06:54:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/A-Cloud-Linkedin-Haiilo-19.png\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/A-Cloud-Linkedin-Haiilo-19.png\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/kubernetes-cluster-strategy-single-or-multi-part-1\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Kubernetes Cluster Strategy: Single or Multi?- Part 1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Kubernetes Cluster Strategy: Single or Multi?- Part 1 | Devoteam","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:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/","og_locale":"en_GB","og_type":"article","og_title":"Kubernetes Cluster Strategy: Single or Multi?- Part 1","og_description":"This article explores some of the many key factors to take into account when devising your Kubernetes clustering strategy. We suggest several key questions that can help you assess your application&#8217;s resilience needs and determine the required workload isolation. Additionally, we provide a brief overview of Multi-Tenancy. Finally, we draw attention to a critical consideration [&hellip;]","og_url":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/","url":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/","name":"Kubernetes Cluster Strategy: Single or Multi?- Part 1 | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/uk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png","datePublished":"2023-04-26T06:54:15+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/uk\/expert-view\/kubernetes-cluster-strategy-single-or-multi-part-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/uk\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/uk\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Kubernetes Cluster Strategy: Single or Multi?- Part 1"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/uk\/#website","url":"https:\/\/devoteam.info\/uk\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png",1280,720,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-150x150.png",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-300x169.png",300,169,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-768x432.png",768,432,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19-1024x576.png",1024,576,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png",1280,720,false],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/11\/A-Cloud-Linkedin-Haiilo-19.png",1280,720,false]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/uk\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"This article explores some of the many key factors to take into account when devising your Kubernetes clustering strategy. We suggest several key questions that can help you assess your application&#8217;s resilience needs and determine the required workload isolation. Additionally, we provide a brief overview of Multi-Tenancy. Finally, we draw attention to a critical consideration&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view\/160867","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/expert-view\/160867\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/media\/111511"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/media?parent=160867"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/categories?post=160867"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/tags?post=160867"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/uk\/wp-json\/wp\/v2\/industry?post=160867"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}