mirror of
https://github.com/tomhuang12/awesome-k8s-resources.git
synced 2024-10-01 06:35:50 -04:00
Merge pull request #2 from tomhuang12/development
Add few more items and updated contribution guideline
This commit is contained in:
commit
bd77620cfa
@ -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!
|
||||
|
||||
|
16
readme.md
16
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/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user