Skip to content

Commit 425bf96

Browse files
Update app-development-wg/charter/README.md
Co-authored-by: Emily Fox <[email protected]> Signed-off-by: salaboy <[email protected]>
1 parent 5aff346 commit 425bf96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-development-wg/charter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Popular programming languages and communities, including Go, C#, Java, DotNet, J
1717
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:
1818

1919
- 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 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.
2121
- 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.
2222
- If Kubernetes is being used, a platform team will be in charge of making the process simple and cost-efficient.
2323
- 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

Comments
 (0)