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: app-development-wg/charter/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Developing complex and distributed applications introduces challenges for inner-
18
18
19
19
- Local cloud native runtime: a scaled-down version of the runtime is provided for developers to run locally in their workstations.
20
20
- Using Kubernetes as the base for a cloud native runtime, teams can run a scaled-down Kubernetes cluster locally with enough services to mimic production behavior for development tasks. Tools like MiniKube, KinD, and K3s are popular in this space.
21
-
- Ephemeral (remote) cloud-native runtime: a virtual scaled-down environment can be provisioned on-demand for a team to work on their development tasks. These environments are easy to create and easy to dispose of when they are no longer needed.
21
+
- Ephemeral (remote) cloudnative runtime: a virtual scaled-down environment can be provisioned on-demand for a team to work on their development tasks. These environments are easy to create and easy to dispose of when they are no longer needed.
22
22
- If Kubernetes is being used, a platform team will be in charge of making the process simple and cost-efficient.
23
23
- Full remote cloud-native runtime: provide developers access to remote cloud-native runtime, where all the tools needed for their tasks are hosted remotely.
24
24
- Similar to cloud provider tooling, tools, including Kubernetes clusters, build tools, and code editors (IDEs), can all be hosted remotely, removing the need for developers to install tools locally.
0 commit comments