I work for a company where almost all private ipv4 spaces are already in use, so using 10.254.0.0/16 for a service address space is not a starter. I cut out / 64 ipv6 space that I can use, but I can't get it to work.
Here is my apiserver configuration:
# The address on the local server to listen to. KUBE_API_ADDRESS="--address=::" # The port on the local server to listen on. KUBE_API_PORT="--port=8080" # Port kubelets listen on KUBELET_PORT="--kubelet-port=10250" # Address range to use for services # KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.254.0.0/16" KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=fc00:dead:beef:cafe::/64" # Add your own! KUBE_API_ARGS=""
But when I try to start kube-apiserver.service, I get the error "invalid argument". Can I use IPv6 for kubernetes?
kube-apiserver.service
, IPv6 . , , IPv6, - Google, Google Compute Engine (, , Google Container Engine) IPv6, Google IPv6. , AWS ( AWS IPv6), RedHat, .
PR, , (Google) - IPv6. , , , , Kubernetes .
AWS IPv6 - https://aws.amazon.com/blogs/aws/new-ipv6-support-for-ec2-instances-in-virtual-private-clouds/
IPv6 , , , POD . k8 , .
- https://github.com/kubernetes/kubernetes/issues/27398
Source: https://habr.com/ru/post/1652649/More articles:Python Openpyxl, copy and paste a range of cells - pythonComputing the bigO runtime with two-dimensional values, where one dimension has an unknown length - big-oWhy can't NULL be converted to JSON null in postgreSQL? - jsonCan the content: ""; is there an image tag or say image? - htmlHow to select text based on carriage position? - javascriptAngular 2 inject service into dynamic component - angularTesting .Net Core Library with xUnit - xunit.netEntity Framework in memory on MS SQL Azure - entity-frameworkR - Как создать пользовательскую функцию Ifelse, которая повторяется - rMissing transformation option Visual Studio 2015 Config - visual-studioAll Articles