Skip to content

Insight-NA/aks-checklist

 
 

Repository files navigation

The Azure Kubernetes Service Checklist

Build and deploy on prod Last commit License

Deployed version can be found here: www.the-aks-checklist.com AKS Checklist

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.

Another good reading in another format is the AKS baseline reference architecture

Author

Louis-Guillaume MORAND

Contributors

Fernando Mejía

Michael Withrow

Tommy Falgout

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 an exhaustive as possible but also a list that met common usage. Depending on your context, you may have custom best practices which may apply only to your case.

How to add a translation

There are up to six steps:

  • copy the folder /data/en and translate all information
  • in the localized files, modify the URL to target your langage (i.e: docs.microsoft.com/YOURLANG/link)
  • copy the file src/views/en.html and translate it
  • ensure that a flag is existing for your language (/src/img/flags)
  • add a link for your lang in the header (src/view/base/header.pug)
  • add your name to contributors

Thanks

The source code itself is a modified version of the Front-End Checklist which was created by David Dias Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

License

License: MPL 2.0

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.5%
  • SCSS 35.7%
  • Pug 23.6%
  • Shell 3.2%