Skip to content

Commit d2ffd4b

Browse files
Add FAQ.md with functionality, security, and deployment questions
Covers common questions a junior-to-mid-level engineer would ask: - Functionality: waiting for services, seeding, migrations, rendering, retry tuning, JSON logs, the -- separator, shell behavior - Security: privileges, secret redaction, path traversal, TLS, scratch image rationale, image verification, multi-tenancy - Deployment: installation methods, image tags, Helm chart scope, data sharing via emptyDir, chaining init steps, ARM support, debugging CrashLoopBackOff, private registries, building from source Also links FAQ from README Documentation section and updates CHANGELOG.
1 parent c929b3b commit d2ffd4b

3 files changed

Lines changed: 464 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Added
11+
- FAQ.md with functionality, security, and deployment questions for junior-to-mid-level engineers
1112
- Project scaffolding with Go module, CLI framework (cobra), and repo layout
1213
- `wait-for` subcommand: wait for TCP and HTTP(S) endpoints with retries, exponential backoff, and jitter
1314
- `internal/retry` package with configurable retry logic, backoff, and jitter

0 commit comments

Comments
 (0)