-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
34 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.PHONY: all install local | ||
SHELL := bash | ||
|
||
all: install local | ||
|
||
install: | ||
poetry install | ||
|
||
local: | ||
poetry run mkdocs serve --dev-addr localhost:8001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Social | ||
# The Great Outdoors | ||
|
||
### _"All work and no play makes NAIS a dull platform"_ | ||
|
||
### Native NAISians | ||
![](/assets/naisians.png) | ||
|
||
### The NAIS Pole | ||
![](/assets/the-nais-pole.png) | ||
![](/assets/the-nais-pole.png) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# NAIS Overview | ||
|
||
This document is a high-level overview of the NAIS platform | ||
|
||
## Namespaces | ||
|
||
Over the years we have a number of namespaces that we use for different purposes. The ones to know about are: | ||
|
||
| Name | Description | | ||
| ---- | ----------- | | ||
| `nais-system` | Where we deliver NAIS functionality | | ||
| `nais` | Team namespace for NAIS. Custom functionality for NAV | | ||
| `nais-verification` | Test applications for verifying NAIS with alerts | | ||
| `kyverno` | Only [Kyverno](https://kyverno.io/) is allowed in here | | ||
| `cnrm-system` | Where [Cloud Native Resource Manager](https://cloud.google.com/config-connector/docs/overview) runs. Managed by Google | | ||
|
||
## Tenants | ||
## Clusters | ||
## Management | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters