aws-ipam-controller

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

README

aws-ipam-controller

REUSE status

This README provides an overview of the IPAM controller for Kubernetes, designed specifically for the AWS platform. The IPAM controller is responsible for assigning pod addresses to Kubernetes node objects.

The controller operates in three modes:ipv4, ipv6 and dual-stack. In ipv4 mode it manages the IPv4 CIDR range and assigns addresses from this range to the Kubernetes nodes. In ipv6 mode, it assigns IPv6 addresses to Kubernetes node objects using prefix delegation. In dual-stack mode, it manages the IPv4 CIDR range and assigns addresses from this range to the Kubernetes nodes, while also assigning IPv6 addresses based on prefix delegation.

A sample configuration of the IPAM controller is shown below.

aws-ipam-controller
--control-kubeconfig=inClusterConfig
--cluster-name=shoot-foo
--health-probe-port=10259
--metrics-port=10258
--namespace=shoot--garden--shoot-foo
--region=eu-west-1
--target-kubeconfig=/var/run/secrets/gardener.cloud/shoot/generic-kubeconfig/kubeconfig
--leader-election=true
--leader-election-namespace=kube-system
--cluster-cidrs=10.0.0.0/16
--mode=dual-stack
--node-cidr-mask-size-ipv6=77
--tick-period=500ms
--log-level=info

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL