Skip to content

Commit 56d4850

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

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
@@ -18,7 +18,7 @@ Developing complex and distributed applications introduces challenges for inner-
1818

1919
- Local cloud native runtime: a scaled-down version of the runtime is provided for developers to run locally in their workstations.
2020
- 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) 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.
2424
- 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

Comments
 (0)