1. Introduction
  2. Getting Started
  3. AMIs
    1. Published AMIs
    2. Custom AMIs
  4. Topics
    1. Using clusterawsadm to fulfill prerequisites
    2. Accessing EC2 instances
    3. Spot instances
    4. Machine Pools
    5. Multi-tenancy
      1. Multi-tenancy in EKS-managed clusters
    6. EKS Support
      1. Prerequisites
      2. Enabling EKS Support
      3. Pod Networking
      4. Creating a cluster
      5. Using EKS Console
      6. Using EKS Addons
      7. Enabling Encryption
      8. Cluster Upgrades
    7. Bring Your Own AWS Infrastructure
    8. Specifying the IAM Role to use for Management Components
    9. Using external cloud provider with EBS CSI driver
    10. Restricting Cluster API to certain namespaces
    11. Using IAM roles in management cluster instead of credentials
    12. Failure domains
      1. Control planes
      2. Worker nodes
    13. Userdata Privacy
    14. Troubleshooting
    15. IAM Permissions Used
    16. Ignition support
    17. External Resource Garbage Collection
    18. Instance Metadata
  5. clusterawsadm command reference
    1. resource
      1. list
    2. version
    3. ami
      1. list
      2. copy
      3. encrypted-copy
    4. bootstrap
      1. credentials
        1. encode-as-profile
      2. iam
        1. create-cloudformation-stack
        2. delete-cloudformation-stack
        3. print-cloudformation-template
        4. print-config
        5. print-policy
    5. controller
      1. update-credentials
      2. zero-credentials
      3. print-credentials
      4. rollout-controller
    6. eks
      1. addons
        1. list-available
        2. list-installed
    7. gc
      1. enable
      2. disable
  6. Developer Guide
    1. Development with Tilt
    2. Developing E2E tests
    3. Coding Conventions
  7. CRD Reference
  8. Reference
    1. Glossary
    2. Ports
    3. Jobs
    4. Version Support
    5. Contributing
  9. Roadmap

Kubernetes Cluster API Provider AWS

Cluster API Provider AWS Roadmap

This roadmap is a constant work in progress, subject to frequent revision. Dates are approximations.

v1.5.x (v1beta1) - April/May 2022

  • Network load balancer support
  • Graduating EventBridge experimental feature
  • EFS CSI driver support
  • AWSManagedMachinePool - Launch Template support

v1.6.x (v1beta1) - June/July 2022

  • Spot instance support for AWSMachinePools
  • Node draining support for AWSMachinePools
  • IPv6 Support
  • Security group customization support

v2.0.x (v1beta2) - End of 2022

  • Support for multiple topologies

TBD

  • AWS Fault injector integration to improve resiliency
  • AWSMachinePool implementation backed by Spot Fleet and EC2 Fleet
  • Dual stack IPv4/IPv6 support
  • Windows Worker Node Support for Windows Server 2019/2022 for both CAPA-managed and EKS-managed Clusters
  • FIPS/NIST/STIG compliance
  • Workload identity support to CAPA-managed clusters
  • Use ACK/CrossPlane as backend for AWS SDK calls
  • Karpenter support
  • Draining resources created by CCM/CSI like LBs, SGs
  • OpenTelemetry integration