Skip to content

Commit

Permalink
Add K3s for Node.js (testcontainers#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
joebowbeer authored Nov 24, 2024
1 parent 7e6d3c9 commit 36852af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/k3s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ docs:
```bash
dotnet add package Testcontainers.K3s --version 3.9.0
```
- id: nodejs
url: https://node.testcontainers.org/modules/k3s/
maintainer: core
example: |
```javascript
const container = await new K3sContainer("rancher/k3s:v1.31.2-k3s1").start();
```
installation: |
```bash
npm install @testcontainers/k3s --save-dev
```
description: |
K3s is a highly available, certified Kubernetes distribution designed for production workloads in unattended, resource-constrained, remote locations or inside IoT appliances.
---

0 comments on commit 36852af

Please sign in to comment.