Skip to content

Commit f4b648c

Browse files
committed
Mention that clouds are built with control planes earlier
Signed-off-by: Nic Cope <[email protected]>
1 parent b4a722a commit f4b648c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/v2.0-preview/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ tools you already use.
1919
{{< hint "tip" >}}
2020
**A control plane is software that controls other software.**
2121

22+
Control planes are a core cloud native pattern. The major cloud providers are
23+
all built using control planes.
24+
2225
Control planes expose an API. You use the API to tell the control plane what
2326
software it should configure and how - this is your _desired state_.
2427

@@ -28,9 +31,6 @@ create a load balancer, or create a GitHub repository.
2831
The control plane configures your software, then monitors it throughout its
2932
lifecycle. If your software ever _drifts_ from your desired state, the control
3033
plane automatically corrects the drift.
31-
32-
Control planes are a core cloud native pattern. The major cloud providers are
33-
all built using control planes.
3434
{{< /hint >}}
3535

3636

0 commit comments

Comments
 (0)