An open API service indexing awesome lists of open source software.

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

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).