Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmrts/awesome-kubernetes
https://github.com/tmrts/awesome-kubernetes
List: awesome-kubernetes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmrts/awesome-kubernetes
- Owner: tmrts
- Created: 2015-10-19T14:29:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T12:55:56.000Z (over 7 years ago)
- Last Synced: 2024-05-21T16:06:12.682Z (6 months ago)
- Size: 3.91 KB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Kubernetes
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
![Kubernetes Logo](https://avatars1.githubusercontent.com/u/13629408?v=3&s=200)A curated list of amazingly awesome resources for ``Kubernetes`` and its eco-system.
## What is Kubernetes?
> Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts.
>
> With Kubernetes, you are able to quickly and efficiently respond to customer demand:
>
> Scale your applications on the fly.
> Seamlessly roll out new features.
> Optimize use of your hardware by using only the resources you need.## Where to Start?
- [Get Started Orchestrating Containers with Kubernetes](https://access.redhat.com/articles/1198103)
- [Kubernetes Guestbook App Tutorial](https://cloud.google.com/container-engine/docs/tutorials/guestbook)
- [Deploy a Multi-node Kubernetes Cluster on CentOS7](https://devops.profitbricks.com/tutorials/deploy-a-multi-node-kubernetes-cluster-on-centos-7/)
- [Are you Ready to Manage your Infrastructure like Google?](http://www.jetstack.io/new-blog/2015/6/19/are-you-ready-to-manage-your-infrastructure-like-google-kubernetes-coming-to-a-cloud-near-you)
- [Application Containers: Kubernetes and Docker from Scratch](http://keithtenzer.com/2015/06/01/application-containers-kubernetes-and-docker-from-scratch/)## Tools
### Monitoring
- [Kube-ui](https://github.com/kubernetes/kube-ui)
- [Kubedash](https://github.com/kubernetes/kubedash)
- [Console](https://github.com/kubernetes/console)
- [Heapster](https://github.com/kubernetes/heapster)
- [Prometheus](http://prometheus.io)
- [Sysdig](http://www.sysdig.org/)
- [Datadog](http://www.datadoghq.com)## Resources
- [Key Concepts](http://blog.arungupta.me/key-concepts-kubernetes/)
- [Design Patterns](http://blog.arungupta.me/kubernetes-design-patterns/)
- [Kubernetes CoreOS Workshop](https://www.youtube.com/watch?v=tA8XNVPZM2w&list=PL5zdjVWvUI4kLoQW7tU--Pp6eUI7risTE)## Examples
- [Cassandra](https://github.com/kubernetes/kubernetes/tree/master/examples/cassandra)
- [Celery & RabbitMQ](https://github.com/kubernetes/kubernetes/tree/master/examples/celery-rabbitmq)
- [Elasticsearch](https://github.com/kubernetes/kubernetes/tree/master/examples/elasticsearch)
- [Elastic Beanstalk](https://github.com/kubernetes/kubernetes/tree/master/examples/aws_ebs)
- [Guestbook](https://github.com/kubernetes/kubernetes/tree/master/examples/guestbook)
- [High Availability](https://github.com/kubernetes/kubernetes/tree/master/examples/high-availability)
- [HTTP nginx](https://github.com/kubernetes/kubernetes/tree/master/examples/https-nginx)
- [Meteor](https://github.com/kubernetes/kubernetes/tree/master/examples/meteor)
- [NFS](https://github.com/kubernetes/kubernetes/tree/master/examples/nfs)
- [NodeJS & MongoDB](https://github.com/kubernetes/kubernetes/tree/master/examples/nodesjs-mongodb)
- [Phabricator](https://github.com/kubernetes/kubernetes/tree/master/examples/phabricator)
- [Redis](https://github.com/kubernetes/kubernetes/tree/master/examples/redis)
- [Spark](https://github.com/kubernetes/kubernetes/tree/master/examples/spark)## Websites
- [kubernetes.io](http://kubernetes.io)## Presentations
- [Managing Containers at Scale with CoreOS and Kubernetes](https://www.youtube.com/watch?v=tA8XNVPZM2w&list=PL5zdjVWvUI4kLoQW7tU--Pp6eUI7risTE)## Books
- [Kubernetes: Up and Running](http://www.amazon.com/Kubernetes-Running-Dive-Future-Infrastructure/dp/1491935677)
- [Docker: Up & Running](http://www.amazon.com/Docker-Up-Running-Karl-Matthias/dp/1491917571)
- [Building Microservices](http://www.amazon.com/Building-Microservices-Sam-Newman/dp/1491950358)## Conferences
- [Kubecon](https://kubecon.io/)
- [Container Camp](https://container.camp/)## Other Awesome Lists
- [Awesome Docker](https://github.com/veggiemonk/awesome-docker)