Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EN] add Runtime #2033

Merged
merged 58 commits into from
Aug 15, 2023
Merged
Changes from 8 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
85b63b0
[EN] New Term- Runtime
akshatcoder-hash May 12, 2023
38f16b4
Update content/en/runtime.md
akshatcoder-hash May 26, 2023
92549ac
Update content/en/runtime.md
akshatcoder-hash May 26, 2023
649a456
Update content/en/runtime.md
akshatcoder-hash May 26, 2023
479bb7b
Update content/en/runtime.md
akshatcoder-hash May 26, 2023
81480b4
Update content/en/runtime.md
CathPag Jun 13, 2023
9774cfe
Update content/en/runtime.md
CathPag Jun 13, 2023
b080aaf
Update content/en/runtime.md
CathPag Jun 13, 2023
7a31169
Update content/en/runtime.md
akshatcoder-hash Jun 18, 2023
4a927fc
Update content/en/runtime.md
akshatcoder-hash Jun 18, 2023
b3dbdb2
Update content/en/runtime.md
iamNoah1 Jul 18, 2023
e1074b9
Update content/en/runtime.md
castrojo Jul 19, 2023
95e6a53
Update content/en/runtime.md
castrojo Jul 19, 2023
ec6ce41
Update content/en/runtime.md
castrojo Jul 19, 2023
6336832
Update content/en/runtime.md
castrojo Jul 19, 2023
22cd1cd
fix: cut out examples
castrojo Jul 19, 2023
7f1dd8c
fix: add section on the problem it addresses
castrojo Jul 19, 2023
90d236e
Update runtime.md
iamNoah1 Jul 19, 2023
242fd38
Update content/en/runtime.md
iamNoah1 Jul 19, 2023
95668fb
Update content/en/runtime.md
iamNoah1 Jul 19, 2023
99fea94
Update runtime.md
castrojo Jul 19, 2023
7e58016
Update content/en/runtime.md
castrojo Jul 19, 2023
17bb0d9
Update content/en/runtime.md
castrojo Jul 19, 2023
e46b2d1
Update content/en/runtime.md
castrojo Jul 19, 2023
062d91a
Update content/en/runtime.md
castrojo Jul 19, 2023
ce634c4
Update content/en/runtime.md
castrojo Jul 19, 2023
6506d02
Update content/en/runtime.md
castrojo Jul 19, 2023
c2a4b1e
Update content/en/runtime.md
castrojo Jul 19, 2023
c5757f9
Update content/en/runtime.md
castrojo Jul 19, 2023
9aed3ac
Update content/en/runtime.md
castrojo Jul 19, 2023
d11f3c5
Update content/en/runtime.md
castrojo Jul 19, 2023
7cca008
add cgroups, namespaces, and orchestrator to wordlist
castrojo Jul 19, 2023
bd2f597
Update content/en/runtime.md
nate-double-u Jul 20, 2023
5f94f10
Update content/en/runtime.md
nate-double-u Jul 20, 2023
4943cc7
Update content/en/runtime.md
nate-double-u Jul 20, 2023
21f99f0
Update content/en/runtime.md
CathPag Jul 21, 2023
f4448da
Update content/en/runtime.md
akshatcoder-hash Jul 23, 2023
4fcd07f
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
4cd32d9
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
3b2b3c1
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
7e998af
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
60764f1
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
c7828d2
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
7e5d3a0
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
d47f4da
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
4d87935
Update content/en/runtime.md
akshatcoder-hash Jul 24, 2023
b407324
Update content/en/runtime.md
iamNoah1 Aug 11, 2023
9e75b37
Update content/en/runtime.md
iamNoah1 Aug 11, 2023
6da0d13
Update content/en/runtime.md
iamNoah1 Aug 11, 2023
d4a3f65
Update content/en/runtime.md
CathPag Aug 11, 2023
c954075
Update content/en/runtime.md
CathPag Aug 11, 2023
2f012cd
Update content/en/runtime.md
CathPag Aug 11, 2023
f974499
Update content/en/runtime.md
CathPag Aug 11, 2023
ff5567d
Update content/en/runtime.md
CathPag Aug 11, 2023
23d5de4
Update content/en/runtime.md
CathPag Aug 11, 2023
2eac82c
Update runtime.md
CathPag Aug 11, 2023
391a477
Update content/en/runtime.md
iamNoah1 Aug 12, 2023
b7b55fc
Update content/en/runtime.md
CathPag Aug 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions content/en/runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Runtime
status: Feedback Appreciated
iamNoah1 marked this conversation as resolved.
Show resolved Hide resolved
category: concept
tags: ["application", "", ""]
---
CathPag marked this conversation as resolved.
Show resolved Hide resolved

## What it is

In [cloud native](/cloud-native-apps/) computing, runtime refers to the environment where applications or services operate. It includes the necessary components and resources to make software work in a cloud native setup.
akshatcoder-hash marked this conversation as resolved.
Show resolved Hide resolved

## Problem it addresses

CathPag marked this conversation as resolved.
Show resolved Hide resolved
Traditional software applications often face challenges when deployed and executed in distributed environments like cloud platforms.
iamNoah1 marked this conversation as resolved.
Show resolved Hide resolved
These challenges include managing dependencies, scaling resources, handling failures, and ensuring consistent behavior across different environments.


## How it helps

akshatcoder-hash marked this conversation as resolved.
Show resolved Hide resolved
Runtime helps address these challenges by providing a standardized and containerized execution environment.
akshatcoder-hash marked this conversation as resolved.
Show resolved Hide resolved
It [abstracts](/abstraction/) away the underlying infrastructure details, enabling applications to be deployed and run consistently across different cloud platforms or environments.
The runtime environment includes features like [container orchestration](container-orchestration/), automatic [scaling](/auto-scaling/), service discovery, and fault tolerance, simplifying application deployment, management, and scaling.
iamNoah1 marked this conversation as resolved.
Show resolved Hide resolved

A runtime allows developers to focus on building and shipping applications without worrying about specific infrastructure details.
It provides [portability](/portability/), scalability, and resilience, allowing applications to dynamically adapt to changing conditions and handle increased workloads efficiently.
iamNoah1 marked this conversation as resolved.
Show resolved Hide resolved


## Related terms

- [Cloud Native](https://glossary.cncf.io/cloud-native-apps/)
- [Containerization](https://glossary.cncf.io/containerization/)
- [Container Orchestration](https://glossary.cncf.io/container-orchestration/)
- [Microservices Architecture](https://glossary.cncf.io/microservices-architecture/)