Public ungleich kubernetes repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nico Schottelius 3d730a0e9c +python test 2 years ago
apps/etherpadlite Add first app 2 years ago
certificates update general 2 years ago
eggdrop Add eggdrop deployment 2 years ago
generic Add first app 2 years ago
kubevirt Add vm3 2 years ago
python +python test 2 years ago
rook update general 2 years ago
tests postgres on cephfs 2 years ago
v1 Add v1 (thanks to a good friend) 2 years ago
v2 ++cilium nodes 2 years ago
v3-calico update general 2 years ago
README.md update general 2 years ago
certificates-dns.md ++certs 2 years ago

README.md

IPv6 only kubernetes clusters

This project is testing, deploying and using IPv6 only k8s clusters.

Docs

Working

  • networking (calico)
  • ceph with rook (cephfs, rbd)

Not (yet) working or tested

  • virtualisation (VMs, kubevirt)
  • letsencrypt
  • network policies
  • prometheus in the cluster
  • argocd (?) for CI and upgrades
  • Maybe LoadBalancer support (our ClusterIP already does that though)
  • (Other) DNS entrys for services

Cluster setup

  • Calico CNI with BGP peering to our upstream infrastructure
  • Rook for RBD and CephFS support

Init

We are using a custom kubeadm.conf to

  • configure the cgroupdriver
  • configure the IP addresses
kubeadm init --config v3-calico/kubeadm-config-p7-v2.yaml