Metadata-Version: 2.1
Name: kindplay
Version: 0.0.2
Summary: Kind playground cli
Home-page: https://github.com/tchelovilar/kindplay
Author: Marcelo Silveira Vilar
Author-email: tchelovilar@gmail.com
License: GPLv3+
Project-URL: Bug Tracker, https://github.com/tchelovilar/kindplay/issues
Project-URL: Source Code, https://github.com/tchelovilar/kindplay
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent

# kindplay

Kind wrapper to spin up local playgrounds using kind. It's a helpful tool to prepare a reusable local cluster using yaml settings.


## Installing

```
pip install kindplay
```


## Usage

```
kindplay start <playground_path>
```

## playground structure

**root\kind.yaml**
    [kind configuration file](https://kind.sigs.k8s.io/docs/user/configuration/).
