Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lgmorand/the-aks-checklist
The AKS Checklist
https://github.com/lgmorand/the-aks-checklist
aks azure best-practices kubernetes
Last synced: 6 days ago
JSON representation
The AKS Checklist
- Host: GitHub
- URL: https://github.com/lgmorand/the-aks-checklist
- Owner: lgmorand
- License: mpl-2.0
- Created: 2020-02-14T15:06:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T17:38:14.000Z (7 months ago)
- Last Synced: 2024-05-02T05:06:35.263Z (7 months ago)
- Topics: aks, azure, best-practices, kubernetes
- Language: JavaScript
- Homepage: https://www.the-aks-checklist.com
- Size: 893 KB
- Stars: 146
- Watchers: 11
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# The Azure Kubernetes Service Checklist
![Build and deploy on prod](https://github.com/lgmorand/aks-checklist/workflows/Build%20and%20deploy%20on%20prod/badge.svg) ![Last commit](https://img.shields.io/github/last-commit/lgmorand/aks-checklist.svg) ![License](https://img.shields.io/github/license/lgmorand/aks-checklist.svg)
> Warning: The repository has been move to an Azure repo: [https://github.com/Azure/the-aks-checklist](https://github.com/Azure/the-aks-checklist)
The deployed version can be found here: [www.the-aks-checklist.com](https://www.the-aks-checklist.com)
![AKS Checklist](https://raw.githubusercontent.com/lgmorand/aks-checklist/master/src/img/social/facebook-banner.jpg)The AKS Checklist is a (tentatively) exhaustive list of all elements you need to think of when preparing a cluster for production. It is based on all common best practices agreed around Kubernetes or documented [here](https://docs.microsoft.com/azure/aks/best-practices).
Another good reading in another format is the [AKS baseline reference architecture](https://github.com/mspnp/aks-secure-baseline)
## Author
**[Louis-Guillaume MORAND](https://github.com/lgmorand)**
## Contributors
**[Fernando Mejía](https://github.com/feranto)**
**[Michael Withrow](https://github.com/miwithro)**
**[Tommy Falgout](https://github.com/lastcoolnameleft)**
## How to contribute
Fork the repo, add the best practices in the items.json file (at least in English which will remain the single source of trust) and then do a pull request **on the staging branch** ;-)
Be aware that we want to keep a list as exhaustive as possible but also a list that met **common usage**. Depending on your context, you may have custom best practices that may apply only to your case.
## Thanks
The source code itself is a modified version of the [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist) which was created by [David Dias](https://github.com/thedaviddias)
Icons made by Freepik from [www.flaticon.com](www.flaticon.com) is licensed by CC 3.0 BY## License
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)