Skip to content

Commit 76e9e61

Browse files
docs(explanations): emphasize NKP value prop
1 parent 81d02d7 commit 76e9e61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/explanations/nkp-architecture.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A conceptual tour of how Nebari Kubernetes Platform is layered, wha
66

77
# NKP architecture
88

9-
Nebari Kubernetes Platform (NKP) is the first **Deploy Target** in the Nebari ecosystem: the infrastructure that hosts a Nebari platform and runs the [Software Packs](/docs/introduction#software-packs) installed on it. This page explains how NKP is put together and why, so you can reason about deployments, upgrades, and extension points without reading the source.
9+
Nebari Kubernetes Platform (NKP) lets developers package AI capabilities without handling auth, routing, or TLS themselves. Users then access those capabilities through one secure platform.
1010

1111
## The layers, top to bottom
1212

@@ -19,8 +19,8 @@ NKP is a stack of layers, each doing one job. Because the layers connect through
1919

2020
**What users and developers see and control**
2121

22-
- **Dynamic landing page**: the home page where users browse and open installed Capabilities.
23-
- **Software Pack**: an installable Capability (chat assistant, document analyzer, code review tool, and so on) built by a developer.
22+
- **Dynamic landing page**: the home page where users access the Capabilities installed on the platform.
23+
- **Software Pack**: an installable Capability (chat assistant, document analyzer, code review tool, and so on) packaged by a developer.
2424

2525
**Platform-managed, hidden from users**
2626

0 commit comments

Comments
 (0)