Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmb938/tailscale-cni
Kubernetes CNI over a tailscale mesh network
https://github.com/rmb938/tailscale-cni
Last synced: 3 days ago
JSON representation
Kubernetes CNI over a tailscale mesh network
- Host: GitHub
- URL: https://github.com/rmb938/tailscale-cni
- Owner: rmb938
- License: mit
- Created: 2021-07-19T21:59:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T17:23:20.000Z (over 3 years ago)
- Last Synced: 2024-08-02T15:48:00.408Z (3 months ago)
- Language: Go
- Size: 49.8 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - rmb938/tailscale-cni - Kubernetes CNI over a tailscale mesh network (others)
README
# tailscale-cni
Kubernetes CNI over a tailscale mesh network. https://tailscale.com/This is a POC and should not be used in production.
Network Policies are not implemented.
## Requirements
### Tailscale
Install and run `tailscale up` on all Kubernetes Nodes
### Kubernetes Cluster
A Kubernetes cluster deployed with pod-network-cidr set.
Example:
```shell script
kubeadm init --pod-network-cidr=172.18.0.0/16
```## Install
1. Build and publish the docker image to an image repository
1. Deploy the kustomize manifests while overriding the image to the published image