This repository contains a fork of Weave Net, the first product developed by Weaveworks. Since Weaveworks has shut down, this repo aims to continue maintaining Weave Net, and to publish releases regularly.
The history of the fork can be found in HISTORY.md.
On a newly created Kubernetes cluster, the Weave Net CNI pluging can be installed by running the following command:
kubectl apply -f https://reweave.azurewebsites.net/k8s/v1.29/net.yaml
Replace v1.29
with the version on Kubernetes on your cluster.
That endpoint is provided by the companion project weave-endpoint.
Please refer to the documentation.
Details can be found here.
The public documentation that used to exist in the site
directory has been moved to the original/site
directory. A new website
directory has been created, and populated with the content of the original/site
directory, rearranged and reformatted for being built with Jekyll and published to the GitHub pages site https://rajch.github.io/weave.
The documentation will now be maintained and published from the website
directory exclusively.