{"id":7209,"date":"2026-04-16T11:02:20","date_gmt":"2026-04-16T09:02:20","guid":{"rendered":"https:\/\/onlu.ch\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/"},"modified":"2026-04-16T11:05:18","modified_gmt":"2026-04-16T09:05:18","slug":"devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate","status":"publish","type":"post","link":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/","title":{"rendered":"DevOps vs. architecture &#8211; Why your transformation is failing and teams are starting to compensate"},"content":{"rendered":"\n<p>DevOps is being introduced everywhere today. New pipelines, new tools, cloud, Kubernetes, SAFe. The slides look good, the roadmap is green, the budget is in place.  <\/p>\n\n<p>And yet the same thing happens in an astonishing number of organizations:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Releases take <strong>longer<\/strong> instead of shorter.<\/li>\n\n\n\n<li>Errors occur <strong>later<\/strong> instead of earlier.<\/li>\n\n\n\n<li>Teams <strong>block each other<\/strong>, even though they are supposed to be autonomous.<\/li>\n\n\n\n<li>Quality is falling &#8211; <strong>despite<\/strong> more automation.<\/li>\n<\/ul>\n\n<p>The problem is rarely DevOps. The problem is architecture. <\/p>\n\n<h2 class=\"wp-block-heading\">The great illusion: &#8220;We&#8217;re doing DevOps now&#8221;<\/h2>\n\n<p>The transformation usually begins according to the same pattern:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>CI\/CD is introduced.<\/li>\n\n\n\n<li>Teams are given more responsibility (&#8220;you build it, you run it&#8221;).<\/li>\n\n\n\n<li>Central quality assurance is dissolved.<\/li>\n\n\n\n<li>Feature toggles enable &#8220;independent&#8221; deployments.<\/li>\n\n\n\n<li>Infrastructure is being modernized &#8211; containers, Kubernetes, OpenShift.<\/li>\n<\/ul>\n\n<p>Everything is there on paper. Only one thing is missing: <\/p>\n\n<p><strong>The architecture was not transformed.<\/strong><\/p>\n\n<p>The delivery machine has been rebuilt &#8211; on a system that was never designed for continuous delivery.<\/p>\n\n<h2 class=\"wp-block-heading\">What really happens: Coupling explodes visibly<\/h2>\n\n<p>In the past, a monorelease every two to three months concealed many things. Synchronized baselines, central tests, fixed processes. If something went wrong, it went wrong <em>together<\/em> &#8211; and was fixed <em>together<\/em>.  <\/p>\n\n<p>DevOps forces the system to function in real time. And suddenly what was previously hidden becomes visible: <\/p>\n\n<ul class=\"wp-block-list\">\n<li>Services are cyclically interdependent.<\/li>\n\n\n\n<li>Specialist logic is distributed across several systems.<\/li>\n\n\n\n<li>Data models are shared globally.<\/li>\n\n\n\n<li>Teams are dependent on each other without realizing it.<\/li>\n<\/ul>\n\n<p>DevOps does not <strong>create<\/strong> coupling. DevOps makes coupling <strong>visible<\/strong>. <\/p>\n\n<h2 class=\"wp-block-heading\">The break: Why DevOps doesn&#8217;t work here<\/h2>\n\n<p>Without decoupled architecture, the following happens:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Errors only occur in integration environments.<\/li>\n\n\n\n<li>Local tests lose their significance.<\/li>\n\n\n\n<li>CI\/CD becomes a blind flight.<\/li>\n\n\n\n<li>Feature toggles create exponential complexity.<\/li>\n\n\n\n<li>Responsibilities become blurred.<\/li>\n<\/ul>\n\n<p>And at the end:<\/p>\n\n<p><strong>Nobody can deploy with certainty anymore.<\/strong><\/p>\n\n<p>The opposite of what DevOps is supposed to achieve.<\/p>\n\n<h2 class=\"wp-block-heading\">The inconvenient truth: architecture is not moving fast enough<\/h2>\n\n<p>This is where things get political.<\/p>\n\n<p>Architecture cannot be changed &#8220;just like that&#8221;:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Established systems.<\/li>\n\n\n\n<li>Organizational boundaries.<\/li>\n\n\n\n<li>Historic decisions.<\/li>\n\n\n\n<li>Lack of domain separation.<\/li>\n<\/ul>\n\n<p>Realistically, this takes years.<\/p>\n\n<p>But DevOps is being introduced <strong>today<\/strong>.<\/p>\n\n<p>This is exactly where the gap arises. And in this gap, teams do what teams always do: they compensate. <\/p>\n\n<h2 class=\"wp-block-heading\">What teams actually do when architecture fails to deliver<\/h2>\n\n<p>Not clean. Not ideal. But functional. Four patterns that can be found in almost every transformation organization today:   <\/p>\n\n<h3 class=\"wp-block-heading\">1. visibility instead of trust: Quality gates with traffic light logic<\/h3>\n\n<p>New, often manual control points are created before production:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Own tests \u2192 green.<\/li>\n\n\n\n<li>External dependencies \u2192 yellow.<\/li>\n\n\n\n<li>Critical errors \u2192 red.<\/li>\n<\/ul>\n\n<p>Not elegant &#8211; but better than flying blind.<\/p>\n\n<h3 class=\"wp-block-heading\">2. interfaces are &#8220;simulated&#8221;<\/h3>\n\n<p>Since there is no real decoupling, teams make do with:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Recorded Responses.<\/li>\n\n\n\n<li>Mocks played locally.<\/li>\n\n\n\n<li>Self-built comparisons against &#8220;last known good condition&#8221;.<\/li>\n<\/ul>\n\n<p>This is not clean contract testing. It is what remains when architecture is missing. <\/p>\n\n<h3 class=\"wp-block-heading\">3. central QS comes back through the back door<\/h3>\n\n<p>The old test organization officially disappears &#8211; and reappears in a different form:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>As a supplier of smoketests.<\/li>\n\n\n\n<li>As a knowledge store for system interrelationships.<\/li>\n\n\n\n<li>As an implicit quality authority.<\/li>\n<\/ul>\n\n<p>Because someone <strong>has to<\/strong> understand the system context.<\/p>\n\n<h3 class=\"wp-block-heading\">4. integration is pulled forward &#8211; as best as possible<\/h3>\n\n<p>Teams try to test earlier: locally, with mocks, with recorded data.<\/p>\n\n<p>But without a clean architecture, it always remains incomplete.<\/p>\n\n<h2 class=\"wp-block-heading\">The real problem: The system is not built to be deployable<\/h2>\n\n<p>And this is the core.<\/p>\n\n<p>DevOps only works on systems that are built for it. These include <\/p>\n\n<ul class=\"wp-block-list\">\n<li>Clear domain boundaries.<\/li>\n\n\n\n<li>Minimal coupling.<\/li>\n\n\n\n<li>Independent data models.<\/li>\n\n\n\n<li>Testable interfaces.<\/li>\n\n\n\n<li>Stable invariants.<\/li>\n<\/ul>\n\n<p>If these are missing, every pipeline becomes an illusion.<\/p>\n\n<h2 class=\"wp-block-heading\">The hard limit: compensation does not scale<\/h2>\n\n<p>The workarounds described work &#8211; in the short term. But they come at a price: <\/p>\n\n<ul class=\"wp-block-list\">\n<li>High maintenance effort.<\/li>\n\n\n\n<li>Increasing complexity.<\/li>\n\n\n\n<li>Hidden risks.<\/li>\n\n\n\n<li>Slow feedback loops.<\/li>\n<\/ul>\n\n<p>And above all: <strong>they do not solve the actual problem.<\/strong> They just make it bearable.<\/p>\n\n<h2 class=\"wp-block-heading\">A word to the architecture<\/h2>\n\n<p>This is not an attack. But a clarification. <\/p>\n\n<p>Architecture is <strong>not<\/strong>:<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Documentation.<\/li>\n\n\n\n<li>Tool selection.<\/li>\n\n\n\n<li>Target images on PowerPoint slides.<\/li>\n<\/ul>\n\n<p>Architecture <strong>is<\/strong>:<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em><strong>the ability of a system to be developed, tested and operated independently.<\/strong><\/em><\/p>\n<\/blockquote>\n\n<p>If this is not the case, teams have to compensate. Workarounds arise. Frustration grows. And in the end, the organization loses the very speed that DevOps was supposed to bring.   <\/p>\n\n<h2 class=\"wp-block-heading\">Conclusion: Who wins &#8211; DevOps or architecture?<\/h2>\n\n<p>The answer is uncomfortable:<\/p>\n\n<p><strong>If architecture doesn&#8217;t deliver, DevOps loses.<\/strong><\/p>\n\n<p>And then exactly what we see in many organizations today happens:<\/p>\n\n<p>DevOps is not becoming an accelerator &#8211; but a repair strategy.<\/p>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong><em>Good architecture makes DevOps invisible. Bad architecture makes DevOps necessary. <\/em><\/strong><\/p>\n<\/blockquote>\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n<h3 class=\"wp-block-heading\">About ONLU<\/h3>\n\n<p>We support banks and insurance companies in Switzerland with precisely this question: How do you build systems that <em>support<\/em> transformation instead of hindering it? Our focus is on BPM and workflow platforms, process automation and cloud-native architectures on OpenShift and Kubernetes. If you are in the middle of a DevOps transformation and realize that the pipeline is faster than the architecture: talk to us.  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>DevOps is being introduced everywhere today. New pipelines, new tools, cloud, Kubernetes, SAFe. The slides look good, the roadmap is green, the budget is in place. And yet the same [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":5601,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7209","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nicht-kategorisiert"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG<\/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:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG\" \/>\n<meta property=\"og:description\" content=\"DevOps is being introduced everywhere today. New pipelines, new tools, cloud, Kubernetes, SAFe. The slides look good, the roadmap is green, the budget is in place. And yet the same [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/\" \/>\n<meta property=\"og:site_name\" content=\"ONLU AG\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-16T09:02:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-16T09:05:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"683\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alen Bisanovic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alen Bisanovic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/\"},\"author\":{\"name\":\"Alen Bisanovic\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/person\\\/db39dd13ee204913eaf6f7dff29410ed\"},\"headline\":\"DevOps vs. architecture &#8211; Why your transformation is failing and teams are starting to compensate\",\"datePublished\":\"2026-04-16T09:02:20+00:00\",\"dateModified\":\"2026-04-16T09:05:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/\"},\"wordCount\":840,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/ONLUBanner-Kubernauts.png\",\"articleSection\":[\"Nicht kategorisiert\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/\",\"name\":\"DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/ONLUBanner-Kubernauts.png\",\"datePublished\":\"2026-04-16T09:02:20+00:00\",\"dateModified\":\"2026-04-16T09:05:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#primaryimage\",\"url\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/ONLUBanner-Kubernauts.png\",\"contentUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2025\\\/01\\\/ONLUBanner-Kubernauts.png\",\"width\":1024,\"height\":683},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/onlu.ch\\\/en\\\/home-page\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevOps vs. architecture &#8211; Why your transformation is failing and teams are starting to compensate\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/\",\"name\":\"ONLU AG\",\"description\":\"Massgeschneiderte Software \u2013 Ihr hoch-qualifiziertes IT Team\",\"publisher\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/onlu.ch\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#organization\",\"name\":\"ONLU AG\",\"alternateName\":\"ONLU.CH\",\"url\":\"https:\\\/\\\/onlu.ch\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/onlu-logo-red-arrow.png\",\"contentUrl\":\"https:\\\/\\\/onlu.ch\\\/wp-content\\\/uploads\\\/2023\\\/06\\\/onlu-logo-red-arrow.png\",\"width\":800,\"height\":221,\"caption\":\"ONLU AG\"},\"image\":{\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/ch.linkedin.com\\\/company\\\/onlu\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/onlu.ch\\\/en\\\/#\\\/schema\\\/person\\\/db39dd13ee204913eaf6f7dff29410ed\",\"name\":\"Alen Bisanovic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g\",\"caption\":\"Alen Bisanovic\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG","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:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/","og_locale":"en_US","og_type":"article","og_title":"DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG","og_description":"DevOps is being introduced everywhere today. New pipelines, new tools, cloud, Kubernetes, SAFe. The slides look good, the roadmap is green, the budget is in place. And yet the same [&hellip;]","og_url":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/","og_site_name":"ONLU AG","article_published_time":"2026-04-16T09:02:20+00:00","article_modified_time":"2026-04-16T09:05:18+00:00","og_image":[{"width":1024,"height":683,"url":"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png","type":"image\/png"}],"author":"Alen Bisanovic","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alen Bisanovic","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#article","isPartOf":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/"},"author":{"name":"Alen Bisanovic","@id":"https:\/\/onlu.ch\/en\/#\/schema\/person\/db39dd13ee204913eaf6f7dff29410ed"},"headline":"DevOps vs. architecture &#8211; Why your transformation is failing and teams are starting to compensate","datePublished":"2026-04-16T09:02:20+00:00","dateModified":"2026-04-16T09:05:18+00:00","mainEntityOfPage":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/"},"wordCount":840,"commentCount":0,"publisher":{"@id":"https:\/\/onlu.ch\/en\/#organization"},"image":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#primaryimage"},"thumbnailUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png","articleSection":["Nicht kategorisiert"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/","url":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/","name":"DevOps vs. architecture - Why your transformation is failing and teams are starting to compensate - ONLU AG","isPartOf":{"@id":"https:\/\/onlu.ch\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#primaryimage"},"image":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#primaryimage"},"thumbnailUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png","datePublished":"2026-04-16T09:02:20+00:00","dateModified":"2026-04-16T09:05:18+00:00","breadcrumb":{"@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#primaryimage","url":"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png","contentUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2025\/01\/ONLUBanner-Kubernauts.png","width":1024,"height":683},{"@type":"BreadcrumbList","@id":"https:\/\/onlu.ch\/en\/devops-vs-architecture-why-your-transformation-is-failing-and-teams-are-starting-to-compensate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/onlu.ch\/en\/home-page\/"},{"@type":"ListItem","position":2,"name":"DevOps vs. architecture &#8211; Why your transformation is failing and teams are starting to compensate"}]},{"@type":"WebSite","@id":"https:\/\/onlu.ch\/en\/#website","url":"https:\/\/onlu.ch\/en\/","name":"ONLU AG","description":"Massgeschneiderte Software \u2013 Ihr hoch-qualifiziertes IT Team","publisher":{"@id":"https:\/\/onlu.ch\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlu.ch\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/onlu.ch\/en\/#organization","name":"ONLU AG","alternateName":"ONLU.CH","url":"https:\/\/onlu.ch\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlu.ch\/en\/#\/schema\/logo\/image\/","url":"https:\/\/onlu.ch\/wp-content\/uploads\/2023\/06\/onlu-logo-red-arrow.png","contentUrl":"https:\/\/onlu.ch\/wp-content\/uploads\/2023\/06\/onlu-logo-red-arrow.png","width":800,"height":221,"caption":"ONLU AG"},"image":{"@id":"https:\/\/onlu.ch\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/ch.linkedin.com\/company\/onlu"]},{"@type":"Person","@id":"https:\/\/onlu.ch\/en\/#\/schema\/person\/db39dd13ee204913eaf6f7dff29410ed","name":"Alen Bisanovic","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/55beafe75ad24123a54917843b68e9408922ac7265ea8b582e1766411998320b?s=96&d=mm&r=g","caption":"Alen Bisanovic"}}]}},"_links":{"self":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/7209","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/comments?post=7209"}],"version-history":[{"count":2,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/7209\/revisions"}],"predecessor-version":[{"id":7213,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/posts\/7209\/revisions\/7213"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/media\/5601"}],"wp:attachment":[{"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/media?parent=7209"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/categories?post=7209"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlu.ch\/en\/wp-json\/wp\/v2\/tags?post=7209"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}