Skip to content

Commit 6edf53b

Browse files
Update content/en/blog/news/five-new-things/index.md
Co-authored-by: Kate Goldenring <[email protected]> Signed-off-by: Caleb Schoepp <[email protected]>
1 parent 7a44acc commit 6edf53b

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/news/five-new-things

1 file changed

+1
-1
lines changed

content/en/blog/news/five-new-things/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
- hello
3030
```
3131
32-
We're really excited about this feature because it makes developing microservices easier. Locally keep your whole app together and develop it as a monolith. When you go to production selectively split your app based on the characteristics of each component. For example you might run one component on nodes with GPUs and another on nodes that are closer to the end user.
32+
We're really excited about this feature because it makes developing microservices easier. Locally develop your application as a monolith in one code base. Then, when you go to production, you can split your app based on the characteristics of each component. For example you run your front end closer to the end user while keeping your backend colocated with your database.
3333
3434
If you want to learn more about how to use selective deployments in SpinKube checkout this [tutorial](https://www.spinkube.dev/docs/topics/selective-deployments/).
3535

0 commit comments

Comments
 (0)