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

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)

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:-"
```