{"id":515764,"date":"2022-08-16T05:45:00","date_gmt":"2022-08-16T04:45:00","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/kubernetes-os-of-the-cloud\/"},"modified":"2022-08-16T05:45:00","modified_gmt":"2022-08-16T04:45:00","slug":"kubernetes-os-of-the-cloud","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/","title":{"rendered":"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg\" alt=\"\" class=\"wp-image-15960\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">In order to respond to the explosion of digital needs of the business, two major trends dictate the current evolution of information systems. On the one hand, applications are becoming more and more modular, right down to microservices and containerisation, in order to facilitate portability, scalability and extensibility. On the other hand, infrastructures are moving massively to the <a href=\"https:\/\/devoteam.info\/en-se\/news-and-pr\/techradar-devoteam-2nd-edition\/distributed-cloud\/\" target=\"_blank\" rel=\"noreferrer noopener\">cloud<\/a> (or rather, clouds), which is the only way to provide all the necessary resources at the lowest cost and with maximum flexibility.&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But at the intersection of these two upheavals, major questions are emerging: how to manage an exponential number of containers? how to coordinate and plan their execution in virtualised environments? how to scale them and ensure that they work properly? These are all questions that could quickly turn into a headache if a solution had not been created to answer them. That solution is <a href=\"https:\/\/kubernetes.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Kubernetes<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-where-did-kubernetes-come-from\">Where did Kubernetes come from?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Launched by <a href=\"https:\/\/devoteam.info\/en-se\/join-us\/google-cloud-4\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google<\/a> in 2014, Kubernetes (often abbreviated to K8S) is an open-source platform that automates the deployment, scaling and management of containerised applications on clustered environments, whether in a public, private, hybrid or multi-cloud cloud. It is this role of orchestrating cloud-native application execution resources that has earned Kubernetes its nickname &#8220;the OS of the cloud.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Open-source since 2015, Kubernetes is the cornerstone of the Cloud Native Computing Foundation (<a href=\"https:\/\/www.cncf.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">CNCF<\/a>), created within the Linux Foundation to promote and standardize technologies around containerisation.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-what-does-kubernetes-do\">What does Kubernetes do?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">From a single control plane, Kubernetes allows you to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create application services that combine multiple containers;<\/li>\n\n\n\n<li>Schedule the execution of these containers on virtual clusters;<\/li>\n\n\n\n<li>Provision, deploy and update applications;<\/li>\n\n\n\n<li>Manage the load and scale applications and their resources;<\/li>\n\n\n\n<li>Manage the health and integrity of containers over time.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes does all this, regardless of the number of containers and complexity of the environments.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-why-has-kubernetes-become-so-indispensable\">Why has Kubernetes become so indispensable?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the teeming world of new technologies, few of them, like Kubernetes, manage to reach the status of a de facto standard. There are four reasons for this:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-relevance\">1. Relevance<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes is THE answer to the proliferation of containers and the complexity of managing them in the cloud. Without it, microservices architectures would quickly become unmanageable. With Kubernetes, administrators can give developers simple, fast and controlled access to the resources they need, enabling DevOps practices for cloud-native applications.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-portability\">2. Portability <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes is open source and works across all cloud platforms, and is supported by the largest technology players, who use it and build it into their own tools.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-sustainability\">3. Sustainability <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This broad support, which is reflected in the size and dynamism of the community, ensures that Kubernetes will remain compatible with future technological and IT developments. This guarantees that investments, especially those dedicated to development, will be preserved.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-the-lack-of-competition\">4. The lack of competition <\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Kubernetes has become even more widely accepted because there is hardly any alternative when it comes to cloud-native applications. However, we can mention HashiCorp Nomad, whose functionalities, although more limited, can be quite sufficient in certain contexts.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-why-is-kubernetes-so-complicated\">Why is Kubernetes so complicated?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The most common criticism of Kubernetes is its complexity. In addition to its arduous handling, which involves a steep learning curve, this is also due to the following reasons:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A tool that thinks big: Kubernetes derives from Google&#8217;s experience in service orchestration, but not everyone has Google&#8217;s needs, and who can do more can&#8217;t always easily do less.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A tool that does a lot, but not everything: Kubernetes has a platform vocation and requires a lot of complementary tools to give its full measure, which in turn must be chosen and mastered. We can mention, in no particular order, Helm, ArgoCD or Dapr for development, <a href=\"https:\/\/devoteam.info\/expert-view\/what-makes-lens-the-kubernetes-ide\/\" target=\"_blank\" rel=\"noreferrer noopener\">Lens<\/a>, Cilium or Crossplane for control and management, Kubecost for cost control, Istio for service meshing, <a href=\"https:\/\/devoteam.info\/expert-view\/is-knative-the-future-standard-for-cloud-native-applications\/\" target=\"_blank\" rel=\"noreferrer noopener\">Knative<\/a> for serverless, and so on.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A tool with a key role: Kubernetes conditions the entire application infrastructure, so we cannot afford an incomplete, hasty or poorly controlled implementation, which could result in cascading consequences.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-how-to-switch-to-kubernetes\">How to switch to Kubernetes?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here, in 10 key points, is the roadmap to successfully adopt Kubernetes:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select from the ecosystem the frameworks, solutions, tools and runtimes that are suitable for the existing and the needs ;<\/li>\n\n\n\n<li>Set up the Kubernetes production platform;<\/li>\n\n\n\n<li>Build the CI\/CD chain to deploy Cloud Native applications;<\/li>\n\n\n\n<li>Deploy its applications on its cloud environment;<\/li>\n\n\n\n<li>Adapt IT processes and activities to enable continuous deployment of Cloud Native applications;<\/li>\n\n\n\n<li>Ensure operations that guarantee application performance, security and resiliency;<\/li>\n\n\n\n<li>Automate and templatize what can be automated, from build to delivery via the DevOps pipeline;<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\">How can I learn more?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This article is part of a greater series centred around the technologies and themes found within the first edition of the TechRadar by Devoteam. To read further into these topics, please download <a href=\"https:\/\/devoteam.info\/techradar\/\" target=\"_blank\" rel=\"noreferrer noopener\">the TechRadar by Devoteam<\/a><\/p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-4b1fd674 wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--medium);margin-bottom:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-969dc29d wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:100%\">\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\" style=\"background-color:#8476bb\"><\/span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-8279\" alt=\"\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/digital-solutions.jpg\" data-object-fit=\"cover\"\/><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch has-gray-light-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group has-main-color has-gray-light-background-color has-text-color has-background has-link-color wp-elements-1 is-layout-flow wp-container-core-group-is-layout-23162e80 wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--large)\">\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-4a15ae55 wp-block-group-is-layout-flex\" style=\"min-height:0px\">\n<p class=\"has-text-align-left has-main-color has-text-color has-medium-font-size wp-container-content-42c95ffb wp-block-paragraph\"><br>Want to know more about Kubernetes?<\/p>\n\n\n\n<p class=\"has-text-align-left has-main-color has-text-color has-link-color has-base-font-size wp-elements-2 wp-block-paragraph\"><br>Check out TechRadar by Devoteam to see what our experts say about its viability in the market.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-5446dffb wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/devoteam.info\/techradar-emerging-technologies-2024\/\">Discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In order to respond to the explosion of digital needs of the business, two major trends dictate the current evolution of information systems. On the one hand, applications are becoming more and more modular, right down to microservices and containerisation, in order to facilitate portability, scalability and extensibility. On the other hand, infrastructures are moving [&hellip;]<\/p>\n","protected":false},"featured_media":515766,"template":"","categories":[2464],"tags":[],"industry":[2469],"class_list":["post-515764","expert-view","type-expert-view","status-publish","has-post-thumbnail","hentry","category-cloud-native-architecture-en-se","industry-professional-services-en-se"],"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\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/\" target=\"_self\" ><img width=\"1920\" height=\"941\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?\" style=\"aspect-ratio:4\/3;width:100%;object-fit:cover;\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg 1920w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-300x147.jpg 300w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-1024x502.jpg 1024w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-768x376.jpg 768w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-1536x752.jpg 1536w, https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-2048x1003.jpg 2048w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/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-4 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\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/\" target=\"_self\" >Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?<\/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>Why Has Kubernetes Become the \u201cOS of the Cloud\u201d? | 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\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?\" \/>\n<meta property=\"og:description\" content=\"In order to respond to the explosion of digital needs of the business, two major trends dictate the current evolution of information systems. On the one hand, applications are becoming more and more modular, right down to microservices and containerisation, in order to facilitate portability, scalability and extensibility. On the other hand, infrastructures are moving [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/\",\"name\":\"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d? | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/shutterstock_463069099-scaled-e1660146507207.jpg\",\"datePublished\":\"2022-08-16T04:45:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/#breadcrumb\"},\"inLanguage\":\"en-SE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-SE\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/shutterstock_463069099-scaled-e1660146507207.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/shutterstock_463069099-scaled-e1660146507207.jpg\",\"width\":1920,\"height\":941,\"caption\":\"Cloud computing concept. Businessman in suit holding a cloud on dark background; Shutterstock ID 463069099; purchase_order: 4; job: ; client: corporate; other: Devoteam_FR\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/kubernetes-os-of-the-cloud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/en-se\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-SE\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d? | 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\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?","og_description":"In order to respond to the explosion of digital needs of the business, two major trends dictate the current evolution of information systems. On the one hand, applications are becoming more and more modular, right down to microservices and containerisation, in order to facilitate portability, scalability and extensibility. On the other hand, infrastructures are moving [&hellip;]","og_url":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/","og_site_name":"Devoteam","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/","url":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/","name":"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d? | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/en-se\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg","datePublished":"2022-08-16T04:45:00+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/#breadcrumb"},"inLanguage":"en-SE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-SE","@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg","width":1920,"height":941,"caption":"Cloud computing concept. Businessman in suit holding a cloud on dark background; Shutterstock ID 463069099; purchase_order: 4; job: ; client: corporate; other: Devoteam_FR"},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/en-se\/expert-view\/kubernetes-os-of-the-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/en-se\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/en-se\/expert-view\/"},{"@type":"ListItem","position":3,"name":"Why Has Kubernetes Become the \u201cOS of the Cloud\u201d?"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/en-se\/#website","url":"https:\/\/devoteam.info\/en-se\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/en-se\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-SE"}]}},"uagb_featured_image_src":{"full":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207.jpg",1920,941,false],"thumbnail":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-150x150.jpg",150,150,true],"medium":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-300x147.jpg",300,147,true],"medium_large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-768x376.jpg",768,376,true],"large":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-1024x502.jpg",1024,502,true],"1536x1536":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-1536x752.jpg",1536,752,true],"2048x2048":["https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/shutterstock_463069099-scaled-e1660146507207-2048x1003.jpg",2048,1003,true]},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/en-se\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"In order to respond to the explosion of digital needs of the business, two major trends dictate the current evolution of information systems. On the one hand, applications are becoming more and more modular, right down to microservices and containerisation, in order to facilitate portability, scalability and extensibility. On the other hand, infrastructures are moving&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/expert-view\/515764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/expert-view\/515764\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/media\/515766"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/media?parent=515764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/categories?post=515764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/tags?post=515764"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/en-se\/wp-json\/wp\/v2\/industry?post=515764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}