A curated list for awesome kubernetes sources Inspired by @sindresorhus' awesome
"Talent wins games, but teamwork and intelligence wins championships." by Michael Jordan
Without the help from these amazing contributors, building this awesome-repo would never has been possible.Thank You very much guys !!
If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!
Kubernetes is an open source orchestration system for Docker containers. It handles scheduling onto nodes in a compute cluster and actively manages workloads to ensure that their state matches the users declared intentions. Using the concepts of "labels" and "pods", it groups the containers which make up an application into logical units for easy management and discovery.
Source: What is Kubernetes
- Are you Ready to Manage your Infrastructure like Google?
- Google is years ahead when it comes to the cloud, but it's happy the world is catching up
- An Intro to Google’s Kubernetes and How to Use It by Laura Frank
- Getting Started on Kubernetes by Rajdeep Dua
- Kubernetes: The Future of Cloud Hosting by Meteorhacks
- Kubernetes by Google by Gaston Pantana
- Key Concepts by Arun Gupta
- Application Containers: Kubernetes and Docker from Scratch by Keith Tenzer
- Useful Articles
- Main Resources
- Monitoring Services
- Books
- Slide Presentations
- Videos
- Main Account
- Useful videos
- Interesting Twitter Accounts
- Amazing People
- Connecting with Kubernetes
- Contributing
- License
- Kubernetes: Getting Started With a Local Deployment
- Installation on Centos 7
- Packaging Multiple Resources together
- An Introduction to Kubernetes by Justin Ellingwood
- Scaling Docker with Kubernetes by Carlos Sanchez
- Creating a Kubernetes Cluster to Run Docker Formatted Container Images by Chris Negus
- Containerizing Docker on Kubernetes !! by Ramit Surana
- Running Kubernetes Example on CoreOS, Part 1 by Kelsey Hightower
- Play With Kubernetes Quickly Using Docker
- 1 command to Kubernetes with Docker compose by Sebastien Goasguen
- Nginx Server Deployment using Kubernetes by Rajdeep Dua
- What even is a kubelet? by Kamal Marhubi
- Kubernetes from the ground up: the API server by Kamal Marhubi
- Kubernetes 101 – Networking by Jon Langemak
- Dynamic Kubernetes installation/configuration with SaltStack by Jon Langemak
- Deploying Kubernetes with SaltStack by Jon Langemak
- Logging in Kubernetes with Fluentd and Elasticsearch by Jon Langemak
- Corekube: Running Kubernetes on CoreOS via OpenStack by Mike Metral
- Using Weave with Kubernetes on a CoreOS Cluster by Weaveworks
- CoreOS + Kubernetes Step By Step by Coreos
- Deploying to Kubernetes with Panamax by Brian DeHamer
- Deploy Kubernetes with a Single Command Using Atomicapp by Jason Brooks
- Deploying a Bare Metal Kubernetes Cluster by James Kyle
- AWS Advent 2014 - CoreOS and Kubernetes on AWS by Tim Dsyinger
- Kubernetes and AWS VPC Peering by Ben Straub
- Deploy a Kubernetes development cluster with Juju! by Matt Bruzek
- Try Kubernetes with Vagrant by Christoph Hartmann
- Keycloak on Kubernetes with OpenShift 3 by Marko Strukelj
- Kubernetes clusters with Oh-My-Vagrant by James
- Fleet Unit Files for Kubernetes on CoreOS by Michael Hamrah
- Kubernetes on AWS by CoreOS
- Testing Kubernetes on AWS by Alan Will
- Kubernetes: First steps on Amazon AWS by Remco
- Kubernetes Container Orchestration through Java APIs by Keith Tenzer
- Containers at Scale with Kubernetes on OpenStack by Keith Tenzer
- Heapster: Heapster enables Container Cluster Monitoring and Performance Analysis. Heapster currently supports Kubernetes and CoreOS natively. It can be extended to support other cluster management solutions easily. Heapster collects and interprets various signals like compute resource usage, lifecycle events, etc, and exports cluster metrics via REST endpoints.
- Kubedash: Performance analytics UI for Kubernetes Clusters. The goal of Kubedash is to allow the user or an administrator of a Kubernetes cluster to easily verify and understand the performance of a cluster and jobs running within it through intuitive visualizations of aggregated metrics, derived stats and event patterns. It is not intended to be a general-purpose Kubernetes UI. Instead, kubedash uses multiple sources of information to summarize and provide high-level analytic information to users and to the cluster administrator.
- Kube-ui: Container Cluster Manager from Google Web UI
- Console: It is a general purpose, web-based UI for Kubernetes clusters. It allows to manage applications running in the cluster, troubleshoot them, as well as, manage the cluster itself.
Hyper is a Hypervisor-agnostic Docker Engine that allows you to run Docker images on any hypervisor (KVM, Xen, etc.). Technically speaking,
Hyper = Hypervisor + Kernel + Docker Image
By containing applications within separate VM instances and kernel spaces, Hyper is able to offer an excellent Hardware-enforced Isolation, which is much needed in multi-tenant environments.
Hyper also promises Immutable Infrastructure by eliminating the middle layer of Guest OS, along with the hassle to configure and manage them.
- Architecture Overview by enakai00
- Package your Java EE Application using Docker and Kubernetes by Arun Gupta
- Scaling Jenkins with Docker and Kubernetes by Carlos Sanchez
- An Introduction to Kubernetes by Imesh Gunaratne
- Musings on Mesos: Docker, Kubernetes, and Beyond. by Timothy St. Clair
- Cluster management with Kubernetes by Satnam Singh
- A brief study on Kubernetes and its components by Ramit Surana
- Google I/O 2014 - Containerizing the Cloud with Docker on Google Cloud Platform by Google Developers
- Container Orchestration using CoreOS and Kubernetes by Kelsey Hightower
- A Technical Overview of Kubernetes by Bredan Burns
- Docker Containers and Kubernetes with Brian Dorsey by Brian Dorsey
- Alpaca Kubernetes on AWS by Adrien Lemaire
- Arun Gupta: Package your Java applications using Docker and Kubernetes by Arun Gupta
- "Managing Containers at Scale with CoreOS and Kubernetes" by Kelsey Hightower by Kelsey Hightower
####"Twitter is quick, it’s easy to communicate on, and is a very valuable social channel for a brand or business if you use it to its full potential.By following these news aggregators, rolling news channels, and companies, you can get the inside scoop of a story long before it hits the mainstream news outlets."
- Bredan Burns,Senior Staff Software Engineer at Google
- Kelsey Hightower,Staff Developer Advocate at Google
- Arun Gupta,Vice President, Developer Relations at Couchbase
- Carlos Sanchez,Senior Software Engineer,CloudBees
- Satnam Singh,Software Engineer at Facebook
- Joseph Jacks,VP, Technology Strategy at Kismatic, Inc
- Joe Beda,Co-founder and Technical Lead for Kubernetes
- Patrick Reilly,CEO at Kismatic, Inc. / Advisor at Mesosphere, Inc
- Brandon Philips,CTO at CoreOS
Contributions are most welcome!
This list is just getting started, please contribute to make it super awesome.
Check out the Contributing Guidelines.
awesome-kubernetes by Ramit Surana is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.