Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nextrevision
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
by
nextrevision
10y ago
This was prompted largely by a move from Docker Compose, where we used env_file quite a bit. kenv will both create the Secret/ConfigMap resource as well as inject the env lookups into an existing Kubernetes resource (deployment, replic
2.
▲
Show HN: kenv – an environment file injector for Kubernetes resources
(github.com)
49 points
by
nextrevision
10y ago
|
14 comments
3.
▲
by
nextrevision
10y ago
Thanks, and that's a good question. I see two use cases primarily: 1. Experimenting with the feel of a CLI application when designing one. This was the initial use case that started me down this path. I wanted to play with designing CL
4.
▲
Show HN: Fauxcli – mocks a command line client from a given YAML file
(github.com)
6 points
by
nextrevision
10y ago
|
3 comments
5.
▲
Show HN: Env2ini – creates and updates INI files from environment variables
(github.com)
4 points
by
nextrevision
11y ago
|
1 comments
6.
▲
by
nextrevision
11y ago
Similar to https://github.com/krobertson/deb-s3 , however, it uses S3 metadata for each object to regenerate the indices.
7.
▲
by
nextrevision
11y ago
Here's the write up. Let me know if there's anything unclear! http://nextrevision.github.io/2015/sempl-templating-with-bas...
8.
▲
by
nextrevision
11y ago
envsubst will really just perform variable substitution, not perform any logic or command substitution (e.g. $(hostname -f)). It's also limited, from what I've seen, in support for other bash variable actions (such as defaults). Y
9.
▲
by
nextrevision
11y ago
Sure thing, I'm currently using it in docker as a lightweight way to set config files from environment variables. I'll put together a write up of how/why we are doing that and post the link in reply to this.
10.
▲
Show HN: Sempl – Stupid Simple Bash Templating
(github.com)
30 points
by
nextrevision
11y ago
|
8 comments