Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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