Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tim-smart/fpk-k8s-example
- Owner: tim-smart
- Created: 2020-05-25T03:42:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-11T18:07:17.000Z (over 3 years ago)
- Last Synced: 2024-12-27T17:14:45.536Z (about 1 month ago)
- Topics: configuration, example, kubernetes
- Language: TypeScript
- Size: 182 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!