masoom / aws-controllers-k8s

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes

Home Page:https://aws.github.io/aws-controllers-k8s/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Controllers for Kubernetes (ACK)

AWS Controllers for Kubernetes (ACK) lets you define and use AWS service resources directly from Kubernetes. With ACK, you can take advantage of AWS managed services for your Kubernetes applications without needing to define resources outside of the cluster or run services that provide supporting capabilities like databases or message queues within the cluster.

This is a new open source project built with ❤️ by AWS and available as a Developer Preview. We encourage you to try it out, provide feedback and contribute to development.

Important: Because this project is a preview, there may be significant and breaking changes introduced in the future. We encourage you to try and experiment with this project. Please do not adopt it for production use.

Contents

Background

Kubernetes applications often require a number of supporting resources like databases, message queues, and object stores to operate. AWS provides a set of managed services that you can use to provide these resources for your applications, but provisioning and integrating them with Kubernetes was complex and time consuming. ACK lets you define and consume many AWS services and resources directly within a Kubernetes cluster. ACK gives you a unified, operationally seamless way to manage your application and its dependencies.

ACK is a collection of Kubernetes Custom Resource Definitions (CRDs) and controllers which work together to extend the Kubernetes API and create AWS resources on your cluster’s behalf.

Getting Started

To get started, choose and install the controllers for the AWS services you want to manage. Then, configure permissions and define your first AWS resource.

Supported Services

List of supported AWS services

Help & Feedback

For help, please consider the following venues (in order):

Contributing

We welcome community contributions and pull requests. See our contribution guide for more information on how to report issues, set up a development environment, and submit code.

Check the issues list for descriptions of work items. We invite any and all feedback and contributions, so please don't hesitate to submit an issue, a pull request or comment on an existing issue.

ACK adheres to the Amazon Open Source Code of Conduct. You can also learn more about our Governance structure.

License

This project is licensed under the Apache-2.0 License.

About

AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes

https://aws.github.io/aws-controllers-k8s/

License:Apache License 2.0


Languages

Language:Go 85.9%Language:Shell 8.0%Language:Smarty 5.3%Language:Dockerfile 0.4%Language:Makefile 0.3%