Skip to main content

Pack Information

Flannel
Flannel is a network layer, layer three, fabric for Kubernetes. It is designed to work with Linux routing infrastructure and creates a virtual network that gives each computing host a subnet. Flannel uses either the Kubernetes API or etcd directly to store the network configuration, the allocated subnets, and any auxiliary data such as the host’s public IP address.
Version
Type: Network
Cloud Providers: AWS, VMware, GCP, MAAS, Edge
Registry: Palette Registry

Flannel

Flannel is a simple and easy way to configure a layer 3 network fabric designed for Kubernetes.

How it works

Flannel runs a small, single binary agent called flanneld on each host, and is responsible for allocating a subnet lease to each host out of a larger, preconfigured address space. Flannel uses either the Kubernetes API or etcd directly to store the network configuration, the allocated subnets, and any auxiliary data (such as the host's public IP). Packets are forwarded using one of several backend mechanisms including VXLAN and various cloud integrations.

Prerequisites

Kubernetes 1.22 and higher are supported.

Below cloud types are supported.

  • AWS,
  • Vsphere,
  • GCP,
  • MaaS,
  • Edge-native

Upgrade

Upgrade from 0.21.4 and below versions to 0.22.0 and above versions has been blocked. 0.21.4 and below versions use manifest based installation and the newer versions use helm charts, which are not compatible for upgrades.

Parameters

ParameterDescriptionTypeDefault ValueRequired
charts.flannel.podCidrThis should match the pod CIDR in k8s packstring192.168.0.0/16Yes
charts.flannel.flannel.cniPluginsImageCore CNI Plugins Image needed for edge clusters and k3s.stringgcr.io/spectro-images-public/packs/flannel/0.25.5/cni-plugins:v1.5.1Yes
charts.flannel.flannel.imagekube-flannel imageobjectgcr.io/spectro-images-public/packs/flannel/0.25.5/flannel:0.25.5Yes
charts.flannel.flannel.cniImageCNI imageobjectgcr.io/spectro-images-public/packs/flannel/0.25.5/flannel-cni-plugin:v1.5.1Yes
charts.flannel.flannel.backendBackend for kube-flannel. Backend should not be changed at runtime (vxlan, host-gw, wireguard, udp)stringvxlanYes

References

Flannel-CNI core-cni-plugins