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
@@ -17,7 +17,7 @@ Popular programming languages and communities, including Go, C#, Java, DotNet, J
17
17
Developing complex and distributed applications introduces challenges for inner-loop development practices and directly impacts developers’ productivity. The mismatch between development and production environments adds unnecessary complexities to developer workflows and pushes teams to develop different approaches to accelerate their feedback loops. Several options exist to bridge the gap:
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
-
- 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.
20
+
- Using Kubernetes as the base for a cloudnative 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
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.
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.
0 commit comments