Skip to content

docs: add https_interception Kubernetes example#7

Merged
reoring merged 1 commit intomainfrom
docs/https-interception-examples
Feb 12, 2026
Merged

docs: add https_interception Kubernetes example#7
reoring merged 1 commit intomainfrom
docs/https-interception-examples

Conversation

@reoring
Copy link
Owner

@reoring reoring commented Feb 12, 2026

Summary

  • Add examples/https_interception (Kustomize) manifests that run a ready-to-apply HTTPS interception demo (iptables init + BotBox sidecar + curl client).
  • Document Kubernetes gotchas around loopback-only listeners vs httpGet probes, and recommend an exec readiness probe.
  • Add README.ja.md and link it from README.md.

Testing

  • kind: docker build -t botbox:test . + docker build --target iptables-init -t botbox-iptables-init:test . + kind load docker-image ...
  • kubectl apply -k examples/https_interception + kubectl -n botbox-https-interception rollout status deploy/botbox-https-interception-demo
  • In-pod curl: https://api.openai.com/v1/models -> 401, https://example.com/ -> 403

Add ready-to-apply manifests and document loopback/probe gotchas. Also add a Japanese README and cross-link it from the main README.
@reoring reoring merged commit f909194 into main Feb 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant