Skip to content

Commit 8402cd2

Browse files
committed
acrolinx
1 parent cbc9678 commit 8402cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/conceptual-workload-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This conceptual article walks you through a typical business scenario, involved
1515

1616
## Scenario overview
1717

18-
There is an organization that develops cloud-native applications. Any application needs a compute to work on. In the cloud native world a compute is a Kubernetes cluster. An organization may have a single cluster or, which is more common, there are multiple clusters. So they have to decide what applications should work on what clusters, or in other words, schedule them. The result of this decision or scheduling is a model of their cluster fleet, the desired state of the world, if you will. Having that in place, they need somehow to deliver applications to the assigned clusters so they turn the desired state into the reality or, in other words, reconcile it.
18+
There is an organization that develops cloud-native applications. Any application needs a compute to work on. In the cloud native world, a compute is a Kubernetes cluster. An organization may have a single cluster or, which is more common, there are multiple clusters. So they have to decide what applications should work on what clusters, or in other words, schedule them. The result of this decision or scheduling is a model of their cluster fleet, the desired state of the world, if you will. Having that in place, they need somehow to deliver applications to the assigned clusters so they turn the desired state into the reality or, in other words, reconcile it.
1919

2020
Every single application goes through a certain software development lifecycle that promotes it to the production environment. For example, an application is built, deployed to Dev environment, tested and promoted to Stage environment, tested and finally delivered to production. So the application requires and targets different Kubernetes resources to support its lifecycle. Furthermore, the applications normally expect on the clusters some platform services like Prometheus and Fluentbit and infrastructure configurations like networking policy.
2121

0 commit comments

Comments
 (0)