https://github.com/thecasualcoder/kube-template
Render templates watching Kubernetes resources (inspired from Consul template)
https://github.com/thecasualcoder/kube-template
Last synced: 5 months ago
JSON representation
Render templates watching Kubernetes resources (inspired from Consul template)
- Host: GitHub
- URL: https://github.com/thecasualcoder/kube-template
- Owner: thecasualcoder
- License: mit
- Created: 2019-12-12T16:11:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T11:14:14.000Z (about 6 years ago)
- Last Synced: 2023-03-02T06:46:33.786Z (over 3 years ago)
- Language: Go
- Size: 61.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kube-template
Inspired from [consul-template](https://github.com/hashicorp/consul-template) for Kubernetes objects.
## Build
```bash
$ make build
```
## Usage
```bash
$ ./out/kube-template --template "examples/simple.tmpl:-"
```