Skip to content

Instantly share code, notes, and snippets.

@ZedYeung
Created January 10, 2020 07:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ZedYeung/a68f2cfa00ccfd12b44c3dcdb493f31b to your computer and use it in GitHub Desktop.
Save ZedYeung/a68f2cfa00ccfd12b44c3dcdb493f31b to your computer and use it in GitHub Desktop.
awesome-k8s
<h1 id="awesome-kubernetes">Awesome-Kubernetes</h1>
<h2 id="awesome-kubernetes-annotations">Copy from https://github.com/ramitsurana/awesome-kubernetes, used for learning</h2>
<p><a href="https://github.com/sindresorhus/awesome"><img src="https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg" alt="Awesome"></a>
<a href="https://travis-ci.org/ramitsurana/awesome-kubernetes"><img src="https://travis-ci.org/ramitsurana/awesome-kubernetes.svg?branch=master" alt="Build Status"></a>
<a href="https://semaphoreci.com/ramitsurana/awesome-kubernetes"><img src="https://semaphoreci.com/api/v1/ramitsurana/awesome-kubernetes/branches/master/badge.svg" alt="Build Status"></a>
<a href="http://creativecommons.org/licenses/by-nc/4.0/"><img src="https://img.shields.io/badge/License-CC%204.0-brightgreen.svg?style=flat-square" alt="License"></a>
<a href="https://hub.docker.com/r/ramitsurana/awesome-kubernetes"><img src="https://img.shields.io/docker/build/ramitsurana/awesome-kubernetes.svg?style=flat-square" alt="Docker Build Status"></a>
<a href="https://kubernetes.slack.com/messages/awesome-kubernetes"><img src="https://img.shields.io/badge/Slack-Channel-blue.svg?style=flat-square" alt="Slack Widget"></a>
<a href="https://awesome-kubernetes-by-ramitsurana.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/awesome-kubernetes-by-ramitsurana/badge/?version=latest" alt="Documentation Status"></a></p>
<p>A curated list for awesome kubernetes sources inspired by <a href="https://github.com/sindresorhus/awesome">@sindresorhus&#39; awesome</a></p>
<p><img src="https://cloud.githubusercontent.com/assets/8342133/26794201/62c1a006-4a3e-11e7-8bf9-4449814648f2.png" alt="final-k8s"></p>
<blockquote>
<p>&quot;Talent wins games, but teamwork and intelligence wins championships.&quot;</p>
<p>-- Michael Jordan</p>
</blockquote>
<p>Without the help from these <a href="https://github.com/ramitsurana/awesome-kubernetes/graphs/contributors">amazing contributors</a>,
building this awesome-repo would never has been possible. Thank You very much guys !!</p>
<p><strong>Thanks to Gitbook.This awesome list can now be downloaded and read in the form of a book. Check it out --&gt; <a href="https://www.gitbook.com/book/ramitsurana/awesome-kubernetes/">https://www.gitbook.com/book/ramitsurana/awesome-kubernetes/</a> .Keep Learning Keep Sharing !!</strong></p>
<p><strong>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!</strong></p>
<h2 id="what-is-kubernetes-ship-">What is Kubernetes? :ship:</h2>
<blockquote>
<p>Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
It groups containers that make up an application into logical units for easy management and discovery.</p>
</blockquote>
<p><em>Source:</em> <a href="http://kubernetes.io/">What is Kubernetes</a></p>
<h2 id="history">History</h2>
<p><strong>Kubernetes is known to be a descendant of Google&#39;s system BORG</strong></p>
<blockquote>
<p>The first unified container-management system developed at Google was the system we internally call Borg.
It was built to manage both long-running services and batch jobs, which had previously been handled by two separate
systems: Babysitter and the Global Work Queue. The latter’s architecture strongly influenced Borg, but was focused on
batch jobs; both predated Linux control groups.</p>
</blockquote>
<p><em>Source:</em> <a href="http://research.google.com/pubs/archive/44843.pdf">Kubernetes Past</a></p>
<h2 id="date-of-birth">Date of Birth</h2>
<p>Kubernetes celebrates its birthday every year on 21st July. Kubernetes 1.0 was released on July 21 2015, after being first announced to the public at <a href="https://www.youtube.com/watch?v=YrxnVKZeqK8">Dockercon in June 2014</a>.</p>
<h2 id="roadmap">Roadmap</h2>
<p>The awesome-kubernetes will now soon be available in the form of different releases and package bundles, It means that you can
download the awesome kubernetes release up to a certain period of time, The release for awesome kubernetes 2015 bundle is released. Checkout the releases column for more info.</p>
<h2 id="featured-on">Featured On</h2>
<ul>
<li><a href="https://cloud.google.com/community/">https://cloud.google.com/community/</a></li>
<li><a href="https://www.freecodecamp.org/news/a-friendly-introduction-to-kubernetes-670c50ce4542/">https://www.freecodecamp.org/news/a-friendly-introduction-to-kubernetes-670c50ce4542/</a></li>
</ul>
<hr>
<h1 id="menu">Menu</h1>
<ul>
<li><a href="#awesome-kubernetes">Awesome-Kubernetes</a><ul>
<li><a href="#what-is-kubernetes-ship">What is Kubernetes? :ship:</a></li>
<li><a href="#history">History</a></li>
<li><a href="#date-of-birth">Date of Birth</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#featured-on">Featured On</a></li>
</ul>
</li>
<li><a href="#menu">Menu</a></li>
<li><a href="#starting-point">Starting Point</a></li>
<li><a href="#installers">Installers</a></li>
<li><a href="#main-resources">Main Resources</a></li>
<li><a href="#release-notes">Release Notes</a></li>
<li><a href="#useful-articles">Useful Articles</a><ul>
<li><a href="#cloud-providers">Cloud Providers</a></li>
<li><a href="#logging">Logging</a></li>
<li><a href="#monitoring">Monitoring</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#authentication">Authentication</a></li>
<li><a href="#networking">Networking</a></li>
<li><a href="#cicd">CI/CD</a></li>
<li><a href="#deep-learning">Deep Learning</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#devops-tools">Devops Tools</a></li>
<li><a href="#others">Others</a></li>
</ul>
</li>
<li><a href="#managed-kubernetes">Managed Kubernetes</a><ul>
<li><a href="#cluster-managers">Cluster Managers</a></li>
<li><a href="#developer-platform">Developer Platform</a></li>
<li><a href="#enterprise-kubernetes-products">Enterprise Kubernetes Products</a></li>
<li><a href="#publicprivate-cloud">Public/Private Cloud</a></li>
<li><a href="#paas">PaaS</a></li>
</ul>
</li>
<li><a href="#interactive-learning-environments">Interactive Learning Environments</a></li>
<li><a href="#mooc-courses--tutorials">MOOC Courses / Tutorials</a><ul>
<li><a href="#courses">Courses</a></li>
<li><a href="#tutorials">Tutorials</a></li>
</ul>
</li>
<li><a href="#case-studies">Case Studies</a></li>
<li><a href="#persistent-volume-providers">Persistent Volume Providers</a></li>
<li><a href="#container-storage-interface-plugins">Container Storage Interface Plugins</a></li>
<li><a href="#developer-libraries-scripts">Developer Libraries/ Scripts</a><ul>
<li><a href="#python">Python</a></li>
<li><a href="#jenkins">Jenkins</a></li>
</ul>
</li>
<li><a href="#projects">Projects</a><ul>
<li><a href="#related-software">Related Software</a></li>
<li><a href="#package-managers">Package Managers</a></li>
<li><a href="#monitoring-services">Monitoring Services</a></li>
<li><a href="#testing">Testing</a></li>
<li><a href="#continuous-delivery">Continuous Delivery</a></li>
<li><a href="#serverless-implementations">Serverless Implementations</a></li>
<li><a href="#operators">Operators</a></li>
<li><a href="#custom-schedulers">Custom Schedulers</a></li>
<li><a href="#container-support">Container Support</a></li>
<li><a href="#database">Database</a></li>
<li><a href="#networking-1">Networking</a></li>
<li><a href="#service-mesh">Service mesh</a></li>
<li><a href="#rpc">RPC</a></li>
<li><a href="#secret-generation-and-management">Secret generation and management</a></li>
<li><a href="#web-applications">Web applications</a></li>
<li><a href="#desktop-applications">Desktop applications</a></li>
<li><a href="#mobile-applications">Mobile applications</a></li>
<li><a href="#apicli-adaptors">API/CLI adaptors</a></li>
<li><a href="#application-deployment-orchestration">Application deployment orchestration</a></li>
<li><a href="#configuration">Configuration</a></li>
<li><a href="#security-1">Security</a></li>
<li><a href="#load-balancing">Load balancing</a></li>
<li><a href="#big-data">Big Data</a></li>
<li><a href="#machine-learning">Machine Learning</a></li>
<li><a href="#service-discovery">Service Discovery</a></li>
<li><a href="#operating-system">Operating System</a></li>
<li><a href="#yamljson-config">YAML/JSON Config</a></li>
<li><a href="#static-analysis">Static Analysis</a></li>
<li><a href="#tuning">Tuning</a></li>
<li><a href="#backup-and-disaster-recovery">Backup and Disaster Recovery</a></li>
<li><a href="#policy-management">Policy Management</a></li>
<li><a href="#plugins">Plugins</a></li>
<li><a href="#debug">Debug</a></li>
</ul>
</li>
<li><a href="#raspberry-pi">Raspberry Pi</a></li>
<li><a href="#books">Books</a></li>
<li><a href="#certifications-1">Certifications</a></li>
<li><a href="#slide-presentations">Slide Presentations</a></li>
<li><a href="#videos">Videos</a><ul>
<li><a href="#main-account">Main Account</a></li>
<li><a href="#other-useful-videos">Other Useful Videos</a></li>
<li><a href="#cicd-videos">CI/CD Videos</a></li>
</ul>
</li>
<li><a href="#interesting-twitter-accounts">Interesting Twitter Accounts</a></li>
<li><a href="#amazing-people">Amazing People</a></li>
<li><a href="#meetup-groups">Meetup Groups</a></li>
<li><a href="#connecting-with-kubernetes">Connecting with Kubernetes</a></li>
<li><a href="#conferences">Conferences</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
</ul>
<hr>
<h1 id="starting-point">Starting Point</h1>
<p><em>A place that marks the beginning of a journey</em></p>
<ul>
<li><a href="https://docs.google.com/presentation/d/1JqcALpsg07eH665ZXQrIvOcin6SzzsIUjMRRVivrZMg/edit?usp=sharing">Kubernetes Community Overview and Contributions Guide</a> by <a href="https://twitter.com/idvoretskyi/">Ihor Dvoretskyi</a></li>
<li><a href="http://blog.jetstack.io/blog/k8s-getting-started-part1/">Are you Ready to Manage your Infrastructure like Google?</a></li>
<li><a href="http://www.businessinsider.in/Google-is-years-ahead-when-it-comes-to-the-cloud-but-its-happy-the-world-is-catching-up/articleshow/47793327.cms">Google is years ahead when it comes to the cloud, but it&#39;s happy the world is catching up</a></li>
<li><a href="http://www.ctl.io/developers/blog/post/what-is-kubernetes-and-how-to-use-it/">An Intro to Google’s Kubernetes and How to Use It</a> by <a href="https://twitter.com/rhein_wein">Laura Frank</a></li>
<li><a href="https://github.com/meteorhacks/meteorhacks.github.io/blob/master/_posts/2015-04-22-learn-kubernetes-the-future-of-the-cloud.md">Kubernetes: The Future of Cloud Hosting</a> by <a href="https://twitter.com/meteorhacks">Meteorhacks</a></li>
<li><a href="http://thevirtualizationguy.wordpress.com/tag/kubernetes/">Kubernetes by Google</a> by <a href="https://twitter.com/GastonPantana">Gaston Pantana</a></li>
<li><a href="http://blog.arungupta.me/key-concepts-kubernetes/">Key Concepts</a> by <a href="https://twitter.com/arungupta">Arun Gupta</a></li>
<li><a href="http://keithtenzer.com/2015/06/01/application-containers-kubernetes-and-docker-from-scratch/">Application Containers: Kubernetes and Docker from Scratch</a> by <a href="https://twitter.com/keithtenzer">Keith Tenzer</a></li>
<li><a href="http://omerio.com/2015/12/18/learn-the-kubernetes-key-concepts-in-10-minutes/">Learn the Kubernetes Key Concepts in 10 Minutes</a> by <a href="https://twitter.com/omerio">Omer Dawelbeit</a></li>
<li><a href="http://supergiant.io/blog/top-reasons-businesses-should-move-to-kubernetes-now">Top Reasons Businesses Should Move to Kubernetes Now</a> by <a href="https://github.com/gopherstein">Mike Johnston</a></li>
<li><a href="https://kubernetes.io/blog/2016/06/illustrated-childrens-guide-to-kubernetes/">The Children&#39;s Illustrated Guide to Kubernetes</a> by <a href="https://github.com/deis">Deis</a></li>
<li><a href="http://medium.com/@mhausenblas/the-kubectl-run-command-27c68de5cb76#.mlwi5an7o">The ‘kubectl run’ command</a> by <a href="https://twitter.com/mhausenblas">Michael Hausenblas</a></li>
<li><a href="https://github.com/xiaopeng163/docker-k8s-lab">Docker Kubernetes Lab Handbook</a> by <a href="https://twitter.com/xiaopeng163">Peng Xiao</a></li>
<li><a href="https://hackr.io/tutorials/learn-kubernetes">Curated Resources for Kubernetes</a></li>
<li><a href="https://cloud.google.com/kubernetes-engine/kubernetes-comic/">Kubernetes Comic</a> by <a href="https://cloud.google.com/">Google Cloud Platform</a></li>
<li><a href="https://medium.com/google-cloud/kubernetes-101-pods-nodes-containers-and-clusters-c1509e409e16">Kubernetes 101: Pods, Nodes, Containers, and Clusters</a> by <a href="https://medium.com/@sanche">Dan Sanche</a></li>
<li><a href="http://www.digitalocean.com/community/tutorials/an-introduction-to-kubernetes">An Introduction to Kubernetes</a> by <a href="https://twitter.com/jmellingwood">Justin Ellingwood</a></li>
<li><a href="https://rinormaloku.com/introduction-application-architecture/">Kubernetes and everything else - Introduction to Kubernetes and it&#39;s context</a> by <a href="https://twitter.com/rinormaloku">Rinor Maloku</a></li>
<li><a href="http://severalnines.com/blog/installing-kubernetes-cluster-minions-centos7-manage-pods-services">Installation on Centos 7</a></li>
<li><a href="https://mherman.org/blog/2018/08/20/setting-up-a-kubernetes-cluster-on-ubuntu/">Setting Up a Kubernetes Cluster on Ubuntu 18.04</a></li>
<li><a href="https://landscape.cncf.io/">Cloud Native Landscape</a></li>
</ul>
<h1 id="installers">Installers</h1>
<ul>
<li><a href="https://github.com/kubernetes-incubator/bootkube">Bootkube</a> - CoreOS - Cloud Agnostic</li>
<li><a href="https://github.com/wise2c-devops/breeze">Breeze</a> - CentOS - Cloud Agnostic</li>
<li><a href="https://github.com/conjure-up/conjure-up">Conjure-up</a> - Ubuntu - Cloud Agnostic</li>
<li><a href="https://store.docker.com/editions/community/docker-ce-desktop-mac">Docker for MAC</a> - Run Kubernetes and Docker locally on your MAC (Edge Channel)</li>
<li><a href="https://store.docker.com/editions/community/docker-ce-desktop-windows">Docker for Windows</a> - Run Kubernetes and Docker locally on your Windows PC (Edge Channel)</li>
<li><a href="https://eksctl.io/">eksctl</a> - The official CLI for Amazon EKS</li>
<li><a href="https://jujucharms.com/canonical-kubernetes">Juju</a> - Ubuntu - Cloud Agnostic</li>
<li><a href="https://github.com/kubesphere/kubesphere">KubeSphere</a> - Install Kubernetes and KubeSphere in multiple instances in an easy way, including full-stack cloud-native softwares, e.g. istio, ES, Prometheus, Fluent Bit, SonarQube, Jenkins.</li>
<li><a href="https://github.com/rancher/k3s">k3s</a> - Lightweight Kubernetes. Easy to install, half the memory, all in a binary less than 40mb</li>
<li><a href="https://github.com/rancher/k3d">k3d</a> - A tool for running k3s clusters in container nodes</li>
<li><a href="https://kind.sigs.k8s.io">kind</a> - A tool for running local Kubernetes clusters using Docker container “nodes”</li>
<li><a href="https://github.com/kubernetes/kops">Kops</a> - OS Agnostic - AWS</li>
<li><a href="https://github.com/kairen/kube-ansible">Kube-ansible</a> - OS Agnostic - Cloud Agnostic</li>
<li><a href="https://github.com/coreos/kube-aws">Kube-aws</a> - CoreOS - AWS</li>
<li><a href="https://github.com/kubernetes/kube-deploy">Kube-deploy</a></li>
<li><a href="http://kubernetes.io/docs/admin/kubeadm/">Kubeadm</a> - OS Agnostic - Cloud Agnostic</li>
<li><a href="https://github.com/kubenow/KubeNow">KubeNow</a> - Ubuntu - Cloud Agnostic</li>
<li><a href="https://github.com/valentin2105/Kubernetes-Saltstack">Kubernetes-Saltstack</a> - <code>systemd</code> OS - Cloud Agnostic</li>
<li><a href="https://github.com/kubernetes-incubator/kubespray">Kubespray</a> - OS Agnostic - Cloud Agnostic</li>
<li><a href="https://github.com/kubicorn/kubicorn">Kubicorn</a> - OS Agnostic - Cloud Agnostic</li>
<li><a href="https://docs.kublr.com/quickstart/">Kublr</a> - OS Agnostic - On-Prem - Cloud Agnostic</li>
<li><a href="https://developers.linode.com/kubernetes/">Linode</a> - CoreOS - Linode</li>
<li><a href="https://github.com/coreos/matchbox">matchbox</a> - CoreOS - Network boot and provision Container Linux clusters (e.g. etcd3, Kubernetes, more).</li>
<li><a href="https://github.com/scality/metalk8s">MetalK8s</a> - CentOS - On-Prem - Cloud Agnostic - <a href="https://github.com/scality/metalk8s/blob/development/1.1/LICENSE">Apache-2.0</a></li>
<li><a href="https://github.com/ubuntu/microk8s">MicroK8s</a> - A single package of k8s that installs on 42 flavours of Linux</li>
<li><a href="https://github.com/kubernetes/minikube">Minikube</a> - Run Kubernetes locally</li>
<li><a href="https://github.com/rancher/rke">RKE</a> - OS Agnostic - Cloud Agnostic</li>
<li><a href="https://github.com/fanux/sealos">sealos</a> - Simple kubernetes HA installer</li>
<li><a href="https://github.com/valentin2105/Simplekube">Simplekube</a> - <code>systemd</code> OS - Cloud Agnostic</li>
<li><a href="http://supergiant.io/">Supergiant</a> - CoreOS - Cloud Agnostic</li>
<li><a href="https://github.com/kz8s/tack">Terraform</a> - CoreOS - AWS</li>
<li><a href="https://typhoon.psdn.io/">Typhoon</a> - Container Linux - Cloud Agnostic</li>
<li><a href="https://github.com/Azure/aks-engine">aks-engine</a> - AKS Engine is the easiest way to provision a self-managed Kubernetes cluster on Azure.</li>
</ul>
<h1 id="main-resources">Main Resources</h1>
<p><em>Official resources from the Kubernetes team</em></p>
<ul>
<li><a href="https://kubernetes.io/docs/home/">Kubernetes Documentation</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/">Kubernetes Source</a></li>
<li><a href="https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/">Kubernetes Troubleshooting</a></li>
</ul>
<h1 id="release-notes">Release Notes</h1>
<p><em>Official release notes from the Kubernetes team on Stable Kubernetes Releases</em></p>
<ul>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.17.md">Kubernetes-1.17</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.16.md">Kubernetes-1.16</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.15.md">Kubernetes-1.15</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md">Kubernetes-1.14</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.13.md">Kubernetes-1.13</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.12.md">Kubernetes-1.12</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.11.md">Kubernetes-1.11</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.10.md">Kubernetes-1.10</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md">Kubernetes-1.9</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md">Kubernetes-1.8</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.7.md">Kubernetes-1.7</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.6.md">Kubernetes-1.6</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.5.md">Kubernetes-1.5</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.4.md">Kubernetes-1.4</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.3.md">Kubernetes-1.3</a></li>
<li><a href="https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md">Kubernetes-1.2</a></li>
</ul>
<h1 id="useful-articles">Useful Articles</h1>
<p><em>A piece of writing included with others in a newspaper, magazine, or other publication</em></p>
<h3 id="-cloud-providers-cloud-providers-"><a href="#cloud-providers">Cloud Providers</a></h3>
<ul>
<li><a href="http://coreos.com/kubernetes/docs/latest/kubernetes-on-aws.html">Kubernetes on AWS</a> by <a href="https://twitter.com/coreoslinux">CoreOS</a></li>
<li><a href="http://awsadvent.tumblr.com/post/104260597799/aws-advent-2014-coreos-and-kubernetes-on-aws">AWS Advent 2014 - CoreOS and Kubernetes on AWS</a> by <a href="https://twitter.com/dysinger">Tim Dsyinger</a></li>
<li><a href="http://ben.straub.cc/2015/08/19/kubernetes-aws-vpc-peering/">Kubernetes and AWS VPC Peering</a> by <a href="https://twitter.com/benstraub">Ben Straub</a></li>
<li><a href="http://alanwill.me/Testing-Kubernetes-on-AWS/">Testing Kubernetes on AWS</a> by <a href="https://twitter.com/alanwill">Alan Will</a></li>
<li><a href="http://blog.dutchcoders.io/kubernetes-first-steps-on-amazon-aws/">Kubernetes: First steps on Amazon AWS</a> by <a href="http://blog.dutchcoders.io/author/remco/">Remco</a></li>
<li><a href="https://aws.amazon.com/blogs/compute/kubernetes-clusters-aws-kops/">Manage Kubernetes Clusters on AWS Using Kops</a></li>
<li><a href="https://medium.com/tailor-tech/production-grade-kubernetes-on-aws-primer-5b83e71c024">Production grade Kubernetes on AWS: Primer (Part 1)</a> by <a href="https://github.com/gmaliar">Guy Maliar</a></li>
<li><a href="https://medium.com/tailor-tech/production-grade-kubernetes-on-aws-4-tools-that-made-our-lives-easier-29438e8b58ca">Production grade Kubernetes on AWS: 4 tools that made our lives easier (Part 2)</a> by <a href="https://github.com/gmaliar">Guy Maliar</a></li>
<li><a href="https://medium.com/tailor-tech/production-grade-kubernetes-on-aws-3-tips-for-networking-ingress-and-microservices-8d28c355a6e0">Production grade Kubernetes on AWS: 3 tips for networking, ingress and microservices (Part 3)</a> by <a href="https://github.com/gmaliar">Guy Maliar</a></li>
<li><a href="https://medium.com/tailor-tech/production-grade-kubernetes-on-aws-3-lessons-learned-scaling-a-cluster-a421dfe786dd">Production grade Kubernetes on AWS: 3 lessons learned scaling a cluster (Part 4)</a> by <a href="https://github.com/gmaliar">Guy Maliar</a></li>
<li><a href="http://semaphoreci.com/community/tutorials/continuous-deployment-with-google-container-engine-and-kubernetes">Continuous Deployment with Google Container Engine and Kubernetes</a></li>
<li><a href="https://testdriven.io/creating-a-kubernetes-cluster-on-digitalocean">Creating a Kubernetes Cluster on DigitalOcean with Python and Fabric</a></li>
<li><a href="http://insights.ubuntu.com/2015/07/23/deploy-a-kubernetes-development-cluster-with-juju-2/">Deploy a Kubernetes development cluster with Juju!</a> by <a href="https://github.com/mbruzek">Matt Bruzek</a></li>
<li><a href="http://keithtenzer.com/2015/04/15/containers-at-scale-with-kubernetes-on-openstack/">Containers at Scale with Kubernetes on OpenStack</a> by <a href="https://twitter.com/keithtenzer">Keith Tenzer</a></li>
</ul>
<h3 id="-logging-logging-"><a href="#logging">Logging</a></h3>
<ul>
<li><a href="http://www.dasblinkenlichten.com/logging-in-kubernetes-with-fluentd-and-elasticsearch/">Logging in Kubernetes with Fluentd and Elasticsearch</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://www.devoperandi.com/logging-kafka-topic-by-kubernetes-namespace/">Logging - Kafka topic by namespace</a> by <a href="https://twitter.com/DevoperandI">Michael Ward</a></li>
</ul>
<h3 id="-monitoring-monitoring-"><a href="#monitoring">Monitoring</a></h3>
<ul>
<li><a href="http://www.datadoghq.com/blog/monitoring-kubernetes-era/">Kubernetes Monitoring Guide</a> by <a href="http://github.com/JayJayM">JM Saponaro</a></li>
<li><a href="http://www.dasblinkenlichten.com/installing-cadvisor-and-heapster-on-bare-metal-kubernetes/">Installing cAdvisor and Heapster on bare metal Kubernetes</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://sysdig.com/blog/monitoring-kubernetes-with-sysdig-cloud/">How to Monitor Kubernetes: A 4-Part Series</a></li>
<li><a href="https://srcco.de/posts/kubernetes-web-uis-in-2019.html">Kubernetes Web UIs in 2019</a></li>
</ul>
<h3 id="-security-security-"><a href="#security">Security</a></h3>
<ul>
<li><a href="https://sysdig.com/blog/kubernetes-security-guide/">Kubernetes Security Guide</a> - RBAC, TLS, Security policy, Network policy, etc.</li>
<li><a href="http://scotch.io/tutorials/google-cloud-platform-iii-handling-sensitive-data-in-a-docker-application-with-kubernetes-secrets">Handling Sensitive Data In A Docker Application with Kubernetes Secrets</a> by <a href="https://twitter.com/_kar_is">John Kariuki </a></li>
<li><a href="http://linoxide.com/containers/create-use-kubernetes-secrets/">How to Create and Use Kubernetes Secrets</a> by <a href="http://linoxide.com/author/mohamedez/">Mohamed Ez Ez</a></li>
<li><a href="https://dev.to/petermbenjamin/kubernetes-security-best-practices-hlk">Kubernetes Security Best Practices</a></li>
<li><a href="https://testdriven.io/running-vault-and-consul-on-kubernetes">Running Vault and Consul on Kubernetes</a> by <a href="https://mherman.org/">Michael Herman</a></li>
</ul>
<h3 id="-authentication-authentication-"><a href="#authentication">Authentication</a></h3>
<ul>
<li><a href="http://www.dasblinkenlichten.com/kubernetes-authentication-plugins-and-kubeconfig/">Kubernetes Authentication plugins and kubeconfig</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://www.devoperandi.com/kubernetes-authentication-openid-connect/">Kubernetes Authentication - OpenID Connect</a> by <a href="https://twitter.com/DevoperandI">Michael Ward</a></li>
<li><a href="https://medium.com/preply-engineering/k8s-auth-a81f59d4dff6">Kubernetes authentication via GitHub OAuth and Dex</a> by <a href="https://github.com/Amet13">Amet Umerov</a></li>
</ul>
<h3 id="-networking-networking-"><a href="#networking">Networking</a></h3>
<ul>
<li><a href="https://www.projectcalico.org/enable-ipv6-on-kubernetes-with-project-calico/">Enable IPv6 on Kubernetes with Project Calico</a> by <a href="https://twitter.com/Valentin_NC">Valentin Ouvrard</a></li>
<li><a href="http://opsnotice.xyz/kubernetes-ipv6-only/">Kubernetes in IPV6-only</a> by <a href="https://twitter.com/Valentin_NC">Valentin Ouvrard</a></li>
<li><a href="http://www.dasblinkenlichten.com/kubernetes-101-networking/">Kubernetes 101 – Networking</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://medium.com/@arthur.souzamiranda/kubernetes-with-openstack-cloud-provider-current-state-and-upcoming-changes-part-1-of-2-48b161ea449a">Kubernetes with OpenStack Cloud Provider: Current state and upcoming changes (part 1 of 2)</a></li>
<li><a href="http://machinezone.github.io/research/networking-solutions-for-kubernetes/">Comparison of Networking Solutions for Kubernetes</a></li>
</ul>
<h3 id="-ci-cd-ci-cd-"><a href="#ci/cd">CI/CD</a></h3>
<ul>
<li><a href="http://dzone.com/articles/gitops-high-velocity-cicd-for-kubernetes">GitOps: High-Velocity CI/CD for Kubernetes</a></li>
<li><a href="https://ramitsurana.github.io/myblog/2016/08/01/achieving-ci/cd-with-kubernetes/">Achieving CI/CD with Kubernetes</a> by <a href="https://twitter.com/ramitsurana">Ramit Surana</a></li>
<li><a href="http://radu-matei.com/blog/kubernetes-jenkins-azure/">Jenkins declarative pipelines with Kubernetes</a></li>
<li><a href="https://developer.okta.com/blog/2018/07/11/ci-cd-spring-boot-jenkins-x-kubernetes">Adding CI/CD to your Spring Boot app with Jenkins X and Kubernetes</a> by <a href="https://twitter.com/mraible">Matt Raible</a> using <a href="https://jenkins-x.io/">Jenkins X</a></li>
<li><a href="https://aws.amazon.com/blogs/opensource/continuous-delivery-eks-jenkins-x/">Continuous Delivery with Amazon EKS and Jenkins X</a> by <a href="https://twitter.com/hekonsek">Henryk Konsek</a> using <a href="https://jenkins-x.io/">Jenkins X</a></li>
<li><a href="https://semaphoreci.com/blog/continuous-integration-delivery-aws-eks-kubernetes">Continuous Integration and Delivery to AWS Kubernetes</a> using <a href="https://semaphoreci.com">Semaphore</a></li>
<li><a href="https://semaphoreci.com/blog/cicd-microservices-digitalocean-kubernetes">CI/CD for Microservices on DigitalOcean Kubernetes</a> using <a href="https://semaphoreci.com">Semaphore</a></li>
<li><a href="https://semaphoreci.com/blog/continuous-delivery-google-kubernetes">How to Release Faster with Continuous Delivery for Google Kubernetes</a> using <a href="https://semaphoreci.com">Semaphore</a></li>
<li><a href="http://www.alexecollins.com/continuous-delivery-with-kubernetes-and-circleci/">CircleCI</a></li>
<li><a href="https://semaphoreci.com/blog/kubernetes-deployment">Kubernetes Deployments: The Ultimate Guide</a> by <a href="https://twitter.com/jpetazzo">Jérôme Petazzoni</a></li>
</ul>
<h3 id="-deep-learning-deep-learning-"><a href="#deep-learning">Deep Learning</a></h3>
<ul>
<li><a href="https://github.com/Langhalsdino/Kubernetes-GPU-Guide">Automate deep learning training with Kubernetes GPU-cluster</a></li>
</ul>
<h3 id="-certifications-certifications-"><a href="#certifications">Certifications</a></h3>
<ul>
<li><a href="https://medium.com/devopslinks/how-to-pass-certified-kubernetes-administrator-cka-exam-on-first-attempt-36c0ceb4c9e">How to pass the Certified Kubernetes Administrator (CKA) exam on the first attempt</a></li>
</ul>
<h3 id="-devops-tools-devops-tools-"><a href="#devops-tools">Devops Tools</a></h3>
<ul>
<li><a href="http://www.dasblinkenlichten.com/kubernetes-with-saltstack-revisited/">Kubernetes with SaltStack revisited</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://lollyrock.com/articles/kubernetes-vagrant/">Try Kubernetes with Vagrant</a> by <a href="https://twitter.com/chri_hartmann">Christoph Hartmann</a></li>
<li><a href="http://www.devoperandi.com/cluster-consul-using-kubernetes-api/">Cluster Consul using Kubernetes API</a></li>
<li><a href="http://www.dasblinkenlichten.com/dynamic-kubernetes-installationconfiguration-with-saltstack/">Dynamic Kubernetes installation/configuration with SaltStack</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
<li><a href="http://www.dasblinkenlichten.com/deploying-kubernetes-with-saltstack/">Deploying Kubernetes with SaltStack</a> by <a href="https://twitter.com/blinken_lichten">Jon Langemak</a></li>
</ul>
<h3 id="-others-others-"><a href="#others">Others</a></h3>
<ul>
<li><a href="http://blog.arungupta.me/kubernetes-application-package-multiple-resources-together/">Packaging Multiple Resources together</a></li>
<li><a href="http://www.infoq.com/articles/scaling-docker-with-kubernetes">Scaling Docker with Kubernetes</a> by <a href="https://twitter.com/csanchez">Carlos Sanchez</a></li>
<li><a href="http://access.redhat.com/articles/1353773">Creating a Kubernetes Cluster to Run Docker Formatted Container Images</a> by <a href="https://twitter.com/linuxcricket">Chris Negus</a></li>
<li><a href="http://www.linkedin.com/pulse/containerizing-docker-kubernetes-ramit-surana">Containerizing Docker on Kubernetes !!</a> by <a href="https://twitter.com/ramitsurana">Ramit Surana</a></li>
<li><a href="http://coreos.com/blog/quay-application-registry-for-kubernetes.html">Quay: Introducing an Application Registry for Kubernetes</a> by Antoine Legrand</li>
<li><a href="http://zwischenzugs.wordpress.com/2015/04/06/play-with-kubernetes-quickly-using-docker/">Play With Kubernetes Quickly Using Docker</a></li>
<li><a href="http://sebgoa.blogspot.in/2015/04/1-command-to-kubernetes-with-docker.html">1 command to Kubernetes with Docker compose</a> by <a href="https://twitter.com/sebgoa">Sebastien Goasguen</a></li>
<li><a href="http://kamalmarhubi.com/blog/2015/08/27/what-even-is-a-kubelet/">What even is a kubelet?</a> by <a href="https://twitter.com/kamalmarhubi">Kamal Marhubi</a></li>
<li><a href="http://kamalmarhubi.com/blog/2015/09/06/kubernetes-from-the-ground-up-the-api-server/">Kubernetes from the ground up: the API server</a> by <a href="https://twitter.com/kamalmarhubi">Kamal Marhubi</a></li>
<li><a href="https://coreos.com/kubernetes/docs/latest/getting-started.html">CoreOS + Kubernetes Step By Step</a> by <a href="https://twitter.com/coreoslinux">Coreos</a></li>
<li><a href="http://www.ctl.io/developers/blog/post/deploying-to-kubernetes-with-panamax/">Deploying to Kubernetes with Panamax</a> by <a href="https://twitter.com/bdehamer">Brian DeHamer</a></li>
<li><a href="http://www.projectatomic.io/blog/2015/08/fun-with-kubenetes-and-atomicapp/">Deploy Kubernetes with a Single Command Using Atomicapp</a> by <a href="https://twitter.com/jasonbrooks">Jason Brooks</a></li>
<li><a href="http://blog.jameskyle.org/2014/08/deploying-baremetal-kubernetes-cluster/">Deploying a Bare Metal Kubernetes Cluster</a> by <a href="https://twitter.com/jameskyle75">James Kyle</a></li>
<li><a href="http://ttboj.wordpress.com/2015/05/02/kubernetes-clusters-with-oh-my-vagrant/">Kubernetes clusters with Oh-My-Vagrant</a> by <a href="https://twitter.com/#!/purpleidea">James</a></li>
<li><a href="http://blog.michaelhamrah.com/2015/06/fleet-unit-files-for-kubernetes-on-coreos/">Fleet Unit Files for Kubernetes on CoreOS</a> by <a href="https://twitter.com/mhamrah">Michael Hamrah</a></li>
<li><a href="http://keithtenzer.com/2015/05/04/kubernetes-container-orchestration-through-java-apis/">Kubernetes Container Orchestration through Java APIs</a> by <a href="https://twitter.com/keithtenzer">Keith Tenzer</a></li>
<li><a href="http://technologyconversations.com/2015/11/04/docker-clustering-tools-compared-kubernetes-vs-docker-swarm/">Docker Clustering Tools Compared: Kubernetes vs Docker Swarm</a></li>
<li><a href="https://github.com/gravitational/workshop/blob/master/k8sprod.md">Kubernetes Production Patterns (and Anti-Patterns)</a></li>
<li><a href="https://www.suse.com/communities/blog/introducing-kubic-project-new-open-source-project/">Introducing Kubic Project</a></li>
<li><a href="http://blog.alexellis.io/tag/learn-k8s/">Three post learn k8s</a></li>
<li><a href="http://opsnotice.xyz/kubernetes-tips-tricks/">Kubernetes tips &amp; tricks</a></li>
<li><a href="https://testdriven.io/running-flask-on-kubernetes">Running Flask on Kubernetes</a></li>
<li><a href="https://kubesail.com/blog/deploying-node-apps-the-right-way">Deploying Node Apps the &quot;Right&quot; Way</a> by <a href="https://twitter.com/pastudan">Dan Pastusek</a></li>
<li><a href="https://www.ovh.com/blog/simplify-your-research-experiments-with-kubernetes/">Simplify your research experiments with Kubernetes</a> by <a href="https://www.linkedin.com/in/laurent-parmentier-33187948/">Parmentier Laurent</a></li>
</ul>
<h1 id="managed-kubernetes">Managed Kubernetes</h1>
<ul>
<li><a href="http://platform9.com">Platform9</a></li>
<li><a href="http://www.openshift.com/devpreview/index.html">OpenShift Online</a></li>
<li><a href="http://eldarion.cloud/">Eldarion Cloud</a></li>
<li><a href="https://cloud.netapp.com/kubernetes-service">NetApp Kubernetes Service (formerly StackPoint Cloud)</a></li>
<li><a href="https://hasura.io/">Hasura</a></li>
<li><a href="https://www.elastx.se/">ELASTX</a></li>
<li><p><a href="https://www.nirmata.com/">Nirmata</a></p>
<h3 id="-cluster-managers-cluster-manager-"><a href="#cluster-manager">Cluster Managers</a></h3>
</li>
<li><p><a href="https://www.cisco.com/c/en/us/products/cloud-systems-management/container-platform/index.html">Cisco Container Platform</a></p>
</li>
<li><a href="https://github.com/gardener/gardener">Gardener</a> - Alibaba, AWS, Azure, GCP, and OpenStack cluster manager</li>
<li><a href="https://gravitational.com/gravity">Gravity</a> - Formerly Telekube</li>
<li><a href="https://github.com/Mirantis/kqueen">Kqueen</a></li>
<li><a href="http://www.loodse.com/">Kubermatic</a></li>
<li><a href="https://github.com/kubesphere/kubesphere">KubeSphere</a> - Full-stack and easy-to-use container platform, with awesome user experience and wizard UI, supports installing on Linux and Kubernetes.</li>
<li><a href="https://kublr.com/how-it-works/">Kublr</a> - AWS, Azure, GCP, vSphere, vCloud Director, and On-Prem cluster manager</li>
<li><a href="https://pivotal.io/platform/pivotal-container-service">PKS</a> - Cluster manager by Pivotal, VMWare and Google</li>
<li><p><a href="https://rancher.com/">Rancher</a></p>
<h3 id="-developer-platform-developer-platform-"><a href="#developer-platform">Developer Platform</a></h3>
</li>
<li><p><a href="https://github.com/covexo/devspace">DevSpace</a> - Build, test and run code directly inside any Kubernetes cluster</p>
</li>
<li><a href="http://draft.sh">Draft</a> - A tool for developers to create cloud native applications with Kubernetes</li>
<li><a href="https://github.com/eclipse/che">Eclipse Che</a> - Cloud development workspaces with SSH and multi-user support</li>
<li><a href="https://garden.io">Garden</a> - Orchestrates your development workflows to make developing microservices faster and easier</li>
<li><a href="http://www.gopaddle.io">goPaddle</a></li>
<li><a href="https://github.com/knative/">Knative</a> - Platform to build, deploy, and manage modern serverless workloads</li>
<li><a href="https://github.com/okteto/okteto">Okteto</a> - Develop directly in any Kubernetes cluster. No commit, build or push required</li>
<li><a href="https://github.com/mantl/mantl">Mantl</a> - A modern platform for rapidly deploying globally distributed services</li>
<li><a href="https://github.com/fabric8io/spring-cloud-kubernetes">Spring Cloud integration</a> - Spring Cloud integration with Kubernetes</li>
<li><a href="http://vamp.io">VAMP</a> - Cloud-Native Release Management &amp; Orchestration</li>
<li><p><a href="https://github.com/windmilleng/tilt">Tilt</a> - Manages local development instances for teams that deploy to Kubernetes</p>
<h3 id="-enterprise-kubernetes-products-enterprise-kubernetes-products-"><a href="#enterprise-kubernetes-products">Enterprise Kubernetes Products</a></h3>
</li>
<li><p><a href="https://www.ubuntu.com/kubernetes">Canonical Distribution of Kubernetes - CDK</a></p>
</li>
<li><a href="https://www.docker.com/enterprise-edition">Docker EE</a> - Docker Enterprise Edition 2.0</li>
<li><a href="https://www.ibm.com/cloud/private">IBM Cloud Private</a></li>
<li><a href="https://kublr.com/">Kublr</a> - Kubernetes for the Enterprise - multi-cloud and on-prem Kubernetes operations center</li>
<li><a href="https://cloud.netapp.com/kubernetes-service">NetApp Kubernetes Service</a></li>
<li><a href="http://www.openshift.com/container-platform/index.html">OpenShift - Container Platform</a></li>
<li><a href="http://www.suse.com/betaprogram/caasp-beta/">SUSE Container as a Service</a></li>
<li><p><a href="https://worldsibu.tech/forma/">WorldSibu-Forma</a> - Multi-cloud Remote Blockchain Infrastructure Orchestrator with Kubernetes</p>
<h3 id="-public-private-cloud-publicprivate-cloud-"><a href="#publicprivate-cloud">Public/Private Cloud</a></h3>
<ul>
<li><a href="https://www.alibabacloud.com/product/kubernetes">Alibaba Cloud</a> - Alibaba Cloud Container Service for Kubernetes</li>
<li><a href="https://aws.amazon.com/eks/">AWS EKS</a> - Amazon Elastic Container Service</li>
<li><a href="https://docs.microsoft.com/en-us/azure/aks/">Azure AKS</a> - Azure Kubernetes Service</li>
<li><a href="https://www.digitalocean.com/products/kubernetes/">DigitalOcean</a> - DigitalOcean Kubernetes</li>
<li><a href="https://cloud.google.com/container-engine/">GKE</a> - Google Kubernetes Engine</li>
<li><a href="https://www.ibm.com/cloud/container-service">IKS</a> - IBM Cloud Kubernetes Service</li>
<li><a href="https://cloud.oracle.com/containers/kubernetes-engine">OKE</a> - Oracle Kubernetes Engine</li>
<li><a href="https://www.ovh.co.uk/kubernetes/">OVH Managed Kubernetes</a> - OVH Managed Kubernetes</li>
<li><a href="https://www.rackspace.com/en-in">Rackspace</a> - Rackspace</li>
<li><a href="https://cloud.vmware.com/vmware-cloud-pks">VMware Cloud PKS</a></li>
</ul>
<h3 id="-paas-paas-"><a href="#paas">PaaS</a></h3>
<p><em>Kubernetes Platform as a Service providers</em></p>
</li>
<li><p><a href="http://www.alauda.cn/?lang=EN">Alauda Container Platform</a></p>
</li>
<li><a href="http://eldarion.cloud">Eldarion Cloud</a></li>
<li><a href="http://www.hasura.io">Hasura</a></li>
<li><a href="http://www.kelproject.com">Kel</a></li>
<li><a href="https://kubesail.com">KubeSail</a> - An easy, free way to try Kubernetes</li>
<li><a href="https://github.com/kubesphere/kubesphere">KubeSphere</a> - Full-stack and easy-to-use container platform, with awesome user experience and wizard UI.</li>
<li><a href="https://kyma-project.io/">Kyma</a> - A platform for extending apps with serverless functions. It provides a selection of cloud-native projects glued together to simplify the creation and management of services.</li>
<li><a href="https://www.openshift.com/">OpenShift Online/Dedicated/Container Platform</a></li>
<li><a href="http://www.okd.io">OpenShift Origin (OKD)</a></li>
<li><a href="http://rancher.com/running-kubernetes-aws-rancher/">Rancher</a></li>
<li><a href="https://rio.io/">RIO</a> - Kubernetes based MicroPaaS</li>
<li><a href="https://github.com/luizalabs/teresa">teresa</a> - Simple PAAS that runs on top of Kubernetes.</li>
<li><a href="http://wso2.com">WSO2</a></li>
<li><a href="https://zarvis.ai">Z.A.R.V.I.S.</a> - Deploy Github projects to managed Kubernetes for free</li>
</ul>
<h1 id="interactive-learning-environments">Interactive Learning Environments</h1>
<p><em>Learn Kubernetes using an interactive environment without requiring downloads or configuration</em></p>
<ul>
<li><a href="http://www.katacoda.com/courses/kubernetes">Katacoda</a></li>
<li><a href="http://kubernetesbootcamp.github.io/kubernetes-bootcamp/">Kubernetes Bootcamp</a></li>
<li><a href="https://magicsandbox.com/">Magic Sandbox</a></li>
<li><a href="http://labs.play-with-k8s.com/">Play with Kubernetes</a></li>
</ul>
<h1 id="mooc-courses-tutorials">MOOC Courses / Tutorials</h1>
<p><em>List of available free online courses(<a href="https://en.wikipedia.org/wiki/Massive_open_online_course">MOOC</a>) and tutorials</em></p>
<h3 id="-courses-coures-"><a href="#coures">Courses</a></h3>
<ul>
<li><a href="http://in.udacity.com/course/scalable-microservices-with-kubernetes--ud615">Scalable Microservices with Kubernetes at Udacity</a></li>
<li><a href="http://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x">Introduction to Kubernetes at edX</a></li>
<li><p><a href="https://www.schoolofdevops.net/p/just-enough-kubernetes">Just Enough Kubernetes to be Dangerous</a></p>
<h3 id="-tutorials-tutorials-"><a href="#tutorials">Tutorials</a></h3>
</li>
<li><p><a href="http://kubernetes.io/docs/tutorials/">Kubernetes Tutorials by Kubernetes Team</a></p>
</li>
<li><a href="http://kubernetesbyexample.com">Kubernetes By Example by OpenShift Team</a></li>
<li><a href="http://www.tutorialspoint.com/kubernetes/">Kubernetes Tutorial by Tutorialspoint</a></li>
<li><a href="https://medium.com/payscale-tech/imperative-vs-declarative-a-kubernetes-tutorial-4be66c5d8914">Imperative vs. Declarative — a Kubernetes Tutorial</a> by <a href="https://github.com/adrienjt/">Adrien Trouillaud</a></li>
<li><a href="https://github.com/caicloud/kube-ladder">Learning Kubernetes, The Chinese Taoist Way</a></li>
</ul>
<h1 id="case-studies">Case Studies</h1>
<p><em>Study of Various different case studies</em></p>
<ul>
<li><a href="http://monzo.com/blog/2016/09/19/building-a-modern-bank-backend/">Building a Bank with Kubernetes</a></li>
<li><a href="http://cloudplatform.googleblog.com/2016/09/bringing-Pokemon-GO-to-life-on-Google-Cloud.html">Bringing Pokemon Go to Google Cloud</a></li>
<li><a href="http://sysdig.com/blog/monitoring-docker-kubernetes-wayblazer/">Monitoring Kubernetes at Wayblazer</a></li>
<li><a href="http://sysdig.com/blog/monoliths-kubernetes-monitoring-transitioning-docker-major-league-soccer/">Major League Soccer Monolith to Kubernetes Transition</a></li>
<li><a href="https://github.com/hjacobs/kubernetes-on-aws-users">Using Kubernetes on AWS</a></li>
<li><a href="https://github.blog/2017-08-16-kubernetes-at-github/">Kubernetes at Github</a></li>
<li><a href="http://github.com/kelseyhightower/kubernetes-the-hard-way/">Kubernetes the hard way (installation from scratch)</a></li>
<li><a href="https://github.com/hjacobs/kubernetes-failure-stories">Kubernetes Failure Stories</a></li>
</ul>
<h1 id="persistent-volume-providers">Persistent Volume Providers</h1>
<p><em>List of some Persistent Volume Providers for Kubernetes.Check out <a href="https://github.com/kubernetes/examples/tree/master/staging/persistent-volume-provisioning">Persistent Volume Providers</a> for more info</em></p>
<ul>
<li><a href="http://aws.amazon.com">AWS</a></li>
<li><a href="http://ceph.com/ceph-storage/block-storage/">CephRBD</a></li>
<li><a href="https://cloud.google.com/compute/">GCE</a></li>
<li><a href="http://www.gluster.org/">Glusterfs</a></li>
<li><a href="https://knowledge.hitachivantara.com/Documents/Adapters_and_Drivers/Storage_Adapters_and_Drivers/Containers/1.0/Storage_Plug-in_for_Containers_Quick_Reference_Guide_v1.0.0">Hitachi</a></li>
<li><a href="https://github.com/hpe-storage/dory">HPE</a></li>
<li><a href="https://github.com/kubeup/kube-aliyun">Kube-Aliyun</a></li>
<li><a href="https://www.linode.com/blockstorage">Linode</a></li>
<li><a href="https://github.com/Microsoft/K8s-Storage-Plugins">Microsoft</a></li>
<li><a href="https://github.com/NetApp/trident">NetApp Trident</a></li>
<li><a href="http://github.com/openebs/openebs/">OpenEBS</a></li>
<li><a href="http://wiki.openstack.org/cinder">OpenStack Cinder</a></li>
<li><a href="http://portworx.com/">Portworx</a></li>
<li><a href="https://hub.docker.com/r/purestorage/k8s/">Pure Storage</a></li>
<li><a href="http://www.quobyte.com/">QuoByte</a></li>
<li><a href="https://github.com/rancher/longhorn">Rancher Longhorn</a></li>
<li><a href="http://rook.io/">Rook</a></li>
<li><a href="http://storageos.com">StorageOS</a></li>
<li><a href="https://github.com/libopenstorage/stork">Stork</a></li>
</ul>
<h1 id="container-storage-interface-plugins">Container Storage Interface Plugins</h1>
<p><em>List of some Container Storage Interface plugins for Kubernetes. Check out <a href="https://kubernetes-csi.github.io/docs/">Kubernetes-CSI</a> for more info</em></p>
<ul>
<li><a href="https://github.com/kubernetes-sigs/aws-ebs-csi-driver">AWS EBS</a></li>
<li><a href="https://github.com/kubernetes-sigs/aws-efs-csi-driver">AWS EFS</a></li>
<li><a href="https://github.com/kubernetes-sigs/aws-fsx-csi-driver">AWS FSx for Lustre</a></li>
<li><a href="https://github.com/ceph/ceph-csi">Ceph</a></li>
<li><a href="https://github.com/cloudscale-ch/csi-cloudscale">Cloudscale</a></li>
<li><a href="https://github.com/digitalocean/csi-digitalocean">DigitalOcean</a></li>
<li><a href="https://github.com/DriveScale/k8s-plugins">DriveScale</a></li>
<li><a href="https://ember-csi.io">Ember</a></li>
<li><a href="https://github.com/gluster/gluster-csi-driver">Gluster</a></li>
<li><a href="https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver">Google Compute Engine Persistent Disk</a></li>
<li><a href="https://github.com/kubernetes-csi/drivers/tree/master/pkg/hostpath">Hostpath</a></li>
<li><a href="https://github.com/kubernetes-csi/csi-test/tree/master/mock/service">Inmemory</a></li>
<li><a href="https://github.com/intel/pmem-CSI">Intel PMEM-CSI</a></li>
<li><a href="https://github.com/linode/linode-blockstorage-csi-driver">Linode Block Storage</a></li>
<li><a href="http://mesos.apache.org/documentation/latest/csi">Mesos</a></li>
<li><a href="https://github.com/moosefs/moosefs-csi">MooseFs</a></li>
<li><a href="https://github.com/NetApp/trident">NetApp Trident</a></li>
<li><a href="https://nexentaedge.io/docs/kubernetes-csi.html">Nexenta</a></li>
<li><a href="https://github.com/kubernetes-csi/drivers/tree/master/pkg/nfs">NFS</a></li>
<li><a href="https://portal.nutanix.com/#/page/docs/details?targetId=CSI-Volume-Driver:CSI-Volume-Driver">Nutanix</a></li>
<li><a href="https://github.com/opensds/nbp/tree/master/csi">OpenSDS</a></li>
<li><a href="https://github.com/kubernetes/cloud-provider-openstack/tree/master/pkg/csi/cinder">OpenStack Cinder</a></li>
<li><a href="https://github.com/libopenstorage/openstorage/tree/master/csi">Portworx</a></li>
<li><a href="https://github.com/quobyte/quobyte-csi">Quobyte</a></li>
<li><a href="https://github.com/thecodeteam/csi-scaleio">ScaleIO</a></li>
<li><a href="https://github.com/rexray/csi-vfs">Virtual Filesystem</a></li>
<li><a href="https://github.com/thecodeteam/csi-vsphere">VMware vSphere</a></li>
</ul>
<h1 id="developer-libraries-scripts">Developer Libraries/ Scripts</h1>
<p><em>List of some libraries &amp; scripts for executions and good referrals</em></p>
<h3 id="-python-python-"><a href="#python">Python</a></h3>
<ul>
<li><p><a href="https://github.com/hjacobs/pykube">Pykube</a></p>
<h3 id="-jenkins-jenkins-"><a href="#jenkins">Jenkins</a></h3>
</li>
<li><p><a href="https://github.com/lachie83/croc-hunter/blob/master/Jenkinsfile">Jenkinsfile with Helm, Go, Docker, Kubectl, JNLP</a></p>
</li>
</ul>
<h1 id="projects">Projects</h1>
<p><em>Kubernetes-related projects that you might find helpful</em></p>
<h2 id="related-software">Related Software</h2>
<p><em>Projects built to make life with Kubernetes even better, more powerful, more scalable</em></p>
<ul>
<li><a href="http://www.getambassador.io">Ambassador</a> - API Gateway built on the Envoy Proxy</li>
<li><a href="https://github.com/argoproj/argo">Argo</a> - The Workflow Engine for Kubernetes</li>
<li><a href="https://kubeprod.io">Bitnami Kubernetes Production Runtime</a></li>
<li><a href="https://github.com/kubernetes/website/blob/master/content/en/docs/reference/using-api/client-libraries.md">Client Libraries</a></li>
<li><a href="https://github.com/atlassian/escalator">Escalator</a> - A batch or job optimized horizontal autoscaler for Kubernetes</li>
<li><a href="https://github.com/fission/fission-workflows">Fission Workflows</a> - Workflow-based serverless function composition</li>
<li><a href="https://github.com/stakater/Forecastle">Forecastle</a> - A dashboard which dynamically discovers and provides a launchpad to access applications deployed on Kubernetes</li>
<li><a href="https://github.com/stakater/GitWebhookProxy">Git Webhook Proxy</a> - A proxy to let webhooks reach running services behind a firewall</li>
<li><a href="https://github.com/hyperhq/hypernetes">Hypernetes</a></li>
<li><a href="https://github.com/stakater/IngressMonitorController">Ingress Monitor Controller</a> - Watches ingress endpoints and automatically registers liveness alerts on the configured uptime checker</li>
<li><a href="https://github.com/skippbox/kmachine">kmachine</a></li>
<li><a href="https://github.com/kedacore/keda">KEDA</a> - Kubernetes-based Event Driven Autoscaling</li>
<li><a href="https://github.com/senthilrch/kube-fledged">kube-fledged</a> - A K8S add-on for creating and managing a cache of container images directly on cluster worker nodes</li>
<li><a href="https://github.com/pieterlange/kube-openvpn">kube-openvpn</a></li>
<li><a href="http://capgemini.github.io/kubeform/">Kubeform</a></li>
<li><a href="http://opencredo.com/introducing-kubefuse-file-system-kubernetes/">Kubefuse</a></li>
<li><a href="https://github.com/txn2/kubefwd">Kubefwd</a> - Bulk port forwarding Kubernetes services for local development.</li>
<li><a href="https://kubernetes.io/docs/concepts/cluster-administration/federation/">Kubernetes Cluster Federation (previously Ubernetes)</a></li>
<li><a href="https://github.com/openai/kubernetes-ec2-autoscaler">Kubernetes Ec2 Autoscaler</a></li>
<li><a href="https://github.com/kubic-project">Kubic-Project</a></li>
<li><a href="https://github.com/stakater/Reloader">Reloader</a> - Auto-load updates of ConfigMaps and Secrets into pods for Deployments, StatefulSets and DaemonSets</li>
<li><a href="http://www.telepresence.io">Telepresence</a> - Locally develop/debug services against a remote Kubernetes cluster</li>
<li><a href="https://github.com/Shopify/krane">krane</a> - A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result</li>
<li><a href="https://github.com/omrikiei/ktunnel">ktunnel</a> - A command-line tool that establishes a reverse tunnel between Kubernetes and your cluster, use it to locally develop/debug services or integrate with local resources.</li>
</ul>
<h2 id="package-managers">Package Managers</h2>
<ul>
<li><a href="https://cnab.io">CNAB</a> - CNABs facilitate the bundling, installing and managing of container-native apps - and their coupled services.</li>
<li><a href="http://helm.sh">Helm</a> - For further information, please check out - <a href="https://github.com/cdwv/awesome-helm">Awesome Helm</a>.</li>
<li><a href="https://cloudsmith.io/l/helm-repository/">Cloudsmith</a> - A fully managed package management SaaS, with first-class support for public and private Kubernetes registries (Docker + Helm Charts, plus many others).</li>
</ul>
<h2 id="monitoring-services">Monitoring Services</h2>
<p><em>To maintain regular surveillance over kubernetes</em></p>
<ul>
<li><a href="http://github.com/kubernetes/dashboard">Console</a></li>
<li><a href="https://github.com/infracloudio/botkube">BotKube</a> - App that helps you monitor your Kubernetes cluster, debug critical deployments &amp; gives recommendations for the standard practices</li>
<li><a href="http://www.datadoghq.com/">Datadog</a></li>
<li><a href="https://github.com/heptiolabs/eventrouter">eventrouter</a> - simple introspective kubernetes service that forwards events to a specified sink.</li>
<li><a href="https://github.com/bloomberg/goldpinger">Goldpinger</a> display, monitor and alert on inter-cluster connectivity</li>
<li><a href="https://github.com/grafana/kubernetes-app">Grafana Kubernetes App</a></li>
<li><a href="https://github.com/kubernetes/heapster">Heapster</a></li>
<li><a href="https://instana.com">Instana</a></li>
<li><a href="https://github.com/boz/kail">kail</a> - Kubernetes Log Viewer. Streams logs from all containers of all matching pods.</li>
<li><a href="https://github.com/astefanutti/kubebox">Kubebox</a> - Terminal console for Kubernetes</li>
<li><a href="https://github.com/kubernetes/kubedash">Kubedash</a> - <strong>Deprecated</strong> repository is archived and read-only</li>
<li><a href="https://github.com/hjacobs/kube-ops-view">Kubernetes Operational View</a> - read-only system dashboard for multiple K8s clusters</li>
<li><a href="https://github.com/herbrandson/k8dash">K8Dash</a> - Realtime K8S alternative dashboard</li>
<li><a href="https://codeberg.org/hjacobs/kube-web-view">Kubernetes Web View</a> - list and view all Kubernetes resources (incl. CRDs) with permalink-friendly URLs in a plain-HTML frontend</li>
<li><a href="https://github.com/pulumi/kubespy">Kubespy</a> - Tools for observing Kubernetes resources in real time, powered by Pulumi.</li>
<li><a href="https://github.com/johanhaleby/kubetail">Kubetail</a></li>
<li><a href="https://github.com/skippbox/kubewatch">Kubewatch</a></li>
<li><a href="https://github.com/netsil/manifests">Netsil</a></li>
<li><a href="https://newrelic.com/platform/kubernetes">New Relic</a> - Kubernetes monitoring and visualization service.</li>
<li><a href="https://github.com/NexClipper/NexClipper">NexClipper</a> - An open source software for monitoring Kubernetes and containers.</li>
<li><a href="https://www.outcoldsolutions.com">Outcold Solutions</a> - monitoring Kubernetes, OpenShift and Docker in Splunk Enterprise and Splunk Cloud (metrics and log forwarding)</li>
<li><a href="http://prometheus.io">Prometheus</a></li>
<li><a href="https://github.com/appscode/searchlight">Searchlight</a></li>
<li><a href="https://www.sysdig.com/">Sysdig Monitoring</a></li>
<li><a href="http://www.sysdig.org/">Sysdig Open Source</a></li>
<li><a href="https://www.elastic.co/docker-kubernetes-container-monitoring">The Elastic Stack</a> - An open-source solution for monitoring and visualising K8s metrics, logs, application traces and more.</li>
<li><a href="http://www.weave.works/products/weave-scope/">Weave Scope</a></li>
<li><a href="https://github.com/kubernetes/kube-state-metrics">kube-state-metrics</a> - Simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.</li>
<li><a href="https://github.com/grafana/loki">loki</a> - Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.</li>
<li><a href="https://github.com/flant/loghouse">Loghouse</a> - Efficiently store big amounts of your logs (in ClickHouse database), process them using a simple query language and monitor them online through web UI.</li>
</ul>
<h2 id="testing">Testing</h2>
<p><em>Test your applications running on Kubernetes</em></p>
<ul>
<li><a href="https://github.com/linki/chaoskube">chaoskube</a> - periodically kills random pods in your Kubernetes cluster</li>
<li><a href="https://github.com/mrahbar/k8s-testsuite">k8s-testsuite</a> - Helm chart for network and loadtesting of a Kubernetes cluster</li>
<li><a href="https://github.com/mhausenblas/kboom">kboom</a> - The Kubernetes scale &amp; soak load tester</li>
<li><a href="https://github.com/bsycorp/kind">kind</a> - A single node cluster to run your CI tests against thats ready in 30 seconds</li>
<li><a href="https://github.com/rancher/k3d">k3d</a> - Quickly create single- or multi-node k3s clusters in containerized nodes</li>
<li><a href="https://github.com/asobti/kube-monkey">kube-monkey</a> - Chaos Monkey for Kubernetes clusters</li>
<li><a href="https://github.com/kubernetes-sigs/kubeadm-dind-cluster">Kubeadm-dind-cluster</a> - multi-node test cluster based on kubeadm</li>
<li><a href="https://github.com/openebs/litmus">Litmus</a> - Chaos engineering for stateful workloads on Kubernetes</li>
<li><a href="https://github.com/bloomberg/powerfulseal">PowerfulSeal</a> - kills targeted pods and machines to test your software reliability</li>
<li><a href="https://github.com/vmware-tanzu/sonobuoy">Sonobuoy</a> - Diagnostic tool that runs Kubernetes conformance tests</li>
<li><a href="https://github.com/kubernetes/test-infra">Test-Infra</a></li>
<li><a href="https://github.com/lucky-sideburn/KubeInvaders">KubeInvaders</a> - Gamified Chaos engineering tool for Kubernetes Clusters. It is like Space Invaders but alien ships are pods.</li>
<li><a href="https://github.com/Zooz/predator">predator</a> - Distributed performance testing platform for Kubernetes</li>
</ul>
<h2 id="continuous-delivery">Continuous Delivery</h2>
<p><em>Build-test-deploy automated workflow software designed to make production environments more stable and life better for engineers</em></p>
<ul>
<li><a href="https://jenkins.io">Jenkins</a><ul>
<li><a href="https://github.com/jenkinsci/kubernetes-plugin">Jenkins-Kubernetes Plugin</a> by <a href="https://www.twitter.com/csanchez">Carlos Sanchez</a></li>
<li><a href="https://cloud.google.com/solutions/automated-build-images-with-jenkins-kubernetes#kubernetes_architecture">Automated Image Builds with Jenkins, Packer, and Kubernetes</a></li>
<li><a href="http://www.cloudbees.com/blog/demand-jenkins-slaves-kubernetes-and-google-container-engine">On-demand Jenkins slaves with Kubernetes and the Google Container Engine</a></li>
<li><a href="http://iocanel.blogspot.in/2015/09/jenkins-setups-for-kubernetes-and.html">Jenkins setups for Kubernetes and Docker Workflow</a></li>
<li><a href="https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes">Lab: Build a Continuous Deployment Pipeline with Jenkins and Kubernetes</a></li>
<li><a href="https://github.com/jenkinsci/kubernetes-operator">Jenkins Operator - Kubernetes native Jenkins operator</a></li>
</ul>
</li>
<li><a href="http://jenkins-x.io/">Jenkins X</a> - automated CI/CD for Kubernetes with GitOps Promotion and Preview Environments on Pull Requests using best of breed OSS tools like: Jenkins, Helm, Skaffold, Kaniko, Knative Build, Knative Pipeline and Prow</li>
<li><a href="https://github.com/logzio/apollo">Apollo</a> - Open Source application providing teams with self service UI for creating and deploying their services to Kubernetes.</li>
<li><a href="https://github.com/argoproj/argo-cd">Argo CD</a> - Declarative continuous deployment for Kubernetes.</li>
<li><a href="https://github.com/autoapply/autoapply">autoapply</a> - Automatically apply changes from a Git repository to a Kubernetes cluster</li>
<li><a href="https://github.com/buildkite/charts">Buildkite</a> - Lean CI/CD cloud hosted control plane with agents on your infrastructure.</li>
<li><a href="https://codefresh.io/">Codefresh</a> - Kubernetes CI/CD platform (with private Docker and Helm Chart repositories)</li>
<li><a href="http://blog.lwolf.org/post/how-to-easily-deploy-gitlab-on-kubernetes/">GitLab</a></li>
<li><a href="https://github.com/lifechurch/k8s-deploy-helper">k8s-deploy-helper</a> - Framework to easily deploy Kubernetes applications via GitLab.</li>
<li><a href="https://github.com/UKHomeOffice/kb8or">kb8or</a></li>
<li><a href="https://keel.sh/">Keel</a></li>
<li><a href="http://invisionapp.github.io/kit/">Kit</a></li>
<li><a href="https://github.com/AcalephStorage/kontinuous">Kontinuous</a></li>
<li><a href="https://github.com/kubeciio">KubeCI</a></li>
<li><a href="https://github.com/razee-io/Razee">Razee</a></li>
<li><a href="http://blog.shippable.com/topic/kubernetes">Shippable</a></li>
<li><a href="https://github.com/bookingcom/shipper">Shipper</a> - Kubernetes native multi-cluster canary or blue-green rollouts using Helm.</li>
<li><a href="http://www.spinnaker.io/blog/deploy-to-kubernetes-using-spinnaker">Spinnaker</a></li>
<li><a href="https://github.com/airware/vili">Vili</a></li>
<li><a href="https://github.com/weaveworks/flux">Weave Flux – GitOps reconcoliation operator</a></li>
<li><a href="http://blog.wercker.com/topic/kubernetes">Wercker</a></li>
<li><a href="https://werf.io">Werf</a> - GitOps tool with advanced features to build images and deploy them to Kubernetes. Integrates with any existing CI system.</li>
</ul>
<h2 id="serverless-implementations">Serverless Implementations</h2>
<ul>
<li><a href="https://github.com/alexellis/faas-netes">FaaS-netes</a></li>
<li><a href="https://github.com/platform9/fission">Fission</a></li>
<li><a href="https://github.com/fabric8io/funktion">Funktion</a></li>
<li><a href="http://iron.io">Iron.io</a></li>
<li><a href="https://github.com/skippbox/kubeless">Kubeless</a></li>
<li><a href="https://github.com/nuclio/nuclio">Nuclio</a></li>
<li><a href="https://github.com/alexellis/faas">OpenFaaS</a></li>
<li><a href="https://github.com/openwhisk">OpenWhisk</a></li>
<li><a href="https://github.com/virtual-kubelet/virtual-kubelet">Virtual Kubelet</a> - Allows nodes to be backed by other services and providers.</li>
</ul>
<h2 id="operators">Operators</h2>
<ul>
<li><a href="https://github.com/kelseyhightower/kube-cert-manager">Cert manager</a></li>
<li><a href="https://github.com/giantswarm/cert-operator">Cert Operator</a></li>
<li><a href="https://github.com/jetstack/cert-manager">cert-manager</a></li>
<li><a href="https://github.com/coreos/container-linux-update-operator">Container Linux Update Operator</a></li>
<li><a href="https://blog.couchbase.com/introducing-couchbase-operator/">Couchbase</a></li>
<li><a href="https://github.com/k8sdb/operator">DB Operator</a></li>
<li><a href="https://github.com/upmc-enterprises/elasticsearch-operator">Elasticsearch</a></li>
<li><a href="https://github.com/coreos/etcd-operator">etcd</a></li>
<li><a href="https://github.com/banzaicloud/istio-operator">Istio</a></li>
<li><a href="https://github.com/lukebond/cc-au-k8s-operators-workshop">K8s Operator Workshop</a></li>
<li><a href="https://github.com/krallistic/kafka-operator">Kafka</a></li>
<li><a href="https://github.com/upmc-enterprises/kong-operator">Kong API</a></li>
<li><a href="https://github.com/spotahome/kooper">kooper</a> - Simple Go library to create Kubernetes operators and controllers</li>
<li><a href="https://github.com/sapcc/kubernetes-operators">Kubernetes Operators</a></li>
<li><a href="https://github.com/kubevirt">KubeVirt</a></li>
<li><a href="https://github.com/weaveworks/kured">Kured</a> - Kured (Kubernetes Reboot Daemon) is a Kubernetes daemonset that performs safe automatic node reboots</li>
<li><a href="https://github.com/kbst/memcached">Memcached</a></li>
<li><a href="https://github.com/kbst/mongodb">MongoDB</a></li>
<li><a href="https://github.com/oracle/mysql-operator">MySQL</a></li>
<li><a href="https://github.com/rook/operator-kit">Operator Kit</a></li>
<li><a href="https://github.com/operator-framework/operator-sdk">Operator SDK</a></li>
<li><a href="https://www.operatorhub.io">OperatorHub.io</a> - A new home for the Kubernetes community to share Operators</li>
<li><a href="https://github.com/CrunchyData/postgres-operator">PostgreSQL</a></li>
<li><a href="https://github.com/zalando-incubator/postgres-operator">PostgreSQL</a> - manage PostgreSQL clusters using StatefulSets and <a href="https://github.com/zalando/patroni">Patroni</a>.</li>
<li><a href="https://github.com/coreos/prometheus-operator">Prometheus</a></li>
<li><a href="https://github.com/flant/addon-operator">Addon-operator</a> - adds hooks and values to helm charts in order to enhance the capabilities of helm and transform charts into smart modules that configure themselves and respond to changes in the cluster.</li>
<li><a href="https://github.com/flant/shell-operator">Shell-operator</a> - a tool for running event-driven scripts in a Kubernetes cluster.</li>
</ul>
<h2 id="custom-schedulers">Custom Schedulers</h2>
<ul>
<li><a href="https://github.com/rothgar/bashScheduler">bashScheduler</a> - Written in bash</li>
<li><a href="https://github.com/agonzalezro/escheduler">escheduler</a> - Written in elixir</li>
<li><a href="https://github.com/camsas/firmament">firmament</a></li>
<li><a href="https://github.com/coreos/ksched">ksched</a> - Experimental flow based scheduler</li>
<li><a href="https://github.com/kelseyhightower/scheduler">Scheduler</a> - Cost based scheduler</li>
<li><a href="https://github.com/philipn/kubernetes-sticky-node-scheduler">Sticky Node Scheduler</a></li>
</ul>
<h2 id="container-support">Container Support</h2>
<p><em>A list of linux containers supported by kubernetes.</em></p>
<ul>
<li><a href="http://docker.com">Docker</a></li>
<li><a href="http://coreos.com/rkt">Rkt</a><ul>
<li><a href="http://kubernetes.io/docs/getting-started-guides/rkt/">Rktnetes</a></li>
<li><a href="https://github.com/kubernetes-incubator/rktlet">rktlet</a> - Rkt implementation of a Kubernetes</li>
</ul>
</li>
<li><a href="https://github.com/containerd/containerd">containerd</a></li>
<li><a href="https://github.com/kubernetes-incubator/cri-containerd">cri-containerd</a> - Containerd-based implementation of Kubernetes Container Runtime Interface</li>
<li><a href="https://github.com/kubernetes-incubator/cri-o">CRI-O</a></li>
<li><a href="https://github.com/kubernetes/frakti">Hyper.sh/frakti</a> - Hypervisor-based container runtime</li>
<li><a href="https://github.com/Mirantis/virtlet">virtlet</a> - Kubernetes CRI implementation for running VM workloads</li>
<li><a href="https://github.com/apporbit/infranetes">infranetes</a></li>
<li><a href="https://katacontainers.io">Kata Containers</a></li>
</ul>
<h2 id="database">Database</h2>
<ul>
<li><a href="https://apacheignite.readme.io/docs/kubernetes-deployment">Apache Ignite</a> - Memory-centric distributed database, caching, processing platform</li>
<li><a href="http://blog.kubernetes.io/2016/07/thousand-instances-of-cassandra-using-kubernetes-pet-set.html">Cassandra / DataStax</a></li>
<li><a href="http://www.cockroachlabs.com/blog/running-cockroachdb-on-kubernetes/">CockroachDB</a></li>
<li><a href="https://crate.io/docs/crate/guide/en/latest/deployment/containers/kubernetes.html">CrateDB</a></li>
<li><a href="http://ppires.wordpress.com/2014/12/24/clustering-hazelcast-on-kubernetes/">Hazelcast</a></li>
<li><a href="http://minio.io">Minio</a></li>
<li><a href="http://www.mongodb.com/blog/post/running-mongodb-as-a-microservice-with-docker-and-kubernetes">MongoDB</a></li>
<li><a href="https://github.com/sorenmat/k8s-rds">RDS</a> - Provision RDS databases via CRD from Kubernetes</li>
<li><a href="http://vitess.io/">Vitess</a> - Horizontal scaling of MySql by Youtube</li>
</ul>
<h2 id="networking">Networking</h2>
<ul>
<li><a href="https://github.com/aws/amazon-vpc-cni-k8s">AWS VPC CNI</a> - Networking plugin using Elastic Network Interfaces</li>
<li><a href="http://www.projectcalico.org/">Calico</a></li>
<li><a href="https://github.com/tigera/canal">Canal</a> by <a href="https://github.com/tigera">Tigera</a></li>
<li><a href="https://github.com/cilium/cilium">Cilium</a></li>
<li><a href="https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/kb/b_Kubernetes_Integration_with_ACI.html">Cisco ACI</a> - CNI plugin from Cisco support ACI fabrics</li>
<li><a href="https://github.com/Huawei-PaaS/CNI-Genie">CNI-Genie</a></li>
<li><a href="https://github.com/lyft/cni-ipvlan-vpc-k8s">cni-ipvlan-vpc-k8s</a></li>
<li><a href="http://contiv.github.io/">Contiv</a></li>
<li><a href="https://github.com/kubernetes-incubator/external-dns">External DNS</a> - To control DNS records dynamically via Kube resources</li>
<li><a href="https://github.com/bloomberg/goldpinger">Goldpinger</a> display, monitor and alert on inter-cluster connectivity</li>
<li><a href="https://github.com/inovex/illuminatio">illuminatio</a> is a tool for automatically testing kubernetes network policies</li>
<li><a href="https://github.com/infobloxopen/cni-infoblox">Infoblox</a></li>
<li><a href="http://github.com/cloudnativelabs/kube-router">Kube-router</a></li>
<li><a href="http://github.com/doitintl/kubeip">KubeIP</a> Set static ip for nodes on GKE (useful for whitelisting ips)</li>
<li><a href="https://github.com/ahmetb/kubernetes-network-policy-recipes">kubernetes-network-policy-recipes</a></li>
<li><a href="https://github.com/openstack/kuryr-kubernetes">Kuryr</a></li>
<li><a href="https://github.com/John-Lin/linen-cni">Linen</a></li>
<li><a href="https://github.com/Intel-Corp/multus-cni">Multus-cni</a> - Multi-homed pod cni</li>
<li><a href="https://github.com/linkernetworks/network-controller">Network-Controller</a> - Open vSwitch, Multiple network interfaces that associate with Kubernetes pods</li>
<li><a href="https://www.vmware.com/products/nsx/cloud-native-apps.html">NSX-T</a> - CNI plugin supporting load balancing and distributed firewalls.</li>
<li><a href="https://github.com/nuagenetworks/nuage-kubernetes">Nuage</a></li>
<li><a href="https://github.com/Juniper/contrail-kubernetes">OpenContrail</a></li>
<li><a href="http://openvswitch.org/">OpenVSwitch</a></li>
<li><a href="http://romana.io/">Romana</a></li>
<li><a href="http://www.weave.works/docs/net/latest/kubernetes/kube-addon/">Weave Net</a></li>
<li><a href="https://submariner.io">Submariner: Cross-Cluster Network Connectivity for Kubernetes</a> - Submariner enables direct networking between pods in different Kubernetes clusters on prem or in the cloud.</li>
</ul>
<h2 id="service-mesh">Service mesh</h2>
<ul>
<li><a href="https://www.consul.io/docs/platform/k8s/index.html">Consul</a></li>
<li><a href="https://www.envoyproxy.io/">Envoy</a></li>
<li><a href="http://istio.io/">Istio</a></li>
<li><a href="http://linkerd.io/getting-started/k8s/">Linkerd</a></li>
<li><a href="https://github.com/weaveworks/mesh">Weave Mesh</a></li>
<li><a href="https://github.com/containous/maesh">Maesh: Simpler Service Mesh</a> - Maesh is a straight-forward, easy to configure, and non-invasive service mesh that allows visibility and management of the traffic flows inside any Kubernetes cluster.</li>
<li><a href="https://github.com/kong/kuma">Kuma: The Universal Service Mesh</a> - Build, Secure and Observe your modern Service Mesh.</li>
</ul>
<h2 id="rpc">RPC</h2>
<ul>
<li><a href="http://grpc.io">gRPC</a></li>
<li><a href="https://github.com/micro/kubernetes">Micro</a></li>
</ul>
<h2 id="secret-generation-and-management">Secret generation and management</h2>
<ul>
<li><a href="https://developer.conjur.net/reference/integrations/kubernetesopenshift.html">CyberArk Conjur Kubernetes Authenticator</a> - Secure your Kubernetes-deployed applications with CyberArk Conjur</li>
<li><a href="https://github.com/dtan4/k8sec">k8sec</a></li>
<li><a href="https://github.com/Soluto/kamus">Kamus</a> - A GitOps, zero-trust solution for secrets encryption/decryption solution.</li>
<li><a href="https://github.com/jetstack/kube-lego">kube-lego</a></li>
<li><a href="https://github.com/Boostport/kubernetes-vault">kubernetes-vault</a></li>
<li><a href="https://github.com/shyiko/kubesec">kubesec</a> - Secure Secret management</li>
<li><a href="https://github.com/bitnami-labs/sealed-secrets">Sealed Secrets</a></li>
<li><a href="https://engineering.bitnami.com/articles/secure-gitops.html">Secure GitOps Using Weave Cloud Deploy And Bitnami&#39;s Sealed Secrets</a></li>
<li><a href="http://www.vaultproject.io/docs/auth/kubernetes.html">Vault auth plugin backend: Kubernetes</a></li>
<li><a href="https://github.com/kelseyhightower/vault-controller">Vault controller</a></li>
</ul>
<h2 id="web-applications">Web applications</h2>
<ul>
<li><a href="https://github.com/smpio/kubernator">Kubernator</a></li>
<li><a href="https://github.com/hjacobs/kube-resource-report">Kubernetes Resource Report</a> - report Kubernetes cluster and pod resource requests vs usage and generate static HTML</li>
<li><a href="https://github.com/kubeapps/kubeapps">Kubeapps</a> - A web-based UI for deploying and managing applications in Kubernetes clusters</li>
<li><a href="https://github.com/reactiveops/polaris">Polaris</a> - An open source dashboard for Kubernetes best practices</li>
<li><a href="https://github.com/vmware/octant">Octant</a> - A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.</li>
<li><a href="https://github.com/kontena/lens">Kontena Lens</a> - The Ultimate Dashboard For Kubernetes.</li>
</ul>
<h2 id="desktop-applications">Desktop applications</h2>
<ul>
<li><a href="https://kubernetic.com/">Kubernetic</a></li>
<li><a href="http://kube-forwarder.pixelpoint.io">Kube Forwarder</a> – An open source Kubernetes port forwarding manager</li>
</ul>
<h2 id="mobile-applications">Mobile applications</h2>
<ul>
<li><a href="https://github.com/bitnami/cabin">Cabin</a></li>
<li><a href="http://cockpit-project.org/guide/latest/feature-kubernetes.html">Cockpit</a></li>
</ul>
<h2 id="api-cli-adaptors">API/CLI adaptors</h2>
<ul>
<li><a href="https://github.com/ishantanu/awesome-kubectl-plugins">awesome-kubectl-plugins</a> - Curated list of kubectl plugins.</li>
<li><a href="https://github.com/databricks/click">click</a> - A CLI focused REPL for quickly interacting with Kubernetes objects.</li>
<li><a href="https://github.com/brendandburns/ksql">Ksql</a></li>
<li><a href="https://github.com/c-bata/kube-prompt">kube-prompt</a> - Interactive kubernetes client built using go-prompt.</li>
<li><a href="https://github.com/jonmosco/kube-ps1">kube-ps1</a> - Kubernetes prompt helper for bash and zsh.</li>
<li><a href="https://github.com/cloudnativelabs/kube-shell">Kube-shell</a> - Integrated shell for working with the Kubernetes CLI</li>
<li><a href="https://github.com/jonmosco/kube-tmux">kube-tmux</a> - Kubernetes tmux plugin to display the current context and namespace</li>
<li><a href="https://github.com/ahmetb/kubectl-aliases">Kubectl Aliases</a> - Aliases for Kubectl</li>
<li><a href="https://github.com/jordanwilson230/kubectl-plugins">kubectl-plugins</a> - A collection of kubectl plugins handling everything from easy context switches to connecting to a container as any user (root included) via exec. Slightly tailored towards GKE users.</li>
<li><a href="https://github.com/iovisor/kubectl-trace">kubectl-trace</a> - Schedule bpftrace programs on your kubernetes cluster using this kubectl plugin</li>
<li><a href="https://github.com/rancher/kubectld">kubectld</a></li>
<li><a href="https://github.com/ahmetb/kubectx">kubectx</a> - switch between clusters on kubectl</li>
<li><a href="http://opencredo.com/introducing-kubefuse-file-system-kubernetes/">Kubefuse</a></li>
<li><a href="https://github.com/ahmetb/kubectx">kubens</a> - switch between namespaces on kubectl</li>
<li><a href="https://github.com/shyiko/kubensx">kubensx</a> - Simpler Cluster/User/Namespace switching for Kubernetes (featuring interactive mode and wildcard/fuzzy matching).</li>
<li><a href="https://github.com/errordeveloper/kubeplay">kubeplay</a></li>
<li><a href="https://github.com/projectodd/kubernetes/blob/kubesh/cmd/kubesh/README.md">Kubesh</a> - Work around kubectl</li>
<li><a href="https://github.com/StackStorm/st2">StackStorm</a></li>
<li><a href="https://github.com/wercker/stern">stern</a> - Multi pod and container log tailing</li>
<li><a href="https://github.com/c9s/vikube.vim">Vikube</a> - Kubernetes operations from Vim, in Vim</li>
<li><a href="https://github.com/derailed/k9s">K9s</a> - Kubernetes CLI To Manage Your Clusters In Style!</li>
<li><a href="https://github.com/reconquest/tubekit">tubectl</a> - Kubernetes CLI on steroids with pattern matching</li>
<li><a href="https://github.com/webkubectl/webkubectl">webkubectl</a> - A web based tool helps you to manage kubernetes credentials and run kubectl command in web browser.</li>
</ul>
<h2 id="application-deployment-orchestration">Application deployment orchestration</h2>
<ul>
<li><a href="https://github.com/Mirantis/k8s-AppController">AppController</a></li>
<li><a href="https://github.com/Azure/brigade">Brigade</a> - Event Based Scripting using JavaScript</li>
<li><a href="https://cloud.google.com/deployment-manager/">Deployment manager</a></li>
<li><a href="https://elasticbox.com/kubernetes">ElasticKube</a></li>
<li><a href="https://gitkube.sh/">Gitkube</a> - Build and deploy docker images on Kubernetes using <code>git push</code>.</li>
<li><a href="https://developer.ibm.com/urbancode/plugin/kubernetes/">IBM UrbanCode</a></li>
<li><a href="https://github.com/UKHomeOffice/kb8or">Kb8or</a></li>
<li><a href="https://github.com/projectatomic/nulecule">Nulecule</a></li>
<li><a href="https://github.com/commercialtribe/psykube">Psykube</a></li>
<li><a href="https://github.com/GoogleCloudPlatform/skaffold">Skaffold</a> - Command line tool that facilitates continuous development for Kubernetes applications.</li>
<li><a href="https://github.com/flant/kubedog">kubedog</a> - Kubedog is a library and cli utility that allows watching and following kubernetes resources in CI/CD deploy pipelines.</li>
<li><a href="https://github.com/k14s/kapp">kapp</a> - simple deployment tool focused on the concept of &quot;Kubernetes application&quot; — a set of resources with the same label</li>
</ul>
<h2 id="configuration">Configuration</h2>
<ul>
<li><a href="https://docs.ansible.com/ansible/latest/modules/k8s_module.html">Ansible</a></li>
<li><a href="http://supermarket.chef.io/cookbooks/kubernetes">Chef</a></li>
<li><a href="http://www.habitat.sh/docs/best-practices/#kubernetes">Habitat</a></li>
<li><a href="https://github.com/google/jsonnet/tree/master/case_studies/kubernetes">Jsonnet</a></li>
<li><a href="https://github.com/cststack/k8comp">K8comp</a></li>
<li><a href="https://github.com/deepmind/kapitan">kapitan</a> - Manage complex deployments using jsonnet and jinja2</li>
<li><a href="https://github.com/thisendout/kenv">kenv</a></li>
<li><a href="https://github.com/kubernetes/kompose">Kompose</a></li>
<li><a href="https://github.com/kelseyhightower/konfd">Konfd</a></li>
<li><a href="https://github.com/jimmycuadra/ktmpl">Ktmpl</a></li>
<li><a href="https://github.com/bitnami/kubecfg">kubecfg</a> - Combines jsonnet and kubectl to let you declare systems in an easy to override way</li>
<li><a href="https://github.com/weaveworks/kubediff">kubediff</a></li>
<li><a href="https://github.com/errordeveloper/kubegen">kubegen</a></li>
<li><a href="https://github.com/kubernetes-sigs/kustomize">kustomize</a> - Customization using partial specs</li>
<li><a href="https://www.pulumi.com/kubernetes/">Pulumi</a> - Provides a SDK for k8s deployments targeting on-premises clusters and major cloud vendors&#39; managed services.</li>
<li><a href="http://forge.puppet.com/garethr/kubernetes/readme">Puppet</a></li>
<li><a href="http://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.k8s.html">Saltstack</a></li>
<li><a href="https://cue.googlesource.com/cue/+/HEAD/doc/tutorial/kubernetes/README.md">Cue</a> - A data constraint language which aims to simplify tasks involving defining and using data. Cue is a superset of JSON</li>
<li><a href="https://github.com/k14s/ytt">ytt</a> - YAML templating tool that works on YAML structure allowing you to focus on your data instead of how to properly escape it.</li>
</ul>
<h2 id="security">Security</h2>
<ul>
<li><a href="http://blog.aquasec.com/topic/kubernetes">Aquasec</a></li>
<li><a href="https://github.com/kubernetes-sigs/aws-iam-authenticator">Authenticator</a> - A tool for using AWS IAM credentials to authenticate to a Kubernetes cluster</li>
<li><a href="https://docs.projectcalico.org/master/introduction/">Calico Network Policy (from Tigera)</a> - Widely adopted open source implementation unifying Kubernetes Network Policy and Istio Application Policy.</li>
<li><a href="https://github.com/coreos/dex">Dex</a> - OpenID and OAuth for Kubernetes</li>
<li><a href="https://github.com/appscode/guard">Guard</a> - Authenticaton webhook server with support for Github, Gitlab, Google, Azure and LDAP (AD) as identity providers.</li>
<li><a href="https://github.com/uswitch/kiam">kiam</a> - Allows cluster users to associate AWS IAM roles to Pods.</li>
<li><a href="https://github.com/aquasecurity/kube-bench">kube-bench</a> - The Kubernetes Bench for Security is a Go application that checks whether Kubernetes is deployed according to security best practices.</li>
<li><a href="https://github.com/aquasecurity/kube-hunter">kube-hunter</a> - Hunt for security weaknesses in Kubernetes clusters.</li>
<li><a href="https://github.com/sysdiglabs/kube-psp-advisor">kube-psp-advisor</a> - Help building an adaptive and fine-grained pod security policy.</li>
<li><a href="https://github.com/jtblin/kube2iam">kube2iam</a> - Provides different AWS IAM roles for pods running on Kubernetes</li>
<li><a href="https://github.com/Shopify/kubeaudit">kubeaudit</a> - Helps you audit your Kubernetes clusters against common security controls</li>
<li><a href="http://kubesec.io/">Kubesec.io</a></li>
<li><a href="http://www.pomerium.io/">Pomerium</a> - a zero-trust identity-aware access proxy inspired by BeyondCorp.</li>
<li><a href="https://github.com/corneliusweig/rakkess">Rakkess</a> - Kubectl plugin to show an access matrix for all available resources.</li>
<li><a href="http://www.sysdig.org/falco/">Sysdig Falco</a></li>
<li><a href="http://www.sysdig.com/product/secure">Sysdig Secure</a></li>
<li><a href="https://www.tigera.io/tigera-secure-ce/">Tigera Secure Cloud Edition</a></li>
<li><a href="https://www.tigera.io/tigera-secure-ee/">Tigera Secure Enterprise Edition</a></li>
<li><a href="http://github.com/aporeto-inc/trireme-kubernetes">Trireme</a></li>
<li><a href="http://www.twistlock.com/">Twistlock</a></li>
</ul>
<h2 id="load-balancing">Load balancing</h2>
<ul>
<li><a href="https://avinetworks.com/">Avi Networks - Software Load Balancer | Intelligent WAF | Elastic Service Mesh</a></li>
<li><a href="https://github.com/kubernetes-sigs/aws-alb-ingress-controller">AWS ALB Ingress Controller</a></li>
<li><a href="https://github.com/cloudflare/cloudflare-ingress-controller">Cloudflare Warp Ingress</a></li>
<li><a href="https://github.com/projectcontour/contour">Contour</a> - Kubernetes ingress controller for Lyft&#39;s Envoy proxy</li>
<li><a href="https://github.com/F5Networks/k8s-bigip-ctlr">F5 Big IP Controller</a></li>
<li><a href="https://github.com/vmware-tanzu/gimbal">Gimbal</a> - Platform capable of routing traffic to multiple Kubernetes and OpenStack clusters</li>
<li><a href="https://github.com/solo-io/gloo">Gloo - Envoy-based API gateway and ingress controller</a></li>
<li><a href="https://github.com/jcmoraisjr/haproxy-ingress">HAProxy Ingress</a></li>
<li><a href="https://github.com/linode/linode-cloud-controller-manager">Linode NodeBalancer Ingress</a></li>
<li><a href="https://metallb.universe.tf/">MetalLB</a> - load-balancer implementation for bare metal Kubernetes clusters, using standard routing protocols.</li>
<li><a href="https://github.com/kubesphere/porter">Porter</a> - a load balancer which is designed for a bare metal Kubernetes cluster. It&#39;s implemented by physical switch, and uses BGP and ECMP to achieve optimal performance and HA.</li>
<li><a href="https://github.com/kubernetes/ingress-nginx">NGINX Ingress Controller</a></li>
<li><a href="http://www.nginx.com/blog/load-balancing-kubernetes-services-nginx-plus/">Nginx Plus</a></li>
<li><a href="https://github.com/zalando/skipper">Skipper</a> - HTTP router and reverse proxy for service composition, including use cases like Kubernetes Ingress</li>
<li><a href="http://traefik.io/">Traefik</a></li>
<li><a href="https://github.com/appscode/voyager">Voyager - Secure HAProxy based Ingress Controller</a></li>
<li><a href="https://github.com/uswitch/yggdrasil">Yggdrasil - Envoy Control Plane for Kubernetes Multi-cluster Ingress</a></li>
</ul>
<h2 id="big-data">Big Data</h2>
<ul>
<li><a href="https://github.com/Comcast/kube-yarn">Kube-Yarn</a></li>
<li><a href="https://github.com/kubernetes/examples/tree/master/staging/spark">Spark</a></li>
</ul>
<h2 id="machine-learning">Machine Learning</h2>
<ul>
<li><a href="https://github.com/IBM/FfDL">FfDL</a> - Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on Kubernetes</li>
<li><a href="https://github.com/google/kubeflow">kubeflow</a> - Machine Learning Toolkit for Kubernetes.</li>
<li><a href="https://github.com/deepinsight/mxnet-operator">mxnet-operator</a> - Tools for ML/MXNet on Kubernetes.</li>
<li><a href="https://github.com/polyaxon/polyaxon">Polyaxon</a> - An open source platform for reproducible machine learning and deep learning on kubernetes</li>
<li><a href="https://github.com/SeldonIO/seldon-core">seldon-core</a> - Open source framework for deploying machine learning models on Kubernetes</li>
<li><a href="https://github.com/tensorflow/k8s">TensorFlow k8s</a></li>
</ul>
<h2 id="service-discovery">Service Discovery</h2>
<ul>
<li><a href="http://consul.io">Consul</a><ul>
<li><a href="https://github.com/kelseyhightower/consul-on-kubernetes">Kelsey Hightower Consul</a></li>
<li><a href="https://github.com/Beldur/kube2consul">Bridge between Kubernetes and Consul</a></li>
</ul>
</li>
</ul>
<h2 id="operating-system">Operating System</h2>
<ul>
<li><a href="http://coreos.com">CoreOS</a></li>
<li><a href="https://cloud.google.com/container-optimized-os/docs/">GCI</a></li>
<li><a href="https://github.com/rancher/k3os">k3OS</a></li>
<li><a href="https://github.com/linuxkit/kubernetes">LinuxKit</a></li>
<li><a href="https://github.com/talos-systems/talos">Talos</a></li>
<li><a href="https://rancher.com/rancher-os">RancherOS</a> - A lightweight, secure Linux distribution, built from containers to run containers well.</li>
</ul>
<h2 id="yaml-json-config">YAML/JSON Config</h2>
<ul>
<li><a href="https://github.com/kubernetes/kompose">kompose</a></li>
<li><a href="https://github.com/ksonnet/ksonnet-lib">ksonnet-lib</a></li>
<li><a href="https://github.com/bitnami-labs/kube-libsonnet/blob/master/kube.libsonnet">kube-libsonnet</a> - Generic library of Kubernetes objects for Jsonnet/Kubecfg with object to array mapping for painless overrides.</li>
<li><a href="https://github.com/errordeveloper/kubegen">kubegen</a></li>
<li><a href="https://github.com/garethr/kubeval">kubeval</a></li>
</ul>
<h2 id="static-analysis">Static Analysis</h2>
<ul>
<li><a href="https://github.com/zegl/kube-score">kube-score</a> - Kubernetes object analysis with recommendations for improved reliability and security</li>
<li><a href="https://github.com/derailed/popeye">popeye</a> - Kubernetes cluster resource sanitzer</li>
</ul>
<h2 id="tuning">Tuning</h2>
<ul>
<li><a href="https://github.com/skippbox/ktune">Ktune</a></li>
</ul>
<h2 id="backup-and-disaster-recovery">Backup and Disaster Recovery</h2>
<ul>
<li><a href="https://github.com/vmware-tanzu/velero">Velero</a> - Utility for managing backup and restore of Kubernetes clusters. Formerly Heptio Ark.</li>
<li><a href="https://github.com/vshn/k8up">K8up</a> - Kubernetes and OpenShift Backup Operator based on restic</li>
<li><a href="https://github.com/mhausenblas/burry.sh">burry.sh</a> - Cloud Native backup and recovery for etcd, zookeeper and consul</li>
<li><a href="https://github.com/pieterlange/kube-backup">kube-backup</a> - Sync kubernetes state to git.</li>
</ul>
<h2 id="policy-management">Policy Management</h2>
<ul>
<li><a href="https://github.com/nirmata/kyverno">Kyverno</a> - Kubernetes Native Policy Management</li>
</ul>
<h2 id="plugins">Plugins</h2>
<ul>
<li><a href="https://github.com/kubernetes-sigs/krew/">Krew - Plugin Manager</a></li>
<li><a href="https://github.com/mhausenblas/kboom">Kboom</a></li>
<li><a href="https://github.com/etopeter/kubectl-view-utilization">View-utilization</a></li>
</ul>
<h2 id="debug">Debug</h2>
<ul>
<li><a href="https://github.com/aylei/kubectl-debug">Kubectl-Debug</a></li>
</ul>
<h1 id="raspberry-pi">Raspberry Pi</h1>
<p><em>Some of the awesome findings and experiments on using Kubernetes with Raspberry Pi.</em></p>
<ul>
<li>Check out <a href="http://kubecloud.io">Kubecloud</a></li>
<li><a href="http://kubecloud.io/kubernetes-on-arm-cluster/">Setting up a Kubernetes on ARM cluster</a></li>
<li><a href="https://blog.hypriot.com/post/setup-kubernetes-raspberry-pi-cluster/">Setup Kubernetes on a Raspberry Pi Cluster easily the official way!</a> by <a href="https://blog.hypriot.com/crew/">Mathias Renner and Lucas Käldström</a></li>
<li><a href="https://www.hanselman.com/blog/HowToBuildAKubernetesClusterWithARMRaspberryPiThenRunNETCoreOnOpenFaas.aspx">How to Build a Kubernetes Cluster with ARM Raspberry Pi then run .NET Core on OpenFaas</a> by <a href="https://twitter.com/shanselman">Scott Hanselman</a></li>
<li><a href="https://mirailabs.io/blog/building-a-microcloud/">Building a microcloud with a few Raspberry Pis and Kubernetes</a> by <a href="https://preetam.io/">Preetam D&#39;Souza</a></li>
</ul>
<h1 id="books">Books</h1>
<p><em>A written or printed work consisting of pages glued or sewn together along one side and bound in covers that provide
us with information</em></p>
<ul>
<li><a href="http://shop.oreilly.com/product/0636920175131.do">Cloud Native DevOps with Kubernetes</a> by <a href="https://twitter.com/bitfield">John Arundel</a>, <a href="https://justindomingus.com/">Justin Domingus</a> (<a href="https://cloudnativedevopsblog.com">blog</a>)</li>
<li><a href="https://www.packtpub.com/virtualization-and-cloud/devops-kubernetes">DevOps with Kubernetes</a> by Hideto Saito, Hui-Chuan Chloe Lee, Cheng-Yang Wu</li>
<li><a href="http://item.jd.com/11757034.html">Docker and Kubernetes Under the Hood</a> (Chinese) by <a href="https://twitter.com/resouer">Harry Zhang</a>, Jianbo Sun and ZJU SEL lab</li>
<li><a href="https://www.manning.com/books/docker-in-action-second-edition">Docker in Action, Second Edition</a> by Jeff Nickoloff and Stephen Kuenzli</li>
<li><a href="https://www.manning.com/books/docker-in-practice-second-edition">Docker in Practice, Second Edition</a> by <a href="https://twitter.com/ianmiell">Ian Miell</a> &amp; <a href="https://twitter.com/aidanhs">Aidan Hobson Sayers</a></li>
<li><a href="http://shop.oreilly.com/product/9781784394035.do">Getting Started with Kubernetes</a> by Jonathan Baier</li>
<li><a href="https://matthewpalmer.net/kubernetes-app-developer">Golden Guide to Kubernetes Application Development</a> by Matthew Palmer</li>
<li><a href="https://github.com/Leverege/kubernetes-book">Kubernetes Book</a> (OpenSource Book) by Leverege Developers</li>
<li><a href="https://www.packtpub.com/virtualization-and-cloud/kubernetes-cookbook-second-edition">Kubernetes Cookbook - Second Edition</a> by Hideto Saito, Hui-Chuan Chloe Lee, Ke-Jou Carol Hsu</li>
<li><a href="https://www.amazon.com/dp/B07HSZHRHZ">Kubernetes Design Patterns and Extensions</a> by <a href="https://github.com/onuryilmaz">Onur Yilmaz</a></li>
<li><a href="https://github.com/feiskyer/kubernetes-handbook">Kubernetes Handbook</a> (OpenSource Book in Chinese) by <a href="https://github.com/feiskyer">Pengfei Ni</a></li>
<li><a href="https://github.com/rootsongjc/kubernetes-handbook">Kubernetes Handbook</a> (OpenSource Book in Chinese) by <a href="https://github.com/rootsongjc">Jimmy Song</a></li>
<li><a href="http://www.manning.com/books/kubernetes-in-action">Kubernetes in Action</a> by <a href="https://twitter.com/markoluksa">Marko Lukša</a></li>
<li><a href="http://www.oreilly.com/webops-perf/free/kubernetes.csp">Kubernetes: Scheduling the Future at Cloud Scale</a> by <a href="http://www.linkedin.com/in/drensin">Dave K. Rensin</a></li>
<li><a href="http://shop.oreilly.com/product/0636920223788.do">Kubernetes: Up and Running</a> by <a href="https://twitter.com/kelseyhightower">Kelsey Hightower</a></li>
<li><a href="https://www.amazon.com/Mastering-Kubernetes-Gigi-Sayfan/dp/1786461005">Mastering Kubernetes</a> by <a href="https://github.com/the-gigi">Gigi Sayfan</a></li>
<li><a href="http://www.manning.com/books/openshift-in-action">OpenShift in Action</a> by <a href="https://twitter.com/rh_jduncan">Jamie Duncan</a> &amp; <a href="https://www.linkedin.com/in/johnfosborneiii/">John Osborne</a></li>
<li><a href="https://leanpub.com/playing-with-java-microservices-on-k8s-and-ocp">Playing with Java Microservices on Kubernetes and OpenShift</a> by <a href="https://fr.linkedin.com/in/nebrass">Nebrass Lamouchi</a></li>
<li><a href="https://leanpub.com/the-devops-2-3-toolkit">The DevOps 2.3 Toolkit: Kubernetes</a> by <a href="https://twitter.com/vfarcic">Viktor Farcic</a></li>
<li><a href="https://www.manning.com/books/learn-azure-in-a-month-of-lunches-second-edition">Learn Azure in a Month of Lunches, Second Edition</a> by <a href="https://twitter.com/fouldsy">Iain Foulds</a></li>
<li><a href="https://www.manning.com/books/learn-docker-in-a-month-of-lunches">Learn Docker in a Month of Lunches</a> by <a href="https://twitter.com/EltonStoneman">Elton Stoneman</a></li>
</ul>
<h1 id="certifications">Certifications</h1>
<p><em>A list of some credible certifications to certify yourself as Kubernetes expert</em></p>
<ul>
<li><a href="https://www.cncf.io/certification/cka/">Certified Kubernetes Administrator (CKA)</a></li>
<li><a href="https://www.cncf.io/certification/ckad/">Certified Kubernetes Application Developer (CKAD)</a></li>
</ul>
<h1 id="slide-presentations">Slide Presentations</h1>
<p><em>A slide is a single page of a presentation created with software such as PowerPoint or OpenOffice Impress.</em></p>
<ul>
<li><a href="http://www.slideshare.net/ramitsurana/a-brief-study-on-kubernetes-and-its-components">A brief study on Kubernetes and its components</a> by <a href="https://www.twitter.com/ramitsurana">Ramit Surana</a></li>
<li><a href="http://www.slideshare.net/ramitsurana/achieving-cicd-with-kubernetes">Achieving CI/CD with Kubernetes</a> by <a href="https://twitter.com/ramitsurana">Ramit Surana</a></li>
<li><a href="http://www.slideshare.net/imesh/an-introduction-to-kubernetes">An Introduction to Kubernetes</a> by <a href="https://www.linkedin.com/in/imesh">Imesh Gunaratne</a></li>
<li><a href="http://www.slideshare.net/enakai/architecture-overview-kubernetes-with-red-hat-enterprise-linux-71">Architecture Overview</a> by <a href="https://twitter.com/enakai00/">enakai00</a></li>
<li><a href="http://www.slideshare.net/SatnamSingh67/2015-0605-cluster-management-with-kubernetes">Cluster management with Kubernetes</a> by Satnam Singh</li>
<li><a href="http://www.slideshare.net/mistio/kubernetes-and-coreos-athens-docker-meetup">Kubernetes and CoreOS @ Athens Docker meetup</a> by <a href="https://twitter.com/mist_io">Mist.io</a></li>
<li><a href="http://www.slideshare.net/kubecon/kubernetes-scaling-sig-k8scale">Kubernetes Scaling SIG (K8Scale)</a> by <a href="https://twitter.com/countspongebob">Bob Wise</a></li>
<li><a href="http://www.slideshare.net/dagrobie/moving-to-kubernetes-tales-from-soundcloud">Moving to Kubernetes - Tales from SoundCloud</a> by <a href="https://twitter.com/dagrobie">Tobias Schmidt</a></li>
<li><a href="http://www.slideshare.net/timothysc/apache-coneu">Musings on Mesos: Docker, Kubernetes, and Beyond.</a> by <a href="http://timothysc.github.io/">Timothy St. Clair</a></li>
<li><a href="http://www.slideshare.net/arungupta1/package-your-java-ee-application-using-docker-and-kubernetes">Package your Java EE Application using Docker and Kubernetes</a> by <a href="https://twitter.com/arungupta">Arun Gupta</a></li>
<li><a href="http://www.slideshare.net/carlossg/scaling-jenkins-with-docker-and-kubernetes">Scaling Jenkins with Docker and Kubernetes</a> by <a href="https://www.twitter.com/csanchez">Carlos Sanchez</a></li>
<li><a href="http://www.slideshare.net/Sysdig/the-top-5-kubernetes-metrics-to-monitor">The Top 5 Metrics to Monitor in Kubernetes</a></li>
<li><a href="http://www.slideshare.net/ArjanSchaaf/zero-downtimejavadeploymentswithdockerandkubernetes">Zero downtime-java-deployments-with-docker-and-kubernetes</a> by <a href="https://www.linkedin.com/in/arjanschaaf">Arjan Schaaf</a></li>
</ul>
<h1 id="videos">Videos</h1>
<p><em>A recording of moving visual images made digitally or on videotape.</em></p>
<h3 id="main-account">Main Account</h3>
<ul>
<li><a href="https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw">Google Developers</a></li>
<li><a href="https://www.youtube.com/channel/UCZ2bu0qutTOM0tHYa_jkIwg">Kubernetes</a></li>
</ul>
<h3 id="other-useful-videos">Other Useful Videos</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=WwBdNXt6wO4">A Technical Overview of Kubernetes</a> by <a href="https://twitter.com/brendandburns">Bredan Burns</a></li>
<li><a href="https://www.youtube.com/watch?v=jLk1pkc7kv4">Alpaca Kubernetes on AWS</a> by <a href="https://twitter.com/fandekasp">Adrien Lemaire</a></li>
<li><a href="https://www.youtube.com/watch?v=R2nj1vRjLwE">Arun Gupta: Package your Java applications using Docker and Kubernetes</a> by <a href="https://twitter.com/arungupta">Arun Gupta</a></li>
<li><a href="https://www.youtube.com/watch?v=tA8XNVPZM2w">Container Orchestration using CoreOS and Kubernetes</a> by <a href="https://twitter.com/kelseyhightower">Kelsey Hightower</a></li>
<li><a href="https://youtu.be/MuazGHiiGmA">DevNation 2015 - Paul Bakker - Kubernetes: Beyond the basics</a> by <a href="https://twitter.com/pbakker">Paul Bakker</a></li>
<li><a href="https://www.youtube.com/watch?v=Fcb4aoSAZ98">Docker Containers and Kubernetes with Brian Dorsey</a> by <a href="https://twitter.com/briandorsey">Brian Dorsey</a></li>
<li><a href="https://www.youtube.com/watch?v=tsk0pWf4ipw">Google I/O 2014 - Containerizing the Cloud with Docker on Google Cloud Platform</a> by <a href="https://www.youtube.com/channel/UC_x5XG1OV2P6uZZ5FSM9Ttw">Google Developers</a></li>
<li><a href="https://www.youtube.com/watch?v=ncSn3_9bfIQ">Kubernetes-Defined Monitoring</a></li>
<li><a href="https://youtu.be/6a2Nirr8cI0">Kubernetes: The Journey So Far - Greg DeMichillie</a> by <a href="https://twitter.com/gregde">Greg DeMichillie</a></li>
<li><a href="https://www.youtube.com/watch?v=pozC9rBvAIs">Managing Containers at Scale with CoreOS and Kubernetes</a> by <a href="https://twitter.com/kelseyhightower">Kelsey Hightower</a></li>
<li><a href="https://www.youtube.com/playlist?list=PLj6h78yzYM2OK087kzLgc4jTPVbZjuNfs">Shanghai &#39;18: KubeCon + CloudNativeCon</a></li>
<li><a href="https://youtu.be/00BMn0UjsG4">Testing Distributed Software on Kubernetes with PowerfulSeal at Kubecon 2017 Austin</a> by <a href="https://twitter.com/mikopawlikowski">Mikolaj Pawlikowski</a></li>
</ul>
<h3 id="ci-cd-videos">CI/CD Videos</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=BF3MhFjvBTU">Automating CI/CD on Kubernetes with Jenkins X</a> by <a href="https://twitter.com/jstrachan">James Strachan</a> using <a href="https://jenkins-x.io/">Jenkins X</a> with <a href="https://docs.google.com/presentation/d/1hwt2lFh3cCeFdP4xoT_stMPs0nh2xVZUtze6o79WfXc/edit#slide=id.p">these slides</a></li>
</ul>
<h1 id="interesting-twitter-accounts">Interesting Twitter Accounts</h1>
<p><em>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.</em></p>
<ul>
<li><a href="https://twitter.com/Apcera">Apcera</a></li>
<li><a href="https://twitter.com/coreoslinux">CoreOS</a></li>
<li><a href="https://twitter.com/DevOpsSummit">DevOps Summit</a></li>
<li><a href="https://twitter.com/engineyard">Engine Yard</a></li>
<li><a href="https://twitter.com/googlecloud">Google Cloud Platform</a></li>
<li><a href="https://twitter.com/kismatic">Kismatic</a></li>
<li><a href="https://twitter.com/kubecon_">Kube Con</a></li>
<li><a href="https://twitter.com/kubefacts">KubeFacts</a></li>
<li><a href="https://twitter.com/kubernetesio">Kubernetes</a></li>
<li><a href="https://twitter.com/kubeweekly">KubeWeekly</a></li>
<li><a href="https://twitter.com/learnk8s">Learnk8s</a></li>
<li><a href="https://twitter.com/skippbox">Skippbox</a> - Acquired by <a href="https://bitnami.com/news/press-releases/bitnami-acquires-skippbox">Bitnami</a></li>
<li><a href="https://twitter.com/sysdig">Sysdig</a></li>
</ul>
<h1 id="amazing-people">Amazing People</h1>
<ul>
<li><a href="https://twitter.com/ahmetb">Ahmet Alp Balkan</a>, Software Engineer at Google &amp; Google Kubernetes Engine</li>
<li><a href="https://twitter.com/apbhatnagar">Aparna Sinha</a>, Group Product Manager - Kubernetes at Google</li>
<li><a href="https://twitter.com/arungupta">Arun Gupta</a>, Principal Open Source Technologist at Amazon Web Services</li>
<li><a href="https://twitter.com/BrandonPhilips">Brandon Philips</a>, CTO at CoreOS</li>
<li><a href="https://twitter.com/brendandburns">Brendan Burns</a>, Partner Architect at Microsoft</li>
<li><a href="https://github.com/bgrant0607">Brian Grant</a>, Principal Engineer at Google, Lead Architect of Kubernetes</li>
<li><a href="https://www.twitter.com/csanchez">Carlos Sanchez</a>, Senior Software Engineer, CloudBees</li>
<li><a href="https://www.twitter.com/cra">Chris Aniszczyk</a>, Chief Operating Officer at Cloud Native Computing Foundation</li>
<li><a href="https://twitter.com/eric_tune">Eric Tune</a>, Senior Staff Engineer at Google</li>
<li><a href="https://twitter.com/idvoretskyi">Ihor Dvoretskyi</a>, Developer Advocate at Cloud Native Computing Foundation</li>
<li><a href="https://github.com/jessfraz">Jessie Frazzelle</a>, Cloud Developer Advocate at Microsoft</li>
<li><a href="https://twitter.com/jbeda">Joe Beda</a>, Principal Engineer at VMware. Former Founder and CTO at Heptio</li>
<li><a href="https://twitter.com/asynchio">Joseph Jacks</a>, Entrepreneur In Residence at Quantum Corporation</li>
<li><a href="https://twitter.com/kelseyhightower">Kelsey Hightower</a>, Staff Developer Advocate at Google</li>
<li><a href="https://github.com/kris-nova">Kris Nova</a>, Creator of Kubicorn</li>
<li><a href="https://www.twitter.com/michellenoorali">Michelle Noorali</a>, Software Engineer at Microsoft</li>
<li><a href="https://www.twitter.com/ParisInBmore">Paris Pittman</a>, Developer Relations Manager - Kubernetes at Google</li>
<li><a href="https://twitter.com/preillyme">Patrick Reilly</a>, Office of the CTO at Cisco, Cisco board of member for CNCF</li>
<li><a href="https://twitter.com/thockin">Tim Hockin</a>, Senior Staff SW Engineer / Engineering Manager at Google</li>
</ul>
<h1 id="meetup-groups">Meetup Groups</h1>
<p><em>An awesome way to connect with kubernauts around the globe</em></p>
<ul>
<li><a href="https://www.meetup.com/Amsterdam-Kubernetes-Meetup/">Amsterdam</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Addicts-Support-Group">Amsterdam #2</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Atlanta-Meetup/">Atlanta</a></li>
<li><a href="https://www.meetup.com/Bangalore-Kubernetes-Meetup">Bangalore</a></li>
<li><a href="https://twitter.com/kubernetesber">Berlin</a></li>
<li><a href="https://www.meetup.com/Boston-Kubernetes-Meetup">Boston</a></li>
<li><a href="https://www.meetup.com/Hamburg-Kubernetes-Meetup/">Hamburg</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Hong-Kong/">Hong Kong</a></li>
<li><a href="https://www.meetup.com/Kubernetes-London/">London</a></li>
<li><a href="https://www.meetup.com/Munchen-Kubernetes-Meetup/">Munich</a></li>
<li><a href="https://twitter.com/kubernetesnyc">New York</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Nurnberg/">Nuremberg</a></li>
<li><a href="https://twitter.com/kubernetesparis">Paris</a></li>
<li><a href="https://www.meetup.com/Pittsburgh-Kubernetes-Meetup">Pittsburgh</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Pune/">Pune</a></li>
<li><a href="https://twitter.com/kubernetesSD">San Diego</a></li>
<li><a href="https://twitter.com/kubernetesSF">San Francisco</a></li>
<li><a href="https://www.meetup.com/Seattle-Kubernetes-Meetup/">Seattle</a></li>
<li><a href="https://www.meetup.com/Kubernetes-Cloud-Native-Tunisia/">Tunisia</a></li>
<li><a href="https://www.meetup.com/kubernauts/">Worldwide</a></li>
</ul>
<h1 id="connecting-with-kubernetes">Connecting with Kubernetes</h1>
<ul>
<li><a href="http://blog.kubernetes.io/">Blog</a></li>
<li><a href="https://github.com/kubernetes/community/blob/master/events/office-hours.md">Community Q&amp;A – The Office Hours</a></li>
<li><a href="https://github.com/kubernetes/community">Community</a></li>
<li><a href="http://webchat.freenode.net/?channels=google-containers">Freenode</a></li>
<li><a href="https://groups.google.com/forum/#!forum/kubernetes-dev">Mailing List (developer/contributor discussion)</a></li>
<li><a href="https://groups.google.com/forum/#!forum/kubernetes-users">Mailing List (user discussion and Q&amp;A)</a></li>
<li><a href="https://www.reddit.com/r/kubernetes/">Reddit</a></li>
<li><a href="http://slack.k8s.io/">Slack</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/kubernetes">Stackoverflow</a></li>
<li><a href="https://twitter.com/kubernetesio">Twitter</a></li>
</ul>
<h1 id="conferences">Conferences</h1>
<p><em>Some must to go and attend conferences on kubernetes</em></p>
<ul>
<li><a href="http://container.camp/">Container Camp</a></li>
<li><a href="https://containerdays.io/">ContainerDays</a></li>
<li><a href="http://devoxx.com">Devoxx</a></li>
<li><a href="http://dockercon.com">Docker Con</a></li>
<li><a href="http://cloudnext.withgoogle.com/">GCP Next</a></li>
<li><a href="http://events.linuxfoundation.org/events/kubecon">Kubecon</a></li>
</ul>
<h1 id="contributing">Contributing</h1>
<p>Contributions are most welcome!</p>
<p>This list is just getting started, please contribute to make it super awesome.</p>
<p>Check out the <a href="https://github.com/ramitsurana/awesome-kubernetes/blob/master/guidelines/CONTRIBUTING.md">Contributing Guidelines</a>.</p>
<h1 id="license">License</h1>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/InteractiveResource" property="dct:title" rel="dct:type">awesome-kubernetes</span> by <a xmlns:cc="http://creativecommons.org" href="http://www.linkedin.com/in/ramitsurana" property="cc:attributionName" rel="cc:attributionURL">Ramit Surana</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment