You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ For local development configuration see [Development.md](Development.md).
8
8
9
9
# Architecture Overview
10
10
11
-
* Single `cloudstackctl` binary provides the CLI and controller runtime.
11
+
* Single `cloudstackctl` binary provides the CLI.
12
+
* Single `cloudstackctl-controller` binary provides the API server and controller runtime.
12
13
* Controller sends async requests to CloudStack API, writes desired & observed state, manages health checks and dependency graph. It exposes a small health endpoint on port `65426` (`/health`).
13
14
* CLI operates locally and uses the CloudStack client to perform direct actions when appropriate; credentials are loaded from a config file (see `-c`) or environment variables (`.env.cloudstack` is used by default if present).
0 commit comments