You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+95-3Lines changed: 95 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@
13
13
</a>
14
14
</p>
15
15
16
+
KubernetesJS is a **fully-typed**, zero-dependency TypeScript client for Kubernetes.
16
17
17
-
KubernetesJS is a **fully-typed**, zero-dependency TypeScript library designed to simplify interactions with Kubernetes APIs. With comprehensive TypeScript support, it provides a strongly-typed interface that makes managing Kubernetes resources clear and predictable, ideal for TypeScript developers looking to integrate Kubernetes management into their applications.
18
+
Write infrastructure like you write apps—modular, composable, and testable. KubernetesJS gives you direct, programmatic access to the entire Kubernetes API, with the developer experience of modern JavaScript tooling.
19
+
20
+
> No more brittle YAML. No more hidden chart logic. Just pure, type-safe Kubernetes from the language you already use.
18
21
19
22
## Features
20
23
@@ -34,9 +37,94 @@ yarn add kubernetesjs
34
37
35
38
```
36
39
37
-
## Example
40
+
## Your Infrastructure, Like a Component
41
+
42
+
This is what we mean by "*React for infrastructure*":
Copy file name to clipboardExpand all lines: packages/kubernetesjs/README.md
+95-3Lines changed: 95 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@
13
13
</a>
14
14
</p>
15
15
16
+
KubernetesJS is a **fully-typed**, zero-dependency TypeScript client for Kubernetes.
16
17
17
-
KubernetesJS is a **fully-typed**, zero-dependency TypeScript library designed to simplify interactions with Kubernetes APIs. With comprehensive TypeScript support, it provides a strongly-typed interface that makes managing Kubernetes resources clear and predictable, ideal for TypeScript developers looking to integrate Kubernetes management into their applications.
18
+
Write infrastructure like you write apps—modular, composable, and testable. KubernetesJS gives you direct, programmatic access to the entire Kubernetes API, with the developer experience of modern JavaScript tooling.
19
+
20
+
> No more brittle YAML. No more hidden chart logic. Just pure, type-safe Kubernetes from the language you already use.
18
21
19
22
## Features
20
23
@@ -34,9 +37,94 @@ yarn add kubernetesjs
34
37
35
38
```
36
39
37
-
## Example
40
+
## Your Infrastructure, Like a Component
41
+
42
+
This is what we mean by "*React for infrastructure*":
0 commit comments