File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ tools you already use.
19
19
{{< hint "tip" >}}
20
20
** A control plane is software that controls other software.**
21
21
22
+ Control planes are a core cloud native pattern. The major cloud providers are
23
+ all built using control planes.
24
+
22
25
Control planes expose an API. You use the API to tell the control plane what
23
26
software it should configure and how - this is your _ desired state_ .
24
27
@@ -28,9 +31,6 @@ create a load balancer, or create a GitHub repository.
28
31
The control plane configures your software, then monitors it throughout its
29
32
lifecycle. If your software ever _ drifts_ from your desired state, the control
30
33
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.
34
34
{{< /hint >}}
35
35
36
36
You can’t perform that action at this time.
0 commit comments