Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frezbo/pulumi-provider-kind
- Owner: frezbo
- License: apache-2.0
- Created: 2021-06-09T08:48:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T09:06:17.000Z (about 3 years ago)
- Last Synced: 2024-06-20T12:07:27.941Z (7 months ago)
- Language: Go
- Homepage:
- Size: 384 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)