-
Updated
Oct 12, 2021 - Go
#
cni
Here are 109 public repositories matching this topic...
eBPF-based Networking, Security, and Observability
kubernetes
security
networking
monitoring
kernel
containers
k8s
ebpf
xdp
troubleshooting
observability
cni
loadbalancing
bpf
kubernetes-networking
A CNI meta-plugin for multi-homed pods in Kubernetes
kubernetes
controlplane
vnf
cni
dataplane
kubernetes-networking
multiple-network
containerized-vnf
cni-plugin
-
Updated
Oct 11, 2021 - Go
Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes (k8s + wg = kg)
-
Updated
Oct 11, 2021 - Go
A Kubernetes Network Fabric for Enterprises that is Rich in Functions and Easy in Operations
-
Updated
Oct 12, 2021 - Go
SDN网络指南(SDN Handbook)
-
Updated
Dec 8, 2020 - C
A tool for creating multi-node Kubernetes clusters on a Linux machine using kubeadm & systemd-nspawn. Brought to you by the Kinvolk team.
-
Updated
Mar 9, 2021 - Go
CNI-Genie for choosing pod network of your choice during deployment time. Supported pod networks - Calico, Flannel, Romana, Weave
-
Updated
Sep 18, 2021 - Go
Secure Edge-Computing Networking Solution Based On Kubernetes And KubeEdge
-
Updated
Oct 12, 2021 - Go
Kubernetes Networking recommended reading list
kubernetes
container-networking
cni
kubernetes-networking
linux-network
linux-network-namespace
cni-plugins
-
Updated
Jun 14, 2021
Covariant Script Interpreter
-
Updated
Aug 22, 2021 - C++
DPDK & SR-IOV CNI plugin
-
Updated
Oct 12, 2021 - Go
KubeFire 🔥 , creates and manages Kubernetes Clusters using Firecracker microVMs
-
Updated
Oct 12, 2021 - Roff
CNI plugin for Kubernetes designed for scalability and extensibility
-
Updated
Oct 11, 2021 - Go
A generic CNI library to provide APIs for CNI plugin interactions
-
Updated
Sep 14, 2021 - Go
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.
-
Updated
Dec 29, 2018 - Go
k-vswitch is an easy-to-operate, performant and secure Kubernetes networking plugin based on Open vSwitch
-
Updated
Jun 10, 2019 - Go
a (K8s) CNI plugin to create arbitrary virtual network topologies
-
Updated
Sep 19, 2021 - Go
pierreilki
commented
Sep 24, 2021
Is your feature request related to a problem? Please describe.
From K8S 1.22.0, ingressClass must be speficied on Ingress Resources.
Describe the solution you'd like
Update Nginx Controller to v1.0.1 and add an ingressClassName in all Ingress resources declarations.
Create an ingressClass as default.
Add in documentation an example of ingressClass use.
Open
Jailer
2
rodrigoreis
commented
Apr 30, 2021
How to operate this driver using Firecracker with Jailer?
Ansible playbooks and Packer templates for creating hybrid Windows/Linux Kubernetes 1.10+ cluster with experimental Flannel pod network (host-gw backend)
docker
kubernetes
ansible
packer
wsl
container-networking
ubuntu1604
kubernetes-setup
docker-for-windows
flannel
windows-containers
cni
packer-template
kubernetes-deployment
kubernetes-networking
flanneld
azure-container-service
cni-plugins
windows-1709
wsl-ubuntu
-
Updated
Sep 21, 2018 - PowerShell
The official container networking plugin for both AECP of Alibaba Cloud and SOFAStack of Ant Financial Co.
-
Updated
Oct 12, 2021 - Go
Bond-cni is for fail-over and high availability of networking in cloudnative orchestration
networking
fault-tolerance
failover
high-availability
alb
cni
tlb
load-balancing
link-aggregator
bonding-cni
interface-bonding
active-backup
-
Updated
Jun 9, 2021 - Go
Improve this page
Add a description, image, and links to the cni topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cni topic, visit your repo's landing page and select "manage topics."
Describe what you are trying to solve
With antrea-io/antrea#2545 resolved,
dockeris no longer available on the Vagrant Nodes and insteadsudo ctr -n=k8s.iomust be used to manage images and containers (when needed for debugging).It would be great if
ctrcould be run as thevagrantuser and didn't require to be root.**Describe the solution you have in