Analysing key changes in the IT landscape based on global, economic and governance factors.
1. Global Trends: Regionalization, Hybrid Infrastructures and Ecology.
1.1 Localization of IT services
The main drivers of growth in the localization of IT services are regulatory requirements (GDPR and similar laws), national interests, and sanctions risks:
- Data Residency Laws (such as GDPR in the EU) require data to be stored in the user's country.
- Sanctions risks: companies avoid dependence on infrastructure in “unfriendly” countries. For example, European companies are transitioning from AWS to on-premises clouds, such as OVHcloud and Deutsche Telekom.
- Brazil and India are developing their own clouds to develop their digital sovereignty.
The dominant technology in this area is Kubernetes solutions with regional clusters based on Rancher, OpenShift, and tools like Crossplane for multi-cloud management. There is also a strong emphasis on compliance pipelines, such as automatic GDPR compliance verification using Open Policy Agent.
| An illustrative example of digital transformation in this direction is Netflix, which deployed local CDN nodes within the EU to ensure GDPR compliance. |
1.2 Hybrid Infrastructures
The primary trend in IT infrastructure for 2026 revolves around multi-cloud solutions (AWS + Azure + GCP + local providers) and Sovereign Cloud platforms, such as Switzerland’s Exoscale, Norway’s SAPA, and France’s now pan-European OVHcloud.
| The difference between on-premises and Sovereign clouds is that on-premises (private) clouds are infrastructure deployed and managed within an organization or by a trusted provider. Sovereign clouds are cloud solutions that comply with national or regional regulatory requirements, including data residency, jurisdiction, and security. They are created to comply with the laws of a specific country. |
The main tools that help with this are:
1. The HashiCorp stack, particularly HashiCorp Consul, for service management in distributed infrastructures and service discovery.
2. Infrastructure as Code (IaC) tools such as Terraform/OpenTofu, Pulumi, and Ansible for idempotent configurations and orchestration. Puppet/Chef remain relevant for compliance and enterprise environments, though their popularity is declining.
3. Kubernetes is the industry standard for container orchestration.
Key Trends:
- Growth of Pulumi: Increasing popularity due to flexibility in programming language usage.
- Decline of Chef/Puppet: Being replaced by Ansible and Terraform.
- OpenTofu: Gaining momentum as an open-source alternative to Terraform.
|
TOOLS |
SUPPORTED CLOUD |
LANGUAGE/ APPROACH |
STATE |
NOTES |
|
TERRAFORM |
Multicloud (AWS, Azure, GCP, etc.) |
Declarative (HCL) |
Yes |
A leader for multicloud scenarios. Supports multiple providers. |
|
PULUMI |
Multicloud (AWS, Azure, GCP, etc.) |
Imperative (Python, TypeScript, Go, .NET) |
Yes |
Allows the use of programming languages, suitable for complex scripts. |
|
OPENTOFU |
Multicloud (Terraform fork) |
Declarative (HCL) |
Yes |
Terraform fork with open license, alterative after HashiCorp license change. |
|
Crossplane |
Multicloud |
Declarative (YAML / K8s CRDs) |
Yes |
Turns Kubernetes into a universal control panel for any cloud. It automatically fixes the infrastructure if someone has manually changed it (drift reconciliation). |
4. Multi-cloud control panels such as Azure Arc, Google Anthos, AWS Outposts, Rancher, Red Hat OpenShift + Advanced Cluster Management (ACM), Open Cluster Management (OCM), and VMware Tanzu for hybrid management.
The most popular multi-cloud tools in the table:
|
TOOLS |
SCENAIOUS |
PROS |
MINUSES |
|
Azure Arc |
Hybrid management + Azure integration |
Deep integration with Azure services |
Microsoft lock-in |
|
GGKE Enterprise (formerly Anthos) |
Multi-cloud with GCP focus |
Industry-leading tools for Kubernetes fleet management. |
High cost, complex to migrate away from. |
|
AWS Outposts/ EKS Anywhere |
Local AWS/ Hybrid K8s |
Full compatibility with the AWS ecosystem on-premises. |
Ironclad hardware dependency, very high cost. |
|
Rancher |
Independent cluster management |
Flexible, open-source. Huge growth as companies migrate away from VMware (pairing it with Harvester). |
Requires building your own IaaS integrations. |
|
OpenShift ACM |
Enterprise-hybrid environments |
Enterprise-grade security and Red Hat support. |
High complexity and heavy resource overhead. |
|
OCM |
Open-source multi-clustering |
Independence, flexibility |
Requires deep internal expertise to maintain. |
|
VMware Tanzu |
Hybrid VM + Kubernetes |
Deep integration for companies with heavy legacy VMware infrastructure. |
High risk: Broadcom's acquisition led to drastic licensing changes and massive price hikes, forcing many to migrate away. |
Neutral countries (Switzerland, UAE) do not always save from extraterritorial laws. For example, Swiss banks still comply with US sanctions. The real trend is hybrid infrastructure, not relocation.
1.3 Edge Computing
To the growth of IoT, DevOps is adapting via lightweight Kubernetes distributions (K3s, MicroK8s). Infrastructure as code (IaC) for edge devices (Pulumi, Ansible) and GitOps approach.

1.4 Compliance as Code: The End of Manual Audits
While GDPR and data residency laws set the initial stage for infrastructure localization, the new wave of European regulations—specifically NIS2, DORA, and the AI Act—has completely changed the game. In 2026, the sheer complexity and strictness of these legal frameworks have made traditional, manual security audits obsolete, heavily error-prone, and dangerously slow.
The definitive trend for surviving this regulatory landscape is Compliance as Code (CaC) on steroids.
Organizations can no longer rely on post-deployment security checks or Excel-based compliance matrices. Instead, complex regulatory requirements (such as GDPR data routing rules, HIPAA privacy standards, or NIS2 cybersecurity mandates) are translated directly into executable code.
By utilizing modern policy engines like Open Policy Agent (OPA) and Kyverno, compliance is automatically verified at every single commit. If an engineer attempts to deploy a container with excessive root privileges, or tries to provision a database in an unauthorized geographic region, the CI/CD pipeline immediately blocks the Pull Request.
In this new era, regulatory compliance is no longer a bureaucratic afterthought handled by a separate department. It is a built-in, automated, and unskippable gate in the engineering process, ensuring that infrastructure is fully compliant by design before it ever reaches production.
2. Changes in the IT Macroeconomy: Regionalization vs. Globalization
2.1 Reducing the share of public clouds is unlikely to happen.
Public clouds are growing (the market will reach $1.3 trillion by 2026), but hybrid models are gaining momentum: Large companies (Dropbox, 37signals) are partially reverting to self-hosted because of the long-term savings, but it requires expertise and CapEx. And while Kubernetes as a standard, OpenShift and Rancher make hybrid environments easier to manage, Self-hosted solutions are not a panacea. For 80% of SMEs, public clouds remain more profitable due to their ability to scale and the absence of upfront costs (no CapEx).
2.2 Shift-Left FinOps: From the Accounting Department to the Developer's Desktop
A few years ago, the primary trend in FinOps was simply adopting monitoring tools like CloudHealth or Kubecost to figure out where the budget was going. Today, relying on passive dashboards or waiting for the end-of-month AWS or GCP bill is a recipe for disaster. In a modern cloud-native infrastructure, costs can spiral out of control in a matter of hours.
In 2026, the industry standard has decisively moved to "Shift-Left FinOps." This means extracting cloud cost management from the Finance department's spreadsheets and integrating it directly into the Internal Developer Platform (IDP) and CI/CD pipelines.
The core of this trend is turning cost into a technical metric, best illustrated by the "$500 Query" scenario:
- Cost in the Pull Request: Instead of reactive cost-cutting committees, cost forecasting is embedded right where developers work. When an engineer pushes a new feature with an unoptimized database query or a "lazy" auto-scaling policy, a CI/CD bot immediately calculates the infrastructure footprint and flags that this change will add $500 a day to the cloud bill.
- Cost as a Bug: Seeing this projected cost before the code is deployed completely changes the psychology of engineering. Developers don't wait for a manager to complain at the end of the quarter; they fix the code instantly. High cloud cost is no longer a business mystery—it is treated exactly like a failed unit test or a security vulnerability.
- Microservice Accountability: We are moving away from tracking "total cloud spend" to granular unit economics. Teams now automatically track whether the revenue generated by a specific microservice justifies its infrastructure footprint.
By shifting FinOps left, organizations empower developers with real-time visibility, ensuring that teams build with financial efficiency and unit economics in mind from Day 1.
2.3 Democratizing AI: The Shift from Model Access to Operational Mastery
The emergence of powerful open-source LLMs like Llama, Mistral, and Falcon has successfully leveled the playing field, allowing SMEs to build AI-powered products without massive budgets. However, in 2026, simply accessing or running these models is no longer a competitive edge—it is a basic expectation. The focus has decisively shifted from accessing AI to operationalizing it reliably.
Impact on DevOps: The conversation has moved beyond traditional MLOps (MLflow, Kubeflow, AWS Sagemaker). Today, the bottleneck isn't just training models; it's fine-tuning, deploying, and observing them in production at scale. There is an explosive demand for infrastructure engineers who can optimize GPU workloads, manage decentralized inference, and integrate generative AI seamlessly into existing microservice architectures without breaking the bank.
3. Сhanges in team management
3.1. Reducing the share of management
Management is shrinking in agile environments, but is retained in regulated industries.
Where management is being minimized:
- Startups and Open Source: GitHub, Elastic, and HashiCorp are minimizing management through self-organization and OKRs. Valve and GitHub are minimizing management by implementing flat structures.
Where management stays:
- Regulated industries: Banks (e.g. JPMorgan) and medtech (Philips) retain PMO for compliance.
- Crisis projects: DevOps in infrastructure migrations requires coordination.
AI instead of managers:
- AI automates sprint progress assessment.
- ChatGPT (OpenAI) analyzes retrospectives and suggests improvements.
3.2. Staffing Failure: The Reality
This is a consequence of large companies cutting their investment in training; almost 60% of companies have reduced their internship budgets.
| Only 20% of juniors come to IT through corporate programs, compared to 50% in 2020. |
The results were not long in coming: the market is flooded with self-taught people with gaps in basic skills (lack of understanding of OS, scripting).
Uncontrolled use of LLM without a systematic approach:
- Junior developers use ChatGPT to write Terraform configs but don't understand IaC principles (why and how do we use it).
- According to research, more than 45% of AI-generated code contains vulnerabilities and logical errors, and this code ends up back on GitHub and StackOverflow, where it is used for learning upcoming versions of models.
The next problem is the generation gap:
- 30% of senior engineers leave IT due to burnout.
- 70% of juniors can't solve problems without an LLM.
The problem is the lack of mentoring - companies like Red Hat, Microsoft, Google (Google Cloud Skills Boost) maintain balance through mentoring programs and internal courses. But the remaining majority will have to live with this in 2026.
In general, despite 70% of companies implementing FinOps and Platform Engineering to manage complexity, there is a crisis of discipline, as 40% of engineers copy solutions from Stack Overflow without adaptation.
3.3. Mental wellbeing as a new KPI
Mental health is a competitive advantage for recruitment and retention.
Challenges:
- Burnout: 42% of IT professionals experience chronic stress.
- Loneliness: 30% of remote employees feel isolated.
That is, on the one hand, the lack of relief from work tasks, and on the other hand, the lack of social connections typical of an office environment. I added this paragraph for DevOps team leaders who care about their people.
What tools can be used to address this issue?
- Headspace and Calm for meditation, platforms like Mindler for psychological support.
- Engagement metrics: Using Pulse surveys (Culture Amp) and analyzing chat tone (AWA).
- Salesforce and Spotify are introducing “Wellbeing Days” — extra weekends for mental wellness.
DevOps practices:
- “No Meeting Fridays” to reduce cognitive load.
- Automation of routine (e.g. ChatOps via Slack bots).
In fairness, reducing stress does not have a positive effect on everyone. If senior employees become more productive, then for juniors, it hinders the formation and activation of the prefrontal cortex, reducing their ability to learn, so stress is also a tool.
4. Technological health of the IT sphere:
4.1 LowCode/NoCode as a trend and anti-pattern
Low-Code/No-Code is a development approach that allows you to create applications with minimal or no coding. It is a tool for specific business tasks.
Low-Code/No-Code platforms are a stable trend, as they simplify development — a tool for MVP, but not a replacement for development.
- Who is it for: Corporations (wealthy), startups (very poor), business users (perplexed).
- Where it's effective: Prototyping, internal tools, simple applications.
- Where it doesn’t work: Complex systems, high-load projects, tasks with unique logic.
- Where he works: Corporate tools, startup MVPs, and automation of routine tasks.
Advantages:
- Accelerating digital transformation.
- Reducing the burden on IT departments.
- Rapid prototyping capability.
Risks:
- Technical debt: 30% of LowCode solutions require rewriting when scaling.
- Limited flexibility: Difficulty integrating with legacy systems and custom APIs.
- Security: 40% of LowCode applications are vulnerable to attacks due to standard templates.
LowCode/NoCode tools:
|
PLATFORM |
FOCUS |
EXAMPLES OF USE |
|
MICROSOFT POWER APPS |
Corporate solutions |
Internal tools, integration with Office 365 |
|
OUTSYSTEMS |
Enterprise applications |
Management systems, ERPs |
|
BUBBLE |
Web applications |
MVP startups, marketplaces |
|
AIRTABLE |
Data management |
Business dashboards, project trackers |
|
WEBFLOW |
Websites and landing pages |
Portfolio, online stores |
Successful examples:
- Lufthansa automated 80% of business processes through OutSystems, reducing development time by 70%.
- Unilever utilizes Power Apps for its internal systems, resulting in annual savings of $2 million.
- Adidas created a mobile app MVP in 2 weeks using the Bubble platform.
There are many more unsuccessful examples, but they won't be mentioned here because these companies have since sunk into oblivion, and their marketing departments no longer exist.
For DevOps/System engineers it is categorically harmful because it increases technical debt, makes the work of the first lines of support easier, but is a time thief for the third and fourth lines (the most expensive part) of the support team and SRE/DevOps teams in the field of automation and standardization, because repeatability and stability are our everything.
From personal experience, 100% of projects written using LowCode/NoCode faced technical limitations of platforms when scaling and customizing. In business, the closest analogue is a loan, use it now, pay later, and much more.

