Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tim-smart/fpk-k8s-example

An example project showing how to use @fpk/cli to generate Kubernetes configuration
https://github.com/tim-smart/fpk-k8s-example

configuration example kubernetes

Last synced: about 1 month ago
JSON representation

An example project showing how to use @fpk/cli to generate Kubernetes configuration

Awesome Lists containing this project

README

        

# fpk-k8s-example

An example project that generates Kubernetes config using @fpk/cli and @fpk/k8s.

## Try it out

Clone this repo then:

```
$ yarn install
$ yarn watch
```

Make some changes in `src/`. The file watcher will rebuild the configuration as
you make changes!