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

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

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/