Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frezbo/pulumi-provider-kind

Pulumi provider for KIND
https://github.com/frezbo/pulumi-provider-kind

Last synced: 3 months ago
JSON representation

Pulumi provider for KIND

Awesome Lists containing this project

README

        

# KIND Pulumi Provider

The KIND resource provider for Pulumi lets you manage a local KIND cluster

## Building

```bash
make build install
```

## Installing

`go`:

```bash
go get github.com/frezbo/pulumi-provider-kind/sdk/v3/go/...
```

## Quick Examples

Check the [examples](./examples)