Here are
107 public repositories
matching this topic...
eBPF-based Networking, Security, and Observability
A CNI meta-plugin for multi-homed pods in Kubernetes
Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes (k8s + wg = kg)
A Kubernetes Network Fabric for Enterprises that is Rich in Functions and Easy in Operations
CNI-Genie for choosing pod network of your choice during deployment time. Supported pod networks - Calico, Flannel, Romana, Weave
A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team.
CNI plugin for Alibaba Cloud VPC/ENI
Kubernetes Networking recommended reading list
Covariant Script Interpreter
KubeFire 🔥 , creates and manages Kubernetes Clusters using Firecracker microVMs
A generic CNI library to provide APIs for CNI plugin interactions
CNI plugin for Kubernetes designed for scalability and extensibility
Bootstrap Kubernetes the Ansible way on Everything (here: Vagrant). Inspired by Kelsey Hightower´s kubernetes-the-hard-way, but refactored to Infrastructure-as-Code.
Updated
Jan 15, 2020
Shell
A simple program to benchmark various container networking (CNI) plugins.
k-vswitch is an easy-to-operate, performant and secure Kubernetes networking plugin based on Open vSwitch
a (K8s) CNI plugin to create arbitrary virtual network topologies
A CNI plugin designed for overlay networks with Open vSwitch
Ansible playbooks and Packer templates for creating hybrid Windows/Linux Kubernetes 1.10+ cluster with experimental Flannel pod network (host-gw backend)
Updated
Sep 21, 2018
PowerShell
Bond-cni is for fail-over and high availability of networking in cloudnative orchestration
Container Network Management
Simple bridge network for kubernetes
Updated
Oct 16, 2020
Shell
A CLI to migrate the CNI on a Kubernetes cluster from Canal (Calico + Flannel) to Cilium, live with no downtime.
General purpose library for Mesos framework development
Improve this page
Add a description, image, and links to the
cni
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cni
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Describe the problem/challenge you have
In e2e proxy tests,
time.Sleep(3 * time.Second)is used to wait for nginx Service to be realized.https://github.com/antrea-io/antrea/blob/release-1.1/test/e2e/proxy_test.go#L94
Describe the solution you'd like
It can be improved with some retry mechanism, e.g. the one used in service_test.go.