https://github.com/shaneutt/podtunnel
Secure Tunnels For Kubernetes Pods
https://github.com/shaneutt/podtunnel
kubernetes networking security
Last synced: 4 months ago
JSON representation
Secure Tunnels For Kubernetes Pods
- Host: GitHub
- URL: https://github.com/shaneutt/podtunnel
- Owner: shaneutt
- Created: 2025-03-22T11:32:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-29T17:16:54.000Z (about 1 year ago)
- Last Synced: 2025-06-29T18:25:27.106Z (about 1 year ago)
- Topics: kubernetes, networking, security
- Language: Rust
- Homepage:
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> ⚠️ **Warning**: **proof of concept**
# PodTunnel
PodTunnel is a [Kubernetes] operator which enables the creation and management
of [secure network tunnels] for [Pods] and [Nodes].
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/
[Nodes]:https://kubernetes.io/docs/concepts/architecture/nodes/