Category: Kubernetes

https://github.com/Lakers817' In the first part of this series, “https://thenewstack.io/access-aws-services-through-a-kubernetes-dual-stack-cluster/,” we connected a Kubernetes dual IPv4/IPv6 stack with https://aws.amazon.com/?utm_content=inline-mention‘ service APIs, using AWS-cloud-controller-manager AWS-ccm, using an AWS cloud-provider manifest. In this second part, we will discuss how to deploy AWS-ccm using a system service file.

After that, you will have to clone the https://github.com/kubernetes/cloud-provider-aws to build a binary for aws-ccm from the AWS-cloud-provider repository.

Fourth step: cloud-controller-manager Kubernetes configuration file

In the kuard k8s service file if I have IPv4 as preferred IP in order list: ipFamilyPolicy: PreferDualStack ipFamilies: - IPv4

Related Articles