If your Kentico website has ever gone down during a traffic spike, or if a routine update has ever meant an anxious hour of downtime, you've already run into the problem Kubernetes was built to solve. It's not a Kentico feature. It's the infrastructure underneath — and the choice you make there affects your uptime, your hosting bill, and how fast your team can ship changes.
This guide skips the engineering jargon and focuses on the business questions: what Kubernetes actually does, whether it makes sense for a Kentico website, what it costs, and how it compares to the hosting setup you're probably running today. If you manage a Kentico site — or you're deciding what Kentico is and does for your business — this is the infrastructure conversation to have before your next redesign or migration.
Strip away the terminology and Kubernetes is a management system for a specific kind of packaging called a container. A container is a self-contained bundle of your website's code, its settings, and everything it needs to run — so it behaves the same way on any server. Think of it like a shipping container: the contents don't change based on which ship or truck is carrying it.
Kubernetes is the system that decides where those containers run, restarts them if they crash, adds more copies when traffic increases, and removes copies when traffic drops. Kubernetes is an open-source project originally built at Google and now maintained by the Cloud Native Computing Foundation — it isn't owned by Amazon, Microsoft, or Google, though all three sell a managed version of it.
"Deploying on Kubernetes" simply means your Kentico website runs inside containers that Kubernetes supervises, instead of living on one fixed server or virtual machine that someone has to manage manually.
Yes, with an important distinction. Kentico's official hosting options are its own managed SaaS environment, traditional servers, or Microsoft Azure. Kentico does not sell or manage a Kubernetes offering itself. What makes Kubernetes possible is that Kentico Xperience officially supports running as Docker containers Kentico's own engineering team has published guidance and tooling for packaging both the website and its admin interface this way.
Once your Kentico site is containerized, Kubernetes becomes a legitimate hosting layer on top of it deployed to Azure, AWS, or Google Cloud, and managed by your team or a partner like DotStark. This is a self-managed, private-cloud path rather than something Kentico operates for you, so it's best suited to organizations that already have (or are hiring) the DevOps capability to run it properly.
Here's how the two approaches compare for a typical Kentico site.
| Factor | Traditional Server / VM (IIS) | Kubernetes Deployment |
|---|---|---|
| Scaling for traffic spikes | Manual — someone resizes or adds servers | Automatic — extra copies spin up on demand |
| Recovering from a crash | Manual restart, often after users notice | Automatic restart, usually before users notice |
| Deploying updates | Scheduled downtime windows are common | Rolling updates with little to no downtime |
| Dev, staging, and production environments | Separate servers to buy and maintain | Isolated environments on shared infrastructure |
| Moving between cloud providers | Difficult — often a full rebuild | Easier — containers behave the same everywhere |
| Setup complexity and skill needed | Lower — familiar to most IT teams | Higher — needs DevOps expertise |
| Best fit | Small to mid-size sites with steady traffic | High-traffic, multi-region, or multi-brand sites |
The honest takeaway: Kubernetes is not automatically "better." It's built for a specific problem — unpredictable traffic, frequent releases, and the need for near-zero downtime. If your Kentico site serves a steady, moderate audience and updates happen a few times a month, a well-run traditional or SaaS setup may serve you just as well for far less operational overhead.
Kubernetes itself is free and open-source, but nobody runs "bare" Kubernetes on a live business site. Instead, you use a managed version from a cloud provider, which handles the hardest parts — patching, security, the control system — for a fee, plus the cost of the servers your site runs on. Here's what the three major providers charge for that management layer, according to their own pricing pages:
| Provider | Entry-Level Tier | Production Tier | Est. Per Month |
|---|---|---|---|
| Azure (AKS) | Free tier — $0/hr, no uptime guarantee | Standard — $0.10/cluster/hr, 99.95% SLA | ~$0 – $73 |
| Amazon (EKS) | $0.10/cluster/hr (standard support) | $0.60/cluster/hr on extended support | ~$73 – $438 |
| Google Cloud (GKE) | $0.10/cluster/hr, $74.40/mo free credit covers 1 cluster | Same flat fee across Standard and Autopilot | ~$0 – $72 |
Sources: Microsoft Azure AKS pricing, Microsoft Learn – AKS tiers, and Google Cloud GKE pricing. These figures cover only the management fee. Your largest cost will be the underlying virtual machines, storage, and networking, which vary by traffic and region.
On top of the hosting infrastructure, you still need Kentico itself. Here's current official Kentico pricing, effective July 1, 2026:
| Kentico Option | Monthly | Annual |
|---|---|---|
| Xperience by Kentico — Private Cloud, Standard (you host it, e.g. on Kubernetes) | $1,250 | $15,000 |
| Xperience by Kentico — Private Cloud, Advanced | $2,360 | $28,320 |
| Xperience by Kentico — Kentico-managed SaaS, Standard | $2,900 | $34,800 |
| Xperience by Kentico — Kentico-managed SaaS, Advanced | $4,010 – $5,890 | $48,120 – $70,680 |
| Kentico Xperience 13 — Business plan (legacy, sunsetting Dec 2026) | — | ~$12,500 |
| Kentico Xperience 13 — Enterprise plan (legacy, sunsetting Dec 2026) | — | ~$22,300 |
Figures reflect Kentico's official partner price list, effective July 1, 2026, for the entry usage level in each tier, before any partner discount. Higher usage tiers, additional channels, and AI (AIRA) credits are priced separately. Confirm current numbers directly with Kentico or a certified partner before budgeting.
This is the core decision. Both get you a running Kentico website — they just put the operational responsibility in different hands.
Neither is the "correct" answer in general. It depends on your traffic pattern, your in-house technical capacity, and how much control you actually need versus how much you're comfortable delegating.
In practice, moving a Kentico website onto Kubernetes involves a few concrete phases: packaging the website as Docker containers, setting up the cluster on your chosen cloud — commonly Microsoft Azure, given Kentico's strong .NET and Azure alignment — configuring automated deployment pipelines so releases go out safely, and setting up monitoring so issues get caught before customers notice. This is squarely DevOps and cloud infrastructure work layered on top of .NET and Kentico development.
If you're also running Kentico e-commerce, this matters even more. Checkout and payment flows are the workloads that suffer most from downtime during a traffic spike, which is a large part of why retail and enterprise Kentico sites are the ones most likely to justify the extra complexity of Kubernetes.
Does Kentico officially support Kubernetes?
Not directly. Kentico's official hosting paths are its managed SaaS environment, Microsoft Azure, and traditional servers. What Kentico does officially support is running Xperience as Docker containers — and Kubernetes is a management layer built on top of exactly that. So it's a supported path in practice, run by your team or a partner, rather than a service Kentico operates for you.
Is Kubernetes overkill for a small or mid-size Kentico website?
Often, yes. If your traffic is steady and updates are infrequent, a traditional server or Kentico's own SaaS hosting is usually simpler and cheaper. Kubernetes earns its cost when traffic is unpredictable, you run multiple environments or regions, or downtime during releases is genuinely costly to the business.
How much does it cost to run a Kentico site on Kubernetes?
The Kubernetes management fee is small — roughly $0 to $73 a month per cluster depending on provider and tier. The real cost is the underlying servers, storage, and networking, which scale with your traffic, plus your Kentico license starting from $1,250/month (Private Cloud) or $2,900/month (SaaS). A DevOps partner can scope this precisely for your situation.
What's the difference between Kentico SaaS and hosting Kentico on Kubernetes myself?
With Kentico's SaaS, Kentico manages infrastructure, patching, and uptime for you at a higher license cost. With self-managed Kubernetes, you or your development partner own the infrastructure — less in licensing, but more in ongoing DevOps work.
Does moving to Kubernetes mean migrating away from Kentico 13?
Not necessarily, but it's worth planning together. Kentico 13 is in security-only support through December 31, 2026, after which all support stops. Since a hosting change is already a technical project, many businesses use it as the moment to also move to the current Xperience by Kentico platform.
Do I need an in-house DevOps team to run Kentico on Kubernetes?
You need that capability somewhere — either in-house or through a development partner. Kubernetes reduces manual server work, but someone still needs to configure the cluster correctly, monitor it, and maintain it. Most mid-size businesses use an experienced partner for the initial setup rather than hiring a full internal platform team.
Kubernetes isn't a Kentico feature you turn on — it's an infrastructure decision that sits underneath your CMS, and it only pays off when your traffic, release schedule, or uptime requirements actually call for it. For many businesses, the honest answer is "not yet." For others — especially those running high-traffic or multi-region Kentico sites it's the difference between dreading every deployment and shipping updates without anyone noticing.
The right first step isn't picking infrastructure — it's getting a clear read on your current traffic patterns, release frequency, and Kentico version before deciding whether Kubernetes, SaaS, or traditional hosting is the better fit. That's a conversation worth having with people who've built and hosted Kentico sites for a living.
Talk to DotStark's Kentico and DevOps team for a free consultation and a scoped recommendation — no obligation, just a clear answer for your situation.
Get a Free Consultation →Published by DotStark Technologies Kentico, .NET, and cloud infrastructure development. Pricing and support-lifecycle figures were verified against official Kentico partner pricing (effective July 1, 2026) and cloud provider pricing pages as of August 2026, and may change; confirm current numbers before budgeting.