4.2 NoOps as a logical continuation of DevOps
NoOps is not a simplification, but a high-level abstraction where routine tasks are automated, allowing engineers to focus on strategy.
True NoOps (full automation of infrastructure) is a utopia for most companies, but partial implementation is more than possible. It is an organic extension of the DevOps methodology. It requires highly qualified engineers and a deep understanding of the essence of development processes, as well as a zero-tolerance approach to technical debt.
Successful cases:
- Netflix Automates 95% of Operational Tasks with Spinnaker and Chaos Monkey, reducing downtime by 40%.
- Oxagile and T4itech, with the help of a high level of automation, achieved 100% on projects where they professed NoOps and no longer carried out active development.
Failures:
- 60% of startups that implemented NoOps reverted to DevOps due to complex incidents.
NoOps only works in mature companies with perfect automation or a high level of System/DevOps expertise and a non-engineering team.
In general, for projects in development, I would be lying if I said that a DevOps team is not needed; however, their focus shifts to platform engineering, writing Infrastructure as Code (IaC), and project architecture. For the rest, hybrid models (classic CI/CD DevOps + automated tests) will be more effective.
4.3 Pollution of the LLM Noosphere
Experiments with early large language models (LLMs) polluted the noosphere and lowered the quality of data for more advanced models (I confess, I was guilty myself). Innovative new models learn from content generated by weaker versions and become "dumber" themselves.
Arguments:
- Research: Models trained on synthetic data lose approximately 20% of their accuracy.
- GPT-4 exhibits "degeneracy" in its responses when trained on data from GPT-3.5.
Solutions:
- Use tools like GPTZero to filter AI content.
- Focus on clean datasets from reputable sources, such as arXiv and PubMed, and verify their accuracy.
5. Technology Trends: Vector Databases, Open Source, and Platforms
5.1 Pipeline Evolution: From MLOps to LLMOps and GenAIOps
A few years ago, integrating vector databases like Pinecone, Milvus, or Weaviate for Retrieval-Augmented Generation (RAG) was considered a cutting-edge breakthrough. In 2026, setting up a vector database is just routine infrastructure work—it is the new baseline. The true challenge for DevOps has shifted from basic data storage to managing the complete, secure lifecycle of generative AI in production.
Welcome to the era of GenAIOps. The modern DevOps arsenal now revolves around:
- LLM Security and Firewalls: With AI directly interacting with sensitive enterprise data and end-users, traditional WAFs (Web Application Firewalls) are no longer sufficient. DevOps teams are now deploying specialized LLM-Firewalls as standard practice to prevent prompt injections, sensitive data leakage, and malicious hallucinations in real-time.
- Prompt-as-Code and CI/CD Integration: Prompts are no longer just text strings stored in a database; they are critical application logic. Prompt versioning, automated testing, and rollbacks are now fully integrated into CI/CD pipelines. Just like code, changes to system prompts trigger automated testing suites to evaluate response quality and safety before the update is pushed to production.
- Deploying Autonomous AI Agents: We are moving beyond simple chatbots to autonomous AI agents that execute multi-step workflows. For Platform Engineering, this means building robust infrastructure capable of orchestrating, monitoring, and scaling these agents. DevOps must ensure these agents have strict RBAC (Role-Based Access Control), rate limits, and secure access to internal APIs without compromising the overall system architecture.
5.2 Open Source Monetization Attempts and Forks :
Cases:
- Elasticsearch → OpenSearch: After the Elastic license changed, AWS forked the project, preserving the community. Of course, they rolled it back later, but the aftertaste remained.
- Terraform → OpenTofu: Reacting to HashiCorp's BSL License, Creation of the OpenTF Foundation. Only companies providing PaaS and SaaS services based on Terraform were concerned, but the alarm was serious.
As a consequence, a split in communities (for example, Redis with the RSALv2 license).
5.3 Crisis of overproduction of tools
Death of tools: 80% of new DevOps tools disappear after 2 years (e.g. Pulumi survived, while CDK8s fell out of favor). The average project utilizes 15 or more tools, which exponentially increases the complexity of support.
Solution:
Platforms like port.io and Backstage absorb the functionality of dozens of tools. They enable you to implement a symbiosis of the NoOps approach, platform engineering, and environment-per-feature.

5.4 DevOps arsenal
Trending tools:
- Platform Engineering — Chief
- AWS Honeycode and Retool — for No-Code automation.
- Trivy and SBOM (Software Bill of Materials) for security, in-build analysis projects.
- WebAssembly (Wasm) is used in Fermyon for Cloud Functions.
- eBPF is, to some extent, a revolution in monitoring (Cilium, Pixie).
Stagnating technologies:
- Terragrunt is still alive and kicking — 45% of Terraform users use it.
- GitOps, despite all its shortcomings, is implemented by 60% of enterprise companies.
5.5 AIOps and AI-Native Platform Engineering
The era of staring at passive Grafana or Datadog dashboards and waiting for a PagerDuty alert is fading. In 2026, the industry is making a decisive shift from reactive monitoring to AI-Native Platform Engineering and AIOps (Artificial Intelligence for IT Operations).
We are witnessing the integration of Large Language Models (LLMs) directly into CI/CD pipelines and production environments as autonomous infrastructure agents. When a Kubernetes pod crashes or a monitoring threshold is breached, the workflow no longer relies on a human engineer frantically scrolling through logs in the middle of the night.
Instead, an AI agent intercepts the alert, autonomously parses the logs, and traces the issue back to the exact misconfiguration in the Terraform code or Kubernetes manifest. But it doesn't stop at diagnostics. The agent automatically drafts the corrected code, generates a Pull Request with a detailed explanation of the fix, and simply tags a Senior Engineer.
The human role shifts from "firefighter" to "reviewer"—all they need to do is review the proposed changes and click 'Approve'.
This transition to self-healing infrastructure drastically reduces Mean Time To Recovery (MTTR) from hours to seconds. Furthermore, it perfectly addresses the junior skill gap crisis mentioned earlier: by letting AI agents handle routine incident resolution and basic misconfigurations, your elite engineers can finally focus on architecture, product velocity, and innovation rather than endless troubleshooting.
6. The Impact of Vibecoding on DevOps
The proliferation of vibe-coding, a new software development method based on generative AI, is driving a fundamental shift in DevOps team responsibilities. While this approach promises unprecedented development speed and lower barriers to entry, its unchecked use introduces significant security, maintainability, and governance risks.
As a result, the role of the DevOps engineer is transforming from a specialist who automates manual processes into a “platform orchestrator” who designs intelligent governance systems capable of keeping pace with AI-driven development. This report analyzes the core principles of vibe-coding, the new risks it introduces, and proposes the VibeOps strategic model—a structured approach that enables organizations to harness AI speed while ensuring reliability, security, and quality throughout the software development lifecycle.
Conclusion
We are at a bifurcation point, and DevOps is on the verge of radical change:
- Regionalization of infrastructures.
- Hybrid models of work and management are becoming the norm.
- Vector DBs and RAGs redefine the approach to data in the AI era.
- Open Source survives through forks and new business models.
- Security and ethics become critical elements of DevOps pipelines.
- Vibe-coding is creating a fundamental shift in the roles and responsibilities of DevOps teams.
What to do?
- Adapt, not resist: Hybrid infrastructures, AI assistants, and regionalization — inevitability.
- Implement FinOps to balance capital expenditures (CapEx) and operating expenditures (OpEx).
- Invest in people: mentoring, retraining, psychological support.
- Invest in Platform Engineering to manage complexity.
- Choose technologies consciously: keep the balance between innovation and stability, and control over technical debt.
- Adopt the VibeOps model—a framework that enables organizations to harness AI speed while ensuring reliability, security, and quality throughout the software development lifecycle.
DevOps was a driver of speed in 2019; by 2026, it will be a driver of sustainability. Success awaits those who combine agility with responsibility, and technology with humanity. And stay flexible:
| “There are no eternal technologies, there are eternal principles.” |