From 474881ab65179d5dc428618a646213896a688130 Mon Sep 17 00:00:00 2001 From: Peter Benjamin Date: Mon, 5 Nov 2018 20:45:15 -0800 Subject: [PATCH] Add community resources --- communication/resources/README.md | 82 +++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 communication/resources/README.md diff --git a/communication/resources/README.md b/communication/resources/README.md new file mode 100644 index 000000000..98ed1b77c --- /dev/null +++ b/communication/resources/README.md @@ -0,0 +1,82 @@ +# Kubernetes Resources + +> A collection of resources organized by medium (e.g. audio, text, video) + +## Table of Contents + + + +- [Contributions](#contributions) +- [Resources](#resources) + - [Audio](#audio) + - [Text](#text) + - [Video](#video) + - [Miscellaneous](#miscellaneous) + + + +## 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. + +## Resources + +### Audio + +- [PodCTL](https://twitter.com/PodCTL) +- [Kubernetes Podcast](https://kubernetespodcast.com) +- [The New Stack Podcasts](https://thenewstack.io/podcasts/) +- [SoundCloud](https://soundcloud.com/search?q=kubernetes) + +### Text + +- [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 Changelog](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG.md) +- [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 Books](https://thenewstack.io/ebooks/) +- [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) +- [CoreOS YouTube Channel](https://www.youtube.com/user/coreoslinux) +- [edx Courses](https://www.edx.org/course?search_query=kubernetes) +- [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) +- [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) +- [Weaveworks YouTube Channel](https://www.youtube.com/channel/UCmIz9ew1lA3-XDy5FqY-mrA/featured) + +### Miscellaneous + +- [Awesome Kubernetes](https://github.com/ramitsurana/awesome-kubernetes) +- [Katacoda Interactive Tutorials](https://www.katacoda.com) +- [Kubernetes Community Meetings](https://github.com/kubernetes/community/blob/master/events/community-meeting.md) +- [Kubernetes Meetups](https://www.meetup.com/topics/kubernetes/all/) +- [Kubernetes Office Hours](https://github.com/kubernetes/community/blob/master/events/office-hours.md) +- [Kubernetes SIGs & WGs](https://contributor.kubernetes.io/sigs/) +- [Kubernetes Slack](https://kubernetes.slack.com) +- [Kubernetes Tutorials](https://kubernetes.io/docs/tutorials/) +- [Weave Online User Group](https://www.meetup.com/Weave-User-Group/)