https://github.com/nattatorn-dev/pod-env
Print pod environment variables and resolve secret
https://github.com/nattatorn-dev/pod-env
kubernetes rust
Last synced: about 2 months ago
JSON representation
Print pod environment variables and resolve secret
- Host: GitHub
- URL: https://github.com/nattatorn-dev/pod-env
- Owner: nattatorn-dev
- Created: 2021-05-02T12:54:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-02T12:54:45.000Z (about 4 years ago)
- Last Synced: 2025-03-29T05:38:07.609Z (about 2 months ago)
- Topics: kubernetes, rust
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POD-ENV
Print pod environment variables and resolve secret.## Run
```bash
NAMESPACE=kube-system cargo run
```## Debug
```bash
RUST_LOG=debug cargo run
```### Minikube workaround
Add an ip entry (here 192.168.64.3 localhost) to /etc/hosts, then and search replace the ip with localhost in ~/.kube/config