File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ This is because every action goes through well defined API.
24
24
* Transactional actions are easier to implement on the backend than on the frontend. Examples of
25
25
such actions: "create a replication controller and a service for it" or "do a rolling update".
26
26
* Possible code reuse from existing tools (e.g., kubectl) and upstream contributions to the tools.
27
- * Speed: getting composite data from beckends is faster on the backend (if it runs close to the
27
+ * Speed: getting composite data from backends is faster on the backend (if it runs close to the
28
28
data sources). For example, getting a list of pods with their CPU utilization timeline
29
29
requires at least two requests. Doing them on the backend shortens RTT.
You can’t perform that action at this time.
0 commit comments