feat: add cloudflared tunnel for public service exposure#129
Open
bussyjd wants to merge 1 commit intofeat/prometheus-integrationfrom
Open
feat: add cloudflared tunnel for public service exposure#129bussyjd wants to merge 1 commit intofeat/prometheus-integrationfrom
bussyjd wants to merge 1 commit intofeat/prometheus-integrationfrom
Conversation
Add Cloudflare Tunnel integration to expose obol-stack services publicly without port forwarding or static IPs. Uses quick tunnel mode for MVP. Changes: - Add cloudflared Helm chart (internal/embed/infrastructure/cloudflared/) - Add tunnel management package (internal/tunnel/) - Add CLI commands: obol tunnel status/restart/logs - Integrate cloudflared into infrastructure helmfile The tunnel deploys automatically with `obol stack up` and provides a random trycloudflare.com URL accessible via `obol tunnel status`. Future: Named tunnel support for persistent URLs (obol tunnel login)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
trycloudflare.comURL)obol tunnel status,obol tunnel restart,obol tunnel logsobol stack upChanges
internal/embed/infrastructure/cloudflared/Chart.yamlinternal/embed/infrastructure/cloudflared/templates/deployment.yamlinternal/embed/infrastructure/helmfile.yamlinternal/tunnel/tunnel.gocmd/obol/main.goUsage
Example Output
Notes
obol tunnel login)Test plan
obol tunnel statusshows URL and statusobol tunnel logsdisplays cloudflared logsobol tunnel restartrestarts and gets new URLobol.stackaccess unaffected