diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-09-03 19:42:26 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2019-09-03 19:42:26 +0530 |
| commit | a513875ee151d603ef94ea614967e9b400d7f2ad (patch) | |
| tree | 313be2c3dd8e3bab3240dad7a821cb64db41d624 | |
| parent | 163bd5020f55b7b15836ed1c4e7c40dda80d30de (diff) | |
communication: remove external resources
This has been converted to a pinned topic on discuss:
https://discuss.kubernetes.io/t/what-are-some-of-your-favorite-kubernetes-resources/7741/2
| -rw-r--r-- | communication/resources/README.md | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/communication/resources/README.md b/communication/resources/README.md deleted file mode 100644 index 6dd985f8..00000000 --- a/communication/resources/README.md +++ /dev/null @@ -1,77 +0,0 @@ -# Kubernetes Resources - -> A collection of resources organized by medium (e.g. audio, text, video) - -## Table of Contents - -<!-- vim-markdown-toc GFM --> - -- [Contributions](#contributions) -- [Resources](#resources) - - [Audio](#audio) - - [Text](#text) - - [Video](#video) - - [Learning Resources](#learning-resources) - -<!-- vim-markdown-toc --> - -## Contributions - -If you would like to contribute to this list, please submit a PR and add `/sig contributor-experience` and `/assign @petermbenjamin`. - -The criteria for contributions are simple: - -- The resource must be related to Kubernetes. -- The resource must be free. -- Avoid undifferentiated search links (e.g. `https://example.com/search?q=kubernetes`), unless you can ensure the most relevant results (e.g. `https://example.com/search?q=kubernetes&category=technology`) - -## Resources - -### Audio - -- [PodCTL](https://twitter.com/PodCTL) -- [Kubernetes Podcast](https://kubernetespodcast.com) -- [The New Stack Podcasts](https://thenewstack.io/podcasts/) - -### Text - -- [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) -- [CNCF Blog](https://www.cncf.io/newsroom/blog/) -- [Dev.To](https://dev.to/t/kubernetes) -- [Heptio Blog](https://blog.heptio.com) -- [KubeTips](http://kubetips.com) -- [KubeWeekly](https://twitter.com/kubeweekly) -- [Kubedex](https://kubedex.com/category/blog/) -- [Kubernetes Blog](https://kubernetes.io/blog/) -- [Kubernetes Enhancements Repo](https://github.com/kubernetes/enhancements) -- [Kubernetes Forum](https://discuss.kubernetes.io) -- [Last Week in Kubernetes Development](http://lwkd.info) -- [Medium](https://medium.com/tag/kubernetes) -- [Reddit](https://www.reddit.com/r/kubernetes) -- [The New Stack: CI/CD With Kubernetes](https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes/) -- [The New Stack: Kubernetes Deployment & Security Patterns](https://thenewstack.io/ebooks/kubernetes/kubernetes-deployment-and-security-patterns/) -- [The New Stack: Kubernetes Solutions Directory](https://thenewstack.io/ebooks/kubernetes/kubernetes-solutions-directory/) -- [The New Stack: State of Kubernetes Ecosystem](https://thenewstack.io/ebooks/kubernetes/state-of-kubernetes-ecosystem/) -- [The New Stack: Use-Cases for Kubernetes](https://thenewstack.io/ebooks/use-cases/use-cases-for-kubernetes/) -- [Weaveworks Blog](https://www.weave.works/blog/category/kubernetes/) - -### Video - -- [BrightTALK Webinars](https://www.brighttalk.com/search/?q=kubernetes) -- [Ceph YouTube Channel](https://www.youtube.com/channel/UCno-Fry25FJ7B4RycCxOtfw) -- [CNCF YouTube Channel](https://www.youtube.com/channel/UCvqbFHwN-nwalWPjPUKpvTA) -- [Heptio YouTube Channel](https://www.youtube.com/channel/UCjQU5ZI2mHswy7OOsii_URg) -- [Joe Hobot YouTube Channel](https://www.youtube.com/channel/UCdxEoi9hB617EDLEf8NWzkA) -- [Kubernetes YouTube Channel](https://www.youtube.com/channel/UCZ2bu0qutTOM0tHYa_jkIwg) -- [Lachlan Evenson YouTube Channel](https://www.youtube.com/channel/UCC5NsnXM2lE6kKfJKdQgsRQ) -- [Rancher YouTube Channel](https://www.youtube.com/channel/UCh5Xtp82q8wjijP8npkVTBA) -- [Rook YouTube Channel](https://www.youtube.com/channel/UCa7kFUSGO4NNSJV8MJVlJAA) -- [Tigera YouTube Channel](https://www.youtube.com/channel/UC8uN3yhpeBeerGNwDiQbcgw) -- [Weaveworks YouTube Channel](https://www.youtube.com/channel/UCmIz9ew1lA3-XDy5FqY-mrA/featured) - -### Learning Resources - -- [edx Courses](https://www.edx.org/course?search_query=kubernetes) -- [Katacoda Interactive Tutorials](https://www.katacoda.com) -- [Udacity Course](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615) -- [Udemy Courses](https://www.udemy.com/courses/search/?courseLabel=&sort=relevance&q=kubernetes&price=price-free) |
