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
    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. Failure domains
      1. Control planes
      2. Worker nodes
    12. Userdata Privacy
    13. Troubleshooting
    14. IAM Permissions Used
    15. Ignition support
  5. clusterawsadm command reference
    1. version
    2. ami
      1. list
      2. copy
      3. encrypted-copy
    3. 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
    4. controller
      1. print-credentials
      2. rollout-controller
      3. update-credentials
      4. zero-credentials
    5. eks
      1. addons
        1. list-available
        2. list-installed
    6. resource
      1. list
  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 nodes
  • 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