sigs.k8s.io/cluster-api@v1.7.1/README.md (about) 1 <a href="https://cluster-api.sigs.k8s.io"><img alt="capi" src="./logos/kubernetes-cluster-logos_final-02.svg" width="160x" /></a> 2 <p> 3 <a href="https://godoc.org/sigs.k8s.io/cluster-api"><img src="https://godoc.org/sigs.k8s.io/cluster-api?status.svg"></a> 4 <!-- join kubernetes slack channel for cluster-api --> 5 <a href="http://slack.k8s.io/"> 6 <img src="https://img.shields.io/badge/join%20slack-%23cluster--api-brightgreen"></a> 7 <!-- latest stable release badge --> 8 <img alt="GitHub release (latest SemVer)" src="https://img.shields.io/github/v/release/kubernetes-sigs/cluster-api"> 9 </p> 10 11 # Cluster API 12 13 ### 👋 Welcome to our project! Our [Book](https://cluster-api.sigs.k8s.io) can help you get started and provides lots of in-depth information. 14 15 #### Useful links 16 - [Scope, objectives, goals and requirements](./docs/scope-and-objectives.md) 17 - [Feature proposals](./docs/proposals) 18 - [Reference use cases](./docs/staging-use-cases.md) 19 - [Quick Start](https://cluster-api.sigs.k8s.io/user/quick-start.html) 20 21 ## ✨ What is the Cluster API? 22 23 Cluster API is a Kubernetes subproject focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters. 24 25 Started by the Kubernetes Special Interest Group (SIG) Cluster Lifecycle, the Cluster API project uses Kubernetes-style APIs and patterns to automate cluster lifecycle management for platform operators. The supporting infrastructure, like virtual machines, networks, load balancers, and VPCs, as well as the Kubernetes cluster configuration are all defined in the same way that application developers operate deploying and managing their workloads. This enables consistent and repeatable cluster deployments across a wide variety of infrastructure environments. 26 27 ### ⚙️ Providers 28 29 Cluster API can be extended to support any infrastructure (AWS, Azure, vSphere, etc.), bootstrap or control plane (kubeadm is built-in) provider. There is a growing list of [supported providers](https://cluster-api.sigs.k8s.io/reference/providers.html) available. 30 31 <!-- ANCHOR: Community --> 32 33 ## 🤗 Community, discussion, contribution, and support 34 35 Cluster API is developed in the open, and is constantly being improved by our users, contributors, and maintainers. It is because of you that we are able to automate cluster lifecycle management for the community. Join us! 36 37 If you have questions or want to get the latest project news, you can connect with us in the following ways: 38 39 - Chat with us on the Kubernetes [Slack](http://slack.k8s.io/) in the [#cluster-api][#cluster-api slack] channel 40 - Subscribe to the [SIG Cluster Lifecycle](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) Google Group for access to documents and calendars 41 - Join our Cluster API working group sessions where we share the latest project news, demos, answer questions, and triage issues 42 - Weekly on Wednesdays @ 10:00 PT on [Zoom][zoomMeeting] 43 - Previous meetings: \[ [notes][notes] | [recordings][recordings] \] 44 45 Pull Requests and feedback on issues are very welcome! 46 See the [issue tracker] if you're unsure where to start, especially the [Good first issue] and [Help wanted] tags, and 47 also feel free to reach out to discuss. 48 49 See also our [contributor guide](CONTRIBUTING.md) and the Kubernetes [community page] for more details on how to get involved. 50 51 ### Code of conduct 52 53 Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). 54 55 [community page]: https://kubernetes.io/community 56 [notes]: https://docs.google.com/document/d/1ushaVqAKYnZ2VN_aa3GyKlS4kEd6bSug13xaXOakAQI 57 [recordings]: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 58 [zoomMeeting]: https://zoom.us/j/861487554 59 [implementerNotes]: https://docs.google.com/document/d/1IZ2-AZhe4r3CYiJuttyciS7bGZTTx4iMppcA8_Pr3xE/edit 60 [providerZoomMeetingTues]: https://zoom.us/j/140808484 61 [providerZoomMeetingWed]: https://zoom.us/j/424743530 62 [issue tracker]: https://github.com/kubernetes-sigs/cluster-api/issues 63 [#cluster-api slack]: https://kubernetes.slack.com/archives/C8TSNPY4T 64 [Good first issue]: https://github.com/kubernetes-sigs/cluster-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 65 [Help wanted]: https://github.com/kubernetes-sigs/cluster-api/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22+ 66 67 <!-- ANCHOR_END: Community -->