Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes best practices v2 #226

Closed
weibeld opened this issue Nov 14, 2019 · 2 comments
Closed

Kubernetes best practices v2 #226

weibeld opened this issue Nov 14, 2019 · 2 comments

Comments

@weibeld
Copy link
Collaborator

weibeld commented Nov 14, 2019

Features for v2 of the production best practices checklist

  1. Uniform structure for all items
    • Proposal: What?, Why?, How?, References
    • Makes it easier to comprehend items (and easier to write them)
  2. Organise items by tags
    • No hardcoded categories. Makes it easier to discover items, but also to add items: no need to decide which category to add an item to, just add the item and assign it a set of relevant tags.
  3. Incremental search
    • Incremental search that displays matching items as the search term is typed.
    • Search based on title, content, and possibly tags (if the tag-based organisation is implemented)
  4. Tag selection
    • Display all available tags and allow to filter out the items matching one or more selected tag (if the tag-based organisation is implemented)
  5. Table of contents
    • If not using a tab-based system, include a table of contents with all items
    • Example: https://webconverger.com/faq/
    • Could also be used with a tag-based system to give a concise overview of the currently selected items
@kaihendry
Copy link

Btw I generate the table of contents with https://github.com/kaihendry/toc using a Makefile. #oldskool

@weibeld
Copy link
Collaborator Author

weibeld commented Nov 16, 2019

Transferred to the kubernetes-production-best-practices repository.

@weibeld weibeld closed this as completed Nov 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants