https://github.com/podtunnel/podtunnel
Secure Tunnels For Kubernetes Pods
https://github.com/podtunnel/podtunnel
kubernetes networking security
Last synced: over 1 year ago
JSON representation
Secure Tunnels For Kubernetes Pods
- Host: GitHub
- URL: https://github.com/podtunnel/podtunnel
- Owner: podtunnel
- License: mit
- Created: 2025-03-22T11:32:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T02:05:06.000Z (over 1 year ago)
- Last Synced: 2025-03-24T02:33:42.791Z (over 1 year ago)
- Topics: kubernetes, networking, security
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> ⚠️ **Warning**: This is currently a **prototype**
# PodTunnel
PodTunnel is a [Kubernetes] operator which enables the creation and management
of [secure network tunnels] for [Pods].
The main design philosophies of PodTunnel are to be **composable** and to
**support a variety of different configurations**. PodTunnel can be used
directly, or in higher level solutions to automate more complicated topologies.
[Kubernetes]:https://github.com/kubernetes
[secure network tunnels]:https://en.wikipedia.org/wiki/Tunneling_protocol
[Pods]:https://kubernetes.io/docs/concepts/workloads/pods/
## Usage
**Work in progress**
## Contributing
Contributions are welcome. Please create an issue for any bugs or smaller
issues. If you have an idea for something new, or something that's pretty large
in scope please create a [discussion] for it.
See [Development.md].
[discussion]:https://github.com/podtunnel/podtunnel/discussions
[Development.md]:/docs/Development.md
## License
Licensed under the [MIT License](/LICENSE).