diff --git a/contributing.md b/contributing.md index 494aec7..1155684 100644 --- a/contributing.md +++ b/contributing.md @@ -8,9 +8,12 @@ project you agree to abide by its terms. Ensure your pull request adheres to the following guidelines: -- Make sure you take care of this -- And this as well -- And don't forget to check this +* Community-authored repo with 50+ stars +* Community-vouched repo with < 100 stars + +50+ stars for community repos is not a strict requirement, it only serves as a guideline for the initial compilation. If you can vouch for the awesomeness of a repo with < 100 stars and you can explain why it should be listed, please submit a pull request. + +Pull requests might be left open for a period of time to let the community chime in and vouch for it. Thank you for your suggestions! diff --git a/readme.md b/readme.md index 4214393..1195182 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ Idea taken from [donnemartin/awesome-aws](https://github.com/donnemartin/awesome ## Tools and Libraries -Items with :green_heart: indicate that they are open source projects. +Items with :green_heart: indicate open source projects. ### Command Line Tools - :green_heart:[Kubebox](https://github.com/astefanutti/kubebox) :fire::fire::fire::fire: - Terminal and Web console for Kubernetes @@ -63,11 +63,23 @@ Items with :green_heart: indicate that they are open source projects. - :green_heart:[Descheduler for Kubernetes](https://github.com/kubernetes-sigs/descheduler) :fire::fire::fire::fire: - Descheduling pods from nodes based on policies -## Guides, Documentations, and Trainings +## Guides, Documentations, Blogs, and Trainings ### Guides - [Amazon EKS Node Drainer](https://github.com/aws-samples/amazon-k8s-node-drainer) - A guide and an example to cordon and evict all evictable pods from an EC2 node being terminated. - [Amazon EKS Workshop](https://www.eksworkshop.com/) - A comprehensive guide and list of tutorials to work with Amazon EKS. +- [Moduler and Scalable Amazon EKS Architecture](https://s3.amazonaws.com/aws-quickstart/quickstart-amazon-eks/doc/amazon-eks-architecture.pdf) - A deployment guide that provides step-by-step instructions for deploying Amazon EKS clusters. +- [kubectl Cheat Sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/) - `kubectl` cheat sheet +- [Troubleshooting Kubernetes deployments](https://learnk8s.io/a/troubleshooting-kubernetes.pdf) - A flow chart to troubleshoot a kubernetes deployment in case of issues +- [How to deploy a production-grade Kubernetes cluster on AWS](https://gruntwork.io/guides/kubernetes/how-to-deploy-production-grade-kubernetes-cluster-aws/#use-eks) - This guide will walk you through the process of configuring a production-grade Kubernetes cluster on AWS. +- [Amazon EKS Best Practices Guide for Security](https://aws.github.io/aws-eks-best-practices/) - This guide provides advice about protecting information, systems, and assets that are reliant on EKS while delivering business value through risk assessments and mitigation strategies. + +### Documentations +- [Kubernetes API Reference Docs](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.18/) + +### Blogs +- [10 most common mistakes using kubernetes](https://blog.pipetail.io/posts/2020-05-04-most-common-mistakes-k8s/) +