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

https://github.com/marella/pwk

Sample scripts and manifests for playing with Kubernetes.
https://github.com/marella/pwk

Last synced: 12 months ago
JSON representation

Sample scripts and manifests for playing with Kubernetes.

Awesome Lists containing this project

README

          

Sample scripts and manifests for playing with Kubernetes.

## Installation

```sh
curl -sL https://file.marella.me/pwk/latest/install.sh | bash
```

## Usage

Initialize cluster and follow instructions to add worker nodes:

```sh
kube init
```

Create resources using a configuration file:

```sh
kube up https://file.marella.me/pwk/latest/echo.yaml
```

Delete resources using a configuration file:

```sh
kube down https://file.marella.me/pwk/latest/echo.yaml
```

Run `kubectl` commands:

```sh
kube get all
```