https://github.com/polycube-network/polykube
An eBPF disaggregated network provider for Kubernetes based on Polycube
https://github.com/polycube-network/polykube
Last synced: 17 days ago
JSON representation
An eBPF disaggregated network provider for Kubernetes based on Polycube
- Host: GitHub
- URL: https://github.com/polycube-network/polykube
- Owner: polycube-network
- Created: 2021-12-02T15:32:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T16:11:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T17:49:27.553Z (5 months ago)
- Language: Go
- Homepage:
- Size: 5.47 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polykube operator
Polykube is an eBPF-based disaggragated network provider for Kubernetes. This repository contains the operator and the
CNI plugin code. In order to install this provider in a fresh new cluster, you must:
- clone this repository
- navigate inside the downloaded folder
- replace the `REPLACE_WITH_API_SERVER_IP` and `REPLACE_WITH_API_SERVER_PORT` placeholders in
`manifests/config_map.yaml` with the real IP address and the port of the node on
which the API Server is exposed
- optionally, customize the content of `manifests/config_map.yaml` with your preferences
- install the operator by issuing `kubectl apply -f manifests`