Home

Awesome

Kubernetes Cluster API Provider AWS

<p align="center"> <img src="https://github.com/kubernetes/kubernetes/raw/master/logo/logo.png" width="100x"><a href="https://aws.amazon.com/opensource/"><img width="192x" src="https://d0.awsstatic.com/logos/powered-by-aws.png" alt="Powered by AWS Cloud Computing"></a> </p> <p align="center"> <!-- go doc / reference card --> <a href="https://godoc.org/sigs.k8s.io/cluster-api-provider-aws"> <img src="https://godoc.org/sigs.k8s.io/cluster-api-provider-aws?status.svg"></a> <!-- goreportcard badge --> <a href="https://goreportcard.com/report/sigs.k8s.io/cluster-api-provider-aws"> <img src="https://goreportcard.com/badge/sigs.k8s.io/cluster-api-provider-aws"></a> <!-- join kubernetes slack channel for cluster-api-aws-provider --> <a href="http://slack.k8s.io/"> <img src="https://img.shields.io/badge/join%20slack-%23cluster--api--aws-brightgreen"></a> <!-- openssf badge --> <a href="https://bestpractices.coreinfrastructure.org/projects/5688"> <img src="https://bestpractices.coreinfrastructure.org/projects/5688/badge"></a> </p>

Kubernetes-native declarative infrastructure for AWS.

What is the Cluster API Provider AWS

The Cluster API brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.

The API itself is shared across multiple cloud providers allowing for true AWS hybrid deployments of Kubernetes. It is built atop the lessons learned from previous cluster managers such as kops and kubicorn.

Documentation

Please see our book for in-depth documentation.

Launching a Kubernetes cluster on AWS

Check out the Cluster API Quick Start for launching a cluster on AWS.

Features


Compatibility with Cluster API and Kubernetes Versions

This provider's versions are compatible with the following versions of Cluster API and support all Kubernetes versions that is supported by its compatible Cluster API version:

Cluster API v1alpha4 (v0.4)Cluster API v1beta1 (v1.x)
CAPA v1alpha4 (v0.7)
CAPA v1beta1 (v1.x)
CAPA v1beta2 (v2.x, main)

(See Kubernetes support matrix of Cluster API versions).


Kubernetes versions with published AMIs

See amis for the list of most recently published AMIs.


clusterawsadm

clusterawsadm CLI tool provides bootstrapping, AMI, EKS, and controller related helpers.

clusterawsadm binaries are released with each release, can be found under assets section.

clusterawsadm could also be installed via Homebrew on macOS and linux OS. Install the latest release using homebrew:

brew install clusterawsadm

Test to ensure the version you installed is up-to-date:

clusterawsadm version

Getting involved and contributing

Are you interested in contributing to cluster-api-provider-aws? We, the maintainers and community, would love your suggestions, contributions, and help! Also, the maintainers can be contacted at any time to learn more about how to get involved.

In the interest of getting more new people involved we tag issues with good first issue. These are typically issues that have smaller scope but are good ways to start to get acquainted with the codebase.

We also encourage ALL active community participants to act as if they are maintainers, even if you don't have "official" write permissions. This is a community effort, we are here to serve the Kubernetes community. If you have an active interest and you want to get involved, you have real power! Don't assume that the only people who can get things done around here are the "maintainers".

We also would love to add more "official" maintainers, so show us what you can do!

This repository uses the Kubernetes bots. See a full list of the commands here.

Build the images locally

If you want to just build the CAPA containers locally, run

  REGISTRY=docker.io/my-reg make docker-build

Tilt-based development environment

See development section for details.

Implementer office hours

Maintainers hold office hours every two weeks, with sessions open to all developers working on this project.

Office hours are hosted on a zoom video chat every other Monday at 09:00 (Pacific) / 12:00 (Eastern) / 17:00 (Europe/London), and are published on the Kubernetes community meetings calendar.

Other ways to communicate with the contributors

Please check in with us in the #cluster-api-aws channel on Slack.

Github issues

Bugs

If you think you have found a bug please follow the instructions below.

Tracking new features

We also use the issue tracker to track features. If you have an idea for a feature, or think you can help kops become even more awesome follow the steps below.

“Amazon Web Services, AWS, and the “Powered by AWS” logo materials are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries."

Our Contributors

Thank you to all contributors and a special thanks to our current maintainers & reviewers:

MaintainersReviewers
@richardcase (from 2020-12-04)@cnmcavoy (from 2023-10-16)
@Ankitasw (from 2022-10-19)@AverageMarcus (from 2022-10-19)
@dlipovetsky (from 2021-10-31)@luthermonson (from 2023-03-08)
@nrb (from 2024-05-24)@faiq (from 2023-10-16)
@AndiDog (from 2023-12-13)@fiunchinho (from 2023-11-6)
@damdo (from 2023-03-01)

and the previous/emeritus maintainers & reviewers:

Emeritus MaintainersEmeritus Reviewers
@chuckha@ashish-amarnath
@detiber@davidewatson
@ncdc@enxebre
@randomvariable@ingvagabund
@rudoi@michaelbeaumont
@sedefsavas@sethp-nr
@Skarlso@shivi28
@vincepri@dthorsen
@pydctw

All the CAPA contributors:

<p> <a href="https://github.com/kubernetes-sigs/cluster-api-provider-aws/graphs/contributors"> <img src="https://contrib.rocks/image?repo=kubernetes-sigs/cluster-api-provider-aws" /> </a> </p> <!-- References -->