Skip to content

Commit c3b2fda

Browse files
committed
wip
1 parent a748f33 commit c3b2fda

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

docs/explanation/environment.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# The runtime environment
2+
3+
NAIS offers multiple environments for you to run your workloads.
4+
5+
- i en organisasjon fins det typisk flere miljøer (f.eks dev og prod)
6+
- hvert miljø deles av alle teamene, og hvert team har sitt eget isolerte område / namespace der de kjører sine ting
7+
- teamene kan kommunisere seg i mellom innad i et miljø, gitt riktige tilganger (TODO: how-to access policy) eller zero-trust explanation
8+
- hvert miljø har et sett med ingresser/domener som kan benyttes for å eksponere tjenester

docs/explanation/workloads/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ At the core of NAIS, is the ability to run the code you write.
55
Below is a list of the different kinds we support.
66

77
## NAIS application
8-
A [NAIS application](../reference/application-example.md) is a used for long-running processes such as a API.
8+
A [NAIS application](./application.md) is a used for long-running processes such as a API.
99

1010
## NAIS job
11-
A [NAIS job](../reference/job-example.md) is used for tasks meant to complete and then exit. This can either run as a one-off task or on a schedule.
11+
A [NAIS job](./job.md) is used for tasks meant to complete and then exit. This can either run as a one-off task or on a schedule.
1212

1313
## NAIS CDN
14-
[NAIS CDN](../reference/frontend-example.md) offers a way to serve static content and single-page applications (SPA).
14+
[NAIS CDN](./cdn.md) offers a way to serve static content and single-page applications (SPA).

docs/explanation/workloads/application.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Application
2-
A [NAIS application](../../reference/application-example.md) is a long-running service that is expected to be available at all times. Such as a web server, a REST API, or a message queue consumer.
32

3+
A [NAIS application](../../reference/application-example.md) lets you run one or more instances of a container image.
4+
5+
An application is defined by its [application manifest](../../reference/application-spec.md), which is a YAML file that describes how the application should be run and what resources it needs.
6+
7+
- autoskalering
48
- kontrakt mellom applikasjon og plattform
59
- en eller fler kjørende instanser av en container-image
610
- default isolert

docs/explanation/zero-trust.md

Whitespace-only changes.

docs/how-to-guides/access-policies.md

Whitespace-only changes.

0 commit comments

Comments
 (0)