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: api/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,12 @@ Provides a client library for interacting with the API. The client package imple
93
93
- This design choice enables better testability and easier iteration in the development environment
94
94
- API components should be independently configurable and testable
95
95
96
+
2.**Kubernetes as a Subset of Linux**:
97
+
- The Kubernetes installation target should be a subset of the Linux installation target
98
+
- Linux installations include Kubernetes cluster setup (k0s, addons) plus application management
99
+
- Kubernetes installations focus on application management (deployment, upgrades, lifecycle) on an existing Kubernetes cluster
100
+
- Once Linux installation finishes setting up the Kubernetes cluster, subsequent operations should follow the same workflow as Kubernetes installations
101
+
96
102
## Integration
97
103
98
104
The API package is designed to be used as part of the larger Embedded Cluster system. It provides both HTTP endpoints for external access and a client library for internal use.
0 commit comments