{"id":13432570,"url":"https://github.com/aws-controllers-k8s/community","last_synced_at":"2025-05-14T01:04:35.550Z","repository":{"id":37051845,"uuid":"217622305","full_name":"aws-controllers-k8s/community","owner":"aws-controllers-k8s","description":"AWS Controllers for Kubernetes (ACK) is a project enabling you to manage AWS services from Kubernetes","archived":false,"fork":false,"pushed_at":"2024-10-26T07:20:47.000Z","size":199742,"stargazers_count":2412,"open_issues_count":336,"forks_count":254,"subscribers_count":63,"default_branch":"main","last_synced_at":"2024-10-29T15:38:15.181Z","etag":null,"topics":["aws","kubernetes-controller"],"latest_commit_sha":null,"homepage":"https://aws-controllers-k8s.github.io/community/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aws-controllers-k8s.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-25T22:18:03.000Z","updated_at":"2024-10-29T14:12:38.000Z","dependencies_parsed_at":"2023-09-22T07:55:42.694Z","dependency_job_id":"b4e6ce4e-6937-487d-919b-5daf6baca3e8","html_url":"https://github.com/aws-controllers-k8s/community","commit_stats":null,"previous_names":["aws/aws-service-operator-k8s","aws/aws-controllers-k8s"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-controllers-k8s%2Fcommunity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-controllers-k8s%2Fcommunity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-controllers-k8s%2Fcommunity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-controllers-k8s%2Fcommunity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aws-controllers-k8s","download_url":"https://codeload.github.com/aws-controllers-k8s/community/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248294150,"owners_count":21079791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","kubernetes-controller"],"created_at":"2024-07-31T02:01:13.536Z","updated_at":"2025-04-10T20:43:52.619Z","avatar_url":"https://github.com/aws-controllers-k8s.png","language":null,"funding_links":[],"categories":["Others","HarmonyOS","aws","Shell"],"sub_categories":["Windows Manager"],"readme":"[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/aws-controllers-k8s/community/issues)\n![GitHub issues](https://img.shields.io/github/issues-raw/aws-controllers-k8s/community?style=flat)\n![GitHub](https://img.shields.io/github/license/aws-controllers-k8s/community?style=flat)\n![GitHub watchers](https://img.shields.io/github/watchers/aws-controllers-k8s/community?style=social)\n![GitHub stars](https://img.shields.io/github/stars/aws-controllers-k8s/community?style=social)\n![GitHub forks](https://img.shields.io/github/forks/aws-controllers-k8s/community?style=social)\n\n# AWS Controllers for Kubernetes (ACK)\n\n**AWS Controllers for Kubernetes (ACK)** lets you define and use AWS service\nresources directly from Kubernetes. With ACK, you can take advantage of AWS\nmanaged services for your Kubernetes applications without needing to define\nresources outside of the cluster or run services that provide supporting\ncapabilities like databases or message queues within the cluster.\n\nACK is an open source project built with ❤️  by AWS. The project is composed of\nmany source code repositories containing a [common runtime][runtime-repo], a\n[code generator][codegen-repo], [common testing tools][test-infra-repo] and\nKubernetes custom controllers for individual AWS service APIs.\n\n[runtime-repo]: https://github.com/aws-controllers-k8s/runtime\n[codegen-repo]: https://github.com/aws-controllers-k8s/code-generator\n[test-infra-repo]: https://github.com/aws-controllers-k8s/test-infra\n\n\u003e **IMPORTANT** Please be sure to read our documentation about\n\u003e [release versioning and maintenance phases][releases] and note that ACK\n\u003e service controllers in the `Preview` maintenance phase are not recommended\n\u003e for production use. Use of ACK controllers in `Preview` maintenance phase is\n\u003e subject to the terms and conditions contained in the\n\u003e [AWS Service Terms][aws-service-terms], particularly the Beta Service\n\u003e Participation Service Terms, and apply to any service controllers in a\n\u003e `Preview` maintenance phase.\n\n[releases]: https://aws-controllers-k8s.github.io/community/docs/community/releases/\n[aws-service-terms]: https://aws.amazon.com/service-terms\n\n* [Overview](#overview)\n* [Getting Started](#getting-started)\n* [Help \u0026 Feedback](#help--feedback)\n* [Contributing](#contributing)\n* [License](#license)\n\n## Overview\n\nKubernetes applications often require a number of supporting resources like\ndatabases, message queues, and object stores. AWS provides a set of managed\nservices that you can use to provide these resources for your apps, but\nprovisioning and integrating them with Kubernetes was complex and time\nconsuming. ACK lets you define and consume AWS services and resources directly\nfrom a Kubernetes cluster. It gives you a unified way to manage your\napplication and its dependencies.\n\nACK is a collection of Kubernetes [custom resource definitions][crd] (CRDs) and\ncustom controllers working together to extend the Kubernetes API and manage AWS\nresources on your behalf.\n\n[crd]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/\n\n## Getting Started\n\nPlease see the list of ACK [service controllers][services] currently in one of\nour [project stages][proj-stages].\n\n[proj-stages]: https://aws-controllers-k8s.github.io/community/docs/community/releases/#project-stages\n\nYou can [install][install] any of the controllers in the `RELEASED` project stage using\nHelm (recommended) or manually using the raw Kubernetes manifests contained in\nthe individual ACK service controller's source repository.\n\n[services]: https://aws-controllers-k8s.github.io/community/docs/community/services/\n[install]: https://aws-controllers-k8s.github.io/community/docs/user-docs/install/\n\nOnce installed, Kubernetes users may apply a custom resource (CR) corresponding\nto one of the resources exposed by the ACK service controller for the service.\n\nTo view the list of custom resources and each CR's schema, visit our\n[reference documentation][ref-docs].\n\n[ref-docs]: https://aws-controllers-k8s.github.io/community/reference/\n\n## Help \u0026 Feedback\n\nFor help, please consider the following venues (in order):\n\n* [ACK project documentation](https://aws-controllers-k8s.github.io/community/)\n* [Search open issues](https://github.com/aws-controllers-k8s/community/issues)\n* [File an issue](https://github.com/aws-controllers-k8s/community/issues/new/choose)\n* Chat with us on the `#aws-controllers-k8s` channel in the [Kubernetes Slack](https://kubernetes.slack.com/) community.\n\n## Contributing\n\nWe welcome community contributions and pull requests.\n\nSee our [contribution guide](/CONTRIBUTING.md) for more information on how to\nreport issues, set up a development environment, and submit code.\n\nWe adhere to the [Amazon Open Source Code of Conduct][coc].\n\nYou can also learn more about our [Governance](/GOVERNANCE.md) structure.\n\n[coc]: https://aws.github.io/code-of-conduct\n\n## Community Meeting\n\nACK Community meeting is held on the last Thursday of every month.\nEveryone is welcome to participate.\n\n#### Details \n* **Agenda/Notes**: [link][meeting-notes]\n  * Notes from each meeting are captured here.\n* **When:** on the last Thursday of each month, at 9:00 AM [PST][pst-timezone]\n* **Where:** [Zoom meeting][zoom-meeting-link]\n\n[zoom-meeting-link]: https://us06web.zoom.us/j/89253759548?pwd=8aFOQvBRZO16BFIJZ6S0JPNav3W2e4.1\n[meeting-notes]: https://docs.google.com/document/d/1G9Nl-vBXuOBRoOt-9N-fQMpY05V8fCP8vPg94iTZ9gA\n[utc-timezone]: https://dateful.com/convert/pst-pdt-pacific-time?t=9am\n\n## License\n\nThis project is [licensed](/LICENSE) under the Apache-2.0 License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-controllers-k8s%2Fcommunity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faws-controllers-k8s%2Fcommunity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faws-controllers-k8s%2Fcommunity/lists"}