{"id":5878,"date":"2026-07-06T16:53:30","date_gmt":"2026-07-06T20:53:30","guid":{"rendered":"https:\/\/solutionsreview.com\/cloud-platforms\/?p=5878"},"modified":"2026-07-06T16:53:48","modified_gmt":"2026-07-06T20:53:48","slug":"the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs","status":"publish","type":"post","link":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/","title":{"rendered":"The CIO&#8217;s Cloud-Native Mandate: Building the Infrastructure AI Actually Needs"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium_large wp-image-5883\" src=\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs-768x384.jpg\" alt=\"The CIO's Cloud-Native Mandate Building the Infrastructure AI Actually Needs\" width=\"768\" height=\"384\" srcset=\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs-768x384.jpg 768w, https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs-300x150.jpg 300w, https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg 800w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/><\/p>\n<p style=\"text-align: justify;\"><em><strong>This article, which expands on insights from a recent <a href=\"https:\/\/www.youtube.com\/watch?v=ecR4_8XTiBg\" target=\"_blank\" rel=\"noopener\">Solutions Review Cloud Native Masterclass<\/a><\/strong><\/em><em><strong> event, examines the emerging cloud-native mandate facing CIOs and how they can build the infrastructure to meaningfully support their AI growth efforts.<\/strong><\/em><\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">There is a version of the AI conversation happening at the board level right now that sounds deceptively simple. Adopt AI. Move faster. Compete. What that conversation consistently underestimates is the infrastructure work required before any of those outcomes become real. Organizations struggling with AI are not failing because the technology does not work. They are failing because the underlying architecture was never designed to support it.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">That is the argument <a href=\"https:\/\/www.linkedin.com\/in\/arthur-langer\/\" target=\"_blank\" rel=\"noopener\">Dr. Art Langer<\/a>\u2014the former Associate Vice Provost and current Director for the Center for Technology Management and Digital Leadership at Northeastern University\u2014and <a href=\"https:\/\/www.linkedin.com\/in\/paragkarnik\" target=\"_blank\" rel=\"noopener\">Parag Karnik<\/a>, CTO of Enterprise Platforms at Nutanix, made during <strong><a href=\"https:\/\/www.youtube.com\/watch?v=ecR4_8XTiBg\" target=\"_blank\" rel=\"noopener\">a recent Solutions Review Cloud Native Masterclass<\/a><\/strong>. Their combined perspective, drawing on decades of enterprise technology leadership across regulated industries and academic research on organizational transformation, laid out what the cloud-native journey actually looks like at scale and why it cannot be skipped.<\/p>\n<h3 class=\"text-text-100 mt-3 -mb-1 text-[1.125rem] font-bold\" style=\"text-align: justify;\"><strong>What Cloud Native Architecture for AI Workloads Actually Demands from Enterprise Leaders<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">The first thing Karnik clarified was what cloud-native actually means, because the term is constantly misused. Cloud-native is not synonymous with the public cloud. It is an architectural approach that can apply equally to private cloud, hybrid environments, and edge deployments. The acronym he used to anchor the definition: PRIMED. Programmable, Resilient, Immutable, Modular, Elastic, and Declarative. Any infrastructure that meets those criteria, regardless of where it is physically located, qualifies as cloud-native.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">That distinction matters particularly for enterprises operating in regulated industries or with data sovereignty requirements that complicate or legally constrain full public cloud adoption. The architecture is the thing, not the hosting model.<\/p>\n<h4 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>Why Containers and Kubernetes Have Become the Default for AI Infrastructure<\/strong><\/h4>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">According to <a href=\"https:\/\/www.gartner.com\/en\/documents\/5988071\" target=\"_blank\" rel=\"noopener\">Gartner research<\/a> cited during the session, approximately 75 percent of AI and machine learning implementations run in containers. That number was under 50% just a few years ago. The hockey stick trajectory is not a coincidence. Containers solve a specific and critical problem for AI workloads: they encapsulate everything an application needs to function, all logic, all dependencies, all runtime requirements, into a single portable unit.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">The practical consequence is that a containerized AI workload can be deployed consistently across data centers, cloud providers, and edge locations without the configuration drift and dependency conflicts that plagued traditional deployments. Kubernetes, which originated as Google&#8217;s internal Borg project for managing internet-scale demand, provides the orchestration layer that manages container lifecycles, scaling, and self-healing.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Karnik was careful to make a point that gets glossed over in many architecture conversations. Kubernetes does not eliminate infrastructure complexity. It encapsulates it. Inside Kubernetes, CSI drivers manage storage interactions. CNI drivers handle networking. The resource optimization and auto-scaling capabilities that make Kubernetes powerful are built on a set of technical constructs that enterprises need to understand before they can govern them effectively. Treating Kubernetes as a magic layer that makes infrastructure disappear sets up operational problems.<\/p>\n<h3 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>The Four Architecture Pillars Driving Modular AI Platforms<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">When Karnik walked through the technical foundation of cloud native architecture, four components formed the core:<\/p>\n<ul>\n<li><strong>Microservices<\/strong> are discrete, independently deployable business capabilities. They can be tested, updated, and scaled without touching the rest of the application, replacing the months-long QA cycles required by monolithic systems.<\/li>\n<li><strong>Containers<\/strong> package each microservice with its complete set of dependencies, making each unit self-contained and portable.<\/li>\n<li><strong>APIs<\/strong> allow microservices to communicate with each other in a controlled, standardized way, enabling complex business logic to be orchestrated across modular components.<\/li>\n<li><strong>Kubernetes<\/strong> provides the orchestration layer that manages deployment, scaling, self-healing, and resource allocation across the full container fleet.<\/li>\n<\/ul>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Together, these four pillars produce a system that can be changed on demand, tested in isolation, scaled automatically in response to load, and updated without full-system regression cycles.<\/p>\n<h3 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>Why Governance and Security Have to Be Built Into the Architecture, Not Added Later<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">One of the most consistent operational failures Karnik described is the pattern of giving development teams freedom with Kubernetes without providing a governing platform underneath them. When line-of-business development teams, each with domain-specific knowledge and different levels of infrastructure maturity, deploy independently without standardized controls, the result is siloed configurations, inconsistent security postures, and mounting technical debt.<\/p>\n<p style=\"text-align: center;\"><iframe loading=\"lazy\" title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/ecR4_8XTiBg?si=C2iMi-zakmfKJpvl\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">The solution is a platform layer that abstracts infrastructure complexity from developers while, by default, enforcing security, compliance, and business continuity requirements. Developers should be focused on building business capabilities. Audits, vulnerability management, regulatory compliance, and configuration governance should be handled at the platform level so those concerns do not have to be rebuilt by every team that ships a new service.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Langer framed the security dimension from a leadership perspective: the CISO and CIO roles are converging. Security is no longer a perimeter activity. It has to be designed into every application from the start, which means technology leaders need fluency in security architecture regardless of their official title. AI bias governance and explainability requirements, both internal and regulatory, add another layer, making this convergence more urgent.<\/p>\n<h3 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>How to Measure Whether Cloud-Native Modernization Is Actually Working<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">For leaders who need to make the case to CFOs and boards, the KPI question is not optional. Karnik outlined a measurement framework built around three dimensions: speed, cost, and quality. Key indicators include:<\/p>\n<ul>\n<li>Deployment velocity and how frequently teams can release new capabilities<\/li>\n<li>Defect escape ratios, which measure the quality of what gets shipped<\/li>\n<li>Mean time between failures and mean time to respond, which capture operational resilience<\/li>\n<li>Cost per employee as an efficiency metric tied to platform productivity gains<\/li>\n<li>Improvement in the ratio of innovation work to maintenance work over time<\/li>\n<\/ul>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Site reliability engineering practices, particularly when applied across both development and operations teams, provide the continuous improvement mechanism that makes these metrics meaningful rather than decorative. OKR frameworks can then translate those operational metrics into business-level reporting that finance and board members can engage with directly.<\/p>\n<h3 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>The Talent and Change Management Problem Nobody Wants to Talk About<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Both Langer and Karnik were direct about <a href=\"https:\/\/solutionsreview.com\/data-management\/cios-as-pioneers-of-organizational-digital-transformations\/\" target=\"_blank\" rel=\"noopener\">the dimension of this transformation<\/a> that most technology architecture conversations quietly avoid. The operational organization bears the most exposure during a cloud-native transition. Teams that have managed traditional infrastructure for years are being asked to operate in a fundamentally different model, one where infrastructure is immutable, self-healing, and dynamically spun up and torn down by an orchestration layer rather than configured manually.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Langer&#8217;s framing of this challenge drew on years of research into what separates organizations that succeed at digital transformation from those that do not. The differentiator was not organizational structure. It was the people and their relationship with data and modern tooling. Getting that right requires deliberate upskilling, visible leadership commitment, and a clear message to operations teams that modernization expands capability rather than eliminating roles.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Karnik&#8217;s practical recommendation for leaders who are stuck: assign one business partner, identify one high-value capability they cannot currently deliver, and build the case for modernization around that specific outcome. Show measurable improvement with full transparency. Let that success create demand from other stakeholders rather than trying to sell the entire transformation at once.<\/p>\n<h3 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\" style=\"text-align: justify;\"><strong>What Agentic AI Means for Infrastructure Planning Right Now<\/strong><\/h3>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">The conversation between Langer and Karnik closed on a point that is worth treating as the most forward-looking element of the session. Enterprises are not just deploying AI assistants anymore. Agentic AI, systems that make decisions and take autonomous actions within defined guardrails, is moving from research into production roadmaps. That shift carries infrastructure implications that need to be anticipated now.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Agent-based <a href=\"https:\/\/solutionsreview.com\/digital-transformation-why-ai-implementation-paralysis-is-real\/\" target=\"_blank\" rel=\"noopener\">AI implementations<\/a> are application deployments that need to be versioned, vulnerability-assessed, monitored for configuration drift, and governed for audit traceability. Organizations operating in regulated environments need to demonstrate who accessed which model, what data was used, and when. The dynamic, self-healing nature of Kubernetes infrastructure adds complexity to that audit trail. CMDB processes, ITSM workflows, and compliance frameworks all need to be updated to account for infrastructure that can rebuild itself automatically.<\/p>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-[1.7]\" style=\"text-align: justify;\">Langer&#8217;s closing thought cut to the core of the business question underneath all of this: AI will become ubiquitous, and the competitive advantage will not come from owning the underlying technology. Instead, it will come from the speed and intelligence with which enterprises deploy it to capture market share before the window closes.<\/p>\n<hr \/>\n","protected":false},"excerpt":{"rendered":"<p>This article, which expands on insights from a recent Solutions Review Cloud Native Masterclass event, examines the emerging cloud-native mandate facing CIOs and how they can build the infrastructure to meaningfully support their AI growth efforts. There is a version of the AI conversation happening at the board level right now that sounds deceptively simple. [&hellip;]<\/p>\n","protected":false},"author":57,"featured_media":5883,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[2],"tags":[1876,1875,1554,1877],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>The CIO&#039;s Cloud-Native Mandate: Building the Infrastructure AI Actually Needs<\/title>\n<meta name=\"description\" content=\"This article examines the emerging cloud-native mandate facing CIOs and how they can build better infrastructure for AI growth.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"William Jepma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/\",\"url\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/\",\"name\":\"The CIO's Cloud-Native Mandate: Building the Infrastructure AI Actually Needs\",\"isPartOf\":{\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg\",\"datePublished\":\"2026-07-06T20:53:30+00:00\",\"dateModified\":\"2026-07-06T20:53:48+00:00\",\"author\":{\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/b7f0c44f1344c174fcf3ca4d617e9976\"},\"description\":\"This article examines the emerging cloud-native mandate facing CIOs and how they can build better infrastructure for AI growth.\",\"breadcrumb\":{\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage\",\"url\":\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg\",\"width\":800,\"height\":400,\"caption\":\"The CIO's Cloud-Native Mandate Building the Infrastructure AI Actually Needs\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/solutionsreview.com\/cloud-platforms\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The CIO&#8217;s Cloud-Native Mandate: Building the Infrastructure AI Actually Needs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/#website\",\"url\":\"https:\/\/solutionsreview.com\/cloud-platforms\/\",\"name\":\"Best Enterprise Cloud Strategy Tools, Vendors, Managed Service Providers, MSP and Solutions\",\"description\":\"Guides, Analysis and Best Practices\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/solutionsreview.com\/cloud-platforms\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/b7f0c44f1344c174fcf3ca4d617e9976\",\"name\":\"William Jepma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2025\/10\/William_Jepma_600.jpg\",\"contentUrl\":\"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2025\/10\/William_Jepma_600.jpg\",\"caption\":\"William Jepma\"},\"description\":\"William Jepma is an editor and analyst at Solutions Review who aims to keep readers across industries informed and excited about the newest developments in the worktech, marketing, cybersecurity, and broader enterprise technology and AI categories. You can connect with him on LinkedIn or reach him via email at wjepma@solutionsreview.com.\",\"sameAs\":[\"https:\/\/solutionsreview.com\/\",\"https:\/\/www.linkedin.com\/in\/william-jepma\/\",\"https:\/\/x.com\/WorktechReview\"],\"url\":\"https:\/\/solutionsreview.com\/cloud-platforms\/author\/wjepma\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The CIO's Cloud-Native Mandate: Building the Infrastructure AI Actually Needs","description":"This article examines the emerging cloud-native mandate facing CIOs and how they can build better infrastructure for AI growth.","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:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/","twitter_misc":{"Written by":"William Jepma","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/","url":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/","name":"The CIO's Cloud-Native Mandate: Building the Infrastructure AI Actually Needs","isPartOf":{"@id":"https:\/\/solutionsreview.com\/cloud-platforms\/#website"},"primaryImageOfPage":{"@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage"},"image":{"@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage"},"thumbnailUrl":"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg","datePublished":"2026-07-06T20:53:30+00:00","dateModified":"2026-07-06T20:53:48+00:00","author":{"@id":"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/b7f0c44f1344c174fcf3ca4d617e9976"},"description":"This article examines the emerging cloud-native mandate facing CIOs and how they can build better infrastructure for AI growth.","breadcrumb":{"@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#primaryimage","url":"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg","contentUrl":"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2026\/06\/The-CIOs-Cloud-Native-Mandate-Building-the-Infrastructure-AI-Actually-Needs.jpg","width":800,"height":400,"caption":"The CIO's Cloud-Native Mandate Building the Infrastructure AI Actually Needs"},{"@type":"BreadcrumbList","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/the-cios-cloud-native-mandate-building-the-infrastructure-ai-actually-needs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/solutionsreview.com\/cloud-platforms\/"},{"@type":"ListItem","position":2,"name":"The CIO&#8217;s Cloud-Native Mandate: Building the Infrastructure AI Actually Needs"}]},{"@type":"WebSite","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/#website","url":"https:\/\/solutionsreview.com\/cloud-platforms\/","name":"Best Enterprise Cloud Strategy Tools, Vendors, Managed Service Providers, MSP and Solutions","description":"Guides, Analysis and Best Practices","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/solutionsreview.com\/cloud-platforms\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/b7f0c44f1344c174fcf3ca4d617e9976","name":"William Jepma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/solutionsreview.com\/cloud-platforms\/#\/schema\/person\/image\/","url":"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2025\/10\/William_Jepma_600.jpg","contentUrl":"https:\/\/solutionsreview.com\/cloud-platforms\/files\/2025\/10\/William_Jepma_600.jpg","caption":"William Jepma"},"description":"William Jepma is an editor and analyst at Solutions Review who aims to keep readers across industries informed and excited about the newest developments in the worktech, marketing, cybersecurity, and broader enterprise technology and AI categories. You can connect with him on LinkedIn or reach him via email at wjepma@solutionsreview.com.","sameAs":["https:\/\/solutionsreview.com\/","https:\/\/www.linkedin.com\/in\/william-jepma\/","https:\/\/x.com\/WorktechReview"],"url":"https:\/\/solutionsreview.com\/cloud-platforms\/author\/wjepma\/"}]}},"_links":{"self":[{"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/posts\/5878"}],"collection":[{"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/users\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/comments?post=5878"}],"version-history":[{"count":0,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/posts\/5878\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/media\/5883"}],"wp:attachment":[{"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/media?parent=5878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/categories?post=5878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solutionsreview.com\/cloud-platforms\/wp-json\/wp\/v2\/tags?post=5878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}