Awesome Kubernetes
Awesome Kubernetes
Awesome Kubernetes
of Contents
Introduction 1.1
2
Introduction
Awesome-Kubernetes
-- Michael Jordan
Without the help from these amazing contributors, building this awesome-repo would never
has been possible. Thank You very much guys !!
Thanks to Gitbook.This awesome list can now be downloaded and read in the form of
a book. Check it out --> https://www.gitbook.com/book/ramitsurana/awesome-
kubernetes/ .Keep Learning Keep Sharing !!
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!
3
Introduction
History
Kubernetes is known to be a descendant of Google's system BORG
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.
Date of Birth
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 Dockercon in June 2014.
Roadmap
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.
Featured On
https://cloud.google.com/community/
https://www.freecodecamp.org/news/a-friendly-introduction-to-kubernetes-
670c50ce4542/
Menu
Awesome-Kubernetes
What is Kubernetes? :ship:
4
Introduction
History
Date of Birth
Roadmap
Featured On
Menu
Starting Point
Installers
Main Resources
Release Notes
Useful Articles
Cloud Providers
Logging
Monitoring
Security
Authentication
Networking
CI/CD
Deep Learning
Certifications
Devops Tools
Others
Managed Kubernetes
Cluster Managers
Developer Platform
Enterprise Kubernetes Products
Public/Private Cloud
PaaS
Interactive Learning Environments
MOOC Courses / Tutorials
Courses
Tutorials
Case Studies
Persistent Volume Providers
Container Storage Interface Plugins
Cluster API Providers
Developer Libraries/ Scripts
Python
Jenkins
Projects
Related Software
5
Introduction
Package Managers
Monitoring Services
Testing
Continuous Delivery
Serverless Implementations
Operators
Custom Schedulers
Container Support
Database
Networking
Service mesh
RPC
Secret generation and management
Web applications
Desktop applications
Mobile applications
API/CLI adaptors
Application deployment orchestration
Configuration
Security
Load balancing
Big Data
Machine Learning
Service Discovery
Operating System
YAML/JSON Config
Static Analysis
Tuning
Backup and Disaster Recovery
Policy Management
Plugins
Debug
Benchmark Tools
Raspberry Pi
Books
Certifications
Slide Presentations
Videos
Main Account
Other Useful Videos
6
Introduction
CI/CD Videos
Interesting Twitter Accounts
Amazing People
Meetup Groups
Connecting with Kubernetes
Conferences
Contributing
License
Starting Point
A place that marks the beginning of a journey
7
Introduction
Installers
Bootkube - CoreOS - Cloud Agnostic
Breeze - CentOS - Cloud Agnostic
Conjure-up - Ubuntu - Cloud Agnostic
Docker for MAC - Run Kubernetes and Docker locally on your MAC (Edge Channel)
Docker for Windows - Run Kubernetes and Docker locally on your Windows PC (Edge
Channel)
eksctl - The official CLI for Amazon EKS
Juju - Ubuntu - Cloud Agnostic
KubeSphere - 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.
k3s - Lightweight Kubernetes. Easy to install, half the memory, all in a binary less than
40mb
k3d - A tool for running k3s clusters in container nodes
kind - A tool for running local Kubernetes clusters using Docker container “nodes”
Kops - OS Agnostic - AWS
Kube-ansible - OS Agnostic - Cloud Agnostic
Kube-aws - CoreOS - AWS
Kube-deploy
Kubeadm - OS Agnostic - Cloud Agnostic
KubeNow - Ubuntu - Cloud Agnostic
Kubernetes-Saltstack - systemd OS - Cloud Agnostic
Kubespray - OS Agnostic - Cloud Agnostic
Kubicorn - OS Agnostic - Cloud Agnostic
Kublr - OS Agnostic - On-Prem - Cloud Agnostic
Linode - CoreOS - Linode
matchbox - CoreOS - Network boot and provision Container Linux clusters (e.g. etcd3,
Kubernetes, more).
MetalK8s - CentOS - On-Prem - Cloud Agnostic - Apache-2.0
MicroK8s - A single package of k8s that installs on 42 flavours of Linux
Minikube - Run Kubernetes locally
RKE - OS Agnostic - Cloud Agnostic
sealos - Simple kubernetes HA installer
Simplekube - systemd OS - Cloud Agnostic
Supergiant - CoreOS - Cloud Agnostic
Terraform - CoreOS - AWS
Typhoon - Container Linux - Cloud Agnostic
aks-engine - AKS Engine is the easiest way to provision a self-managed Kubernetes
8
Introduction
cluster on Azure.
Main Resources
Official resources from the Kubernetes team
Kubernetes Documentation
Kubernetes Source
Kubernetes Troubleshooting
Release Notes
Official release notes from the Kubernetes team on Stable Kubernetes Releases
Kubernetes-1.18
Kubernetes-1.17
Kubernetes-1.16
Kubernetes-1.15
Kubernetes-1.14
Kubernetes-1.13
Kubernetes-1.12
Kubernetes-1.11
Kubernetes-1.10
Kubernetes-1.9
Kubernetes-1.8
Kubernetes-1.7
Kubernetes-1.6
Kubernetes-1.5
Kubernetes-1.4
Kubernetes-1.3
Kubernetes-1.2
Useful Articles
A piece of writing included with others in a newspaper, magazine, or other publication
Cloud Providers
9
Introduction
Logging
Logging in Kubernetes with Fluentd and Elasticsearch by Jon Langemak
Logging - Kafka topic by namespace by Michael Ward
Monitoring
Kubernetes Monitoring Guide by JM Saponaro
Installing cAdvisor and Heapster on bare metal Kubernetes by Jon Langemak
How to Monitor Kubernetes: A 4-Part Series
Kubernetes Web UIs in 2019
Security
Kubernetes Security Guide - RBAC, TLS, Security policy, Network policy, etc.
Handling Sensitive Data In A Docker Application with Kubernetes Secrets by John
Kariuki
How to Create and Use Kubernetes Secrets by Mohamed Ez Ez
Kubernetes Security Best Practices
Running Vault and Consul on Kubernetes by Michael Herman
Authentication
10
Introduction
Networking
Enable IPv6 on Kubernetes with Project Calico by Valentin Ouvrard
Kubernetes in IPV6-only by Valentin Ouvrard
Kubernetes 101 – Networking by Jon Langemak
Kubernetes with OpenStack Cloud Provider: Current state and upcoming changes (part
1 of 2)
Comparison of Networking Solutions for Kubernetes
IPVS-Based In-Cluster Load Balancing Deep Dive
CI/CD
GitOps: High-Velocity CI/CD for Kubernetes
Achieving CI/CD with Kubernetes by Ramit Surana
Jenkins declarative pipelines with Kubernetes
Adding CI/CD to your Spring Boot app with Jenkins X and Kubernetes by Matt Raible
using Jenkins X
DOCKER & KUBERNETES : JENKINS-X ON EKS
Continuous Integration and Delivery to AWS Kubernetes using Semaphore
CI/CD for Microservices on DigitalOcean Kubernetes using Semaphore
How to Release Faster with Continuous Delivery for Google Kubernetes using
Semaphore
CircleCI
Kubernetes Deployments: The Ultimate Guide by Jérôme Petazzoni
Deep Learning
Automate deep learning training with Kubernetes GPU-cluster
Certifications
How to pass the Certified Kubernetes Administrator (CKA) exam on the first attempt
Devops Tools
Kubernetes with SaltStack revisited by Jon Langemak
Try Kubernetes with Vagrant by Christoph Hartmann
11
Introduction
Others
Packaging Multiple Resources together
Scaling Docker with Kubernetes by Carlos Sanchez
Creating a Kubernetes Cluster to Run Docker Formatted Container Images by Chris
Negus
Containerizing Docker on Kubernetes !! by Ramit Surana
Quay: Introducing an Application Registry for Kubernetes by Antoine Legrand
Play With Kubernetes Quickly Using Docker
1 command to Kubernetes with Docker compose by Sebastien Goasguen
What even is a kubelet? by Kamal Marhubi
Kubernetes from the ground up: the API server by Kamal Marhubi
CoreOS + Kubernetes Step By Step by Coreos
Deploying to Kubernetes with Panamax by Brian DeHamer
Deploy Kubernetes with a Single Command Using Atomicapp by Jason Brooks
Deploying a Bare Metal Kubernetes Cluster by James Kyle
Kubernetes clusters with Oh-My-Vagrant by James
Fleet Unit Files for Kubernetes on CoreOS by Michael Hamrah
Kubernetes Container Orchestration through Java APIs by Keith Tenzer
Docker Clustering Tools Compared: Kubernetes vs Docker Swarm
Kubernetes Production Patterns (and Anti-Patterns)
Introducing Kubic Project
Three post learn k8s
Kubernetes tips & tricks
Running Flask on Kubernetes
Deploying Node Apps the "Right" Way by Dan Pastusek
Simplify your research experiments with Kubernetes by Parmentier Laurent
Self-registering compact k3OS clusters to Rancher Server via cloud-init by James D.
Bohrman
Benchmarking 5 Popular Load Balancers: Nginx, HAProxy, Envoy, Traefik, and ALB
Managed Kubernetes
Platform9
OpenShift Online
12
Introduction
Eldarion Cloud
NetApp Kubernetes Service (formerly StackPoint Cloud)
Hasura
ELASTX
Nirmata
Cluster Managers
Cisco Container Platform
Developer Platform
DevSpace - Build, test and run code directly inside any Kubernetes cluster
Draft - A tool for developers to create cloud native applications with Kubernetes
Eclipse Che - Cloud development workspaces with SSH and multi-user support
Garden - Orchestrates your development workflows to make developing microservices
faster and easier
Knative - Platform to build, deploy, and manage modern serverless workloads
Okteto - Develop directly in any Kubernetes cluster. No commit, build or push required
Mantl - A modern platform for rapidly deploying globally distributed services
Spring Cloud Kubernetes - Spring Cloud integration with Kubernetes
VAMP - Cloud-Native Release Management & Orchestration
Tilt - Manages local development instances for teams that deploy to Kubernetes
13
Introduction
center
NetApp Kubernetes Service
OpenShift - Container Platform
SUSE Container as a Service
WorldSibu-Forma - Multi-cloud Remote Blockchain Infrastructure Orchestrator with
Kubernetes
Public/Private Cloud
Alibaba Cloud - Alibaba Cloud Container Service for Kubernetes
AWS EKS - Amazon Elastic Container Service
Azure AKS - Azure Kubernetes Service
DigitalOcean - DigitalOcean Kubernetes
GKE - Google Kubernetes Engine
IKS - IBM Cloud Kubernetes Service
OKE - Oracle Kubernetes Engine
OVH Managed Kubernetes - OVH Managed Kubernetes
Rackspace - Rackspace
VMware Cloud PKS
PaaS
Kubernetes Platform as a Service providers
Eldarion Cloud
Hasura
Kel
KubeSail - An easy, free way to try Kubernetes
KubeSphere - Full-stack and easy-to-use container platform, with awesome user
experience and wizard UI.
Kyma - 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.
OpenShift Online/Dedicated/Container Platform
OpenShift Origin (OKD)
Rancher
RIO - Kubernetes based MicroPaaS
teresa - Simple PAAS that runs on top of Kubernetes.
WSO2
14
Introduction
Katacoda
Kubernetes Bootcamp
Magic Sandbox
Play with Kubernetes
Courses
Scalable Microservices with Kubernetes at Udacity
Introduction to Kubernetes at edX
Just Enough Kubernetes to be Dangerous
Tutorials
Kubernetes Tutorials by Kubernetes Team
Case Studies
Study of Various different case studies
15
Introduction
AWS
CephRBD
GCE
Glusterfs
Hitachi
HPE
Kube-Aliyun
Linode
Microsoft
NetApp Trident
OpenEBS
OpenStack Cinder
Portworx
Pure Storage
QuoByte
Rancher Longhorn
Rook
StorageOS
Stork
Alibaba Cloud
AWS EBS
AWS EFS
AWS FSx for Lustre
16
Introduction
Ceph
Cinder
Cloudscale
DigitalOcean
Ember
Google Compute Engine Persistent Disk
Intel PMEM-CSI
KaDalu - Gluster
Linode Block Storage
Longhorn
NetApp Trident
Nexenta
OpenSDS
OpenStack Cinder
Portworx
Quobyte
S3
Vault
VMware vSphere
Bootstrap
Kubeadm
Infrastructure
AWS
Azure
Metal3-io
DigitalOcean
GCP
IBM Cloud
OpenStack
VMware vSphere
17
Introduction
Python
Pykube
Jenkins
Jenkinsfile with Helm, Go, Docker, Kubectl, JNLP
Projects
Kubernetes-related projects that you might find helpful
Related Software
Projects built to make life with Kubernetes even better, more powerful, more scalable
18
Introduction
kube-openvpn
Kubeform
Kubefuse
Kubefwd - Bulk port forwarding Kubernetes services for local development.
Kubernetes Cluster Federation (previously Ubernetes)
Kubernetes Ec2 Autoscaler
Kubic-Project
Reloader - Auto-load updates of ConfigMaps and Secrets into pods for Deployments,
StatefulSets and DaemonSets
Telepresence - Locally develop/debug services against a remote Kubernetes cluster
krane - A command-line tool that helps you ship changes to a Kubernetes namespace
and understand the result
ktunnel - 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.
k8s-platform-lcm - A faster and easier way to manage the lifecycle of applications and
tools, running and living around your Kubernetes platform
Package Managers
CNAB - CNABs facilitate the bundling, installing and managing of container-native apps
- and their coupled services.
Helm - For further information, please check out - Awesome Helm.
Cloudsmith - A fully managed package management SaaS, with first-class support for
public and private Kubernetes registries (Docker + Helm Charts, plus many others).
Monitoring Services
To maintain regular surveillance over kubernetes
Console
BotKube - App that helps you monitor your Kubernetes cluster, debug critical
deployments & gives recommendations for the standard practices
Datadog
Dynatrace - Kubernetes cluster and workload monitoring
eventrouter - simple introspective kubernetes service that forwards events to a specified
sink.
Goldpinger display, monitor and alert on inter-cluster connectivity
Grafana Kubernetes App
19
Introduction
Heapster
kail - Kubernetes Log Viewer. Streams logs from all containers of all matching pods.
Kubebox - Terminal console for Kubernetes
Kubecost - monitor resources following their financial cost
Kubedash - Deprecated repository is archived and read-only
Kubernetes Operational View - read-only system dashboard for multiple K8s clusters
K8Dash - Realtime K8S alternative dashboard
Kubernetes Web View - list and view all Kubernetes resources (incl. CRDs) with
permalink-friendly URLs in a plain-HTML frontend
Kubespy - Tools for observing Kubernetes resources in real time, powered by Pulumi.
Kubetail
Kubewatch
Netdata - Open-source Kubernetes monitoring. Deploy via a Netdata Helm chart.
Netsil
New Relic - Kubernetes monitoring and visualization service.
NexClipper - An open source software for monitoring Kubernetes and containers.
Outcold Solutions - monitoring Kubernetes, OpenShift and Docker in Splunk Enterprise
and Splunk Cloud (metrics and log forwarding)
Prometheus
Searchlight
StatusBay - Kubernetes deployment visibility (inc. Slack notifications, metrics and
checks enrichment, resources consolidation, etc)
Sysdig Monitoring
Sysdig Open Source
The Elastic Stack - An open-source solution for monitoring and visualising K8s metrics,
logs, application traces and more.
Weave Scope
kube-state-metrics - Simple service that listens to the Kubernetes API server and
generates metrics about the state of the objects.
loki - Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation
system inspired by Prometheus.
Loghouse - Efficiently store big amounts of your logs (in ClickHouse database), process
them using a simple query language and monitor them online through web UI.
Testing
Test your applications running on Kubernetes
20
Introduction
Continuous Delivery
Build-test-deploy automated workflow software designed to make production environments
more stable and life better for engineers
Jenkins
Jenkins-Kubernetes Plugin by Carlos Sanchez
Automated Image Builds with Jenkins, Packer, and Kubernetes
On-demand Jenkins slaves with Kubernetes and the Google Container Engine
Jenkins setups for Kubernetes and Docker Workflow
Lab: Build a Continuous Deployment Pipeline with Jenkins and Kubernetes
Jenkins Operator - Kubernetes native Jenkins operator
Jenkins X - 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
Apollo - Open Source application providing teams with self service UI for creating and
deploying their services to Kubernetes.
Argo CD - Declarative continuous deployment for Kubernetes.
autoapply - Automatically apply changes from a Git repository to a Kubernetes cluster
Buildkite - Lean CI/CD cloud hosted control plane with agents on your infrastructure.
Codefresh - Kubernetes CI/CD platform (with private Docker and Helm Chart
repositories)
GitLab
k8s-deploy-helper - Framework to easily deploy Kubernetes applications via GitLab.
21
Introduction
kb8or
Keel
Kit
Kontinuous
KubeCI
Razee
Shippable
Shipper - Kubernetes native multi-cluster canary or blue-green rollouts using Helm.
Spinnaker
Vili
Weave Flux – GitOps reconcoliation operator
Wercker
Werf - GitOps tool with advanced features to build images and deploy them to
Kubernetes. Integrates with any existing CI system.
Serverless Implementations
FaaS-netes
Fission
Funktion
Iron.io
Kubeless
Nuclio
OpenFaaS
OpenWhisk
Virtual Kubelet - Allows nodes to be backed by other services and providers.
Operators
Cert manager
Cert Operator
cert-manager
Container Linux Update Operator
Couchbase
DB Operator
Elasticsearch
etcd
Istio
K8s Operator Workshop
22
Introduction
Kafka
Kong API
kooper - Simple Go library to create Kubernetes operators and controllers
Kubernetes Operators
KubeVirt
Kured - Kured (Kubernetes Reboot Daemon) is a Kubernetes daemonset that performs
safe automatic node reboots
Memcached
MongoDB
MySQL
Operator Kit
Operator SDK
OperatorHub.io - A new home for the Kubernetes community to share Operators
PostgreSQL
PostgreSQL - manage PostgreSQL clusters using StatefulSets and Patroni.
Prometheus
Addon-operator - 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.
Shell-operator - a tool for running event-driven scripts in a Kubernetes cluster.
Custom Schedulers
bashScheduler - Written in bash
escheduler - Written in elixir
firmament
ksched - Experimental flow based scheduler
Scheduler - Cost based scheduler
Sticky Node Scheduler
Container Support
A list of linux containers supported by kubernetes.
Docker
Rkt
Rktnetes
rktlet - Rkt implementation of a Kubernetes
containerd
23
Introduction
Database
Apache Ignite - Memory-centric distributed database, caching, processing platform
Cassandra / DataStax
CockroachDB
CrateDB
Hazelcast
Minio
MongoDB
RDS - Provision RDS databases via CRD from Kubernetes
Vitess - Horizontal scaling of MySql by Youtube
YugabyteDB - Horizontally scalable, Postgres-compatible SQL database.
Networking
AWS VPC CNI - Networking plugin using Elastic Network Interfaces
Calico
Canal by Tigera
Cilium
Cisco ACI - CNI plugin from Cisco support ACI fabrics
CNI-Genie
cni-ipvlan-vpc-k8s
Contiv
External DNS - To control DNS records dynamically via Kube resources
Goldpinger display, monitor and alert on inter-cluster connectivity
illuminatio is a tool for automatically testing kubernetes network policies
Infoblox
Kube-router
KubeIP Set static ip for nodes on GKE (useful for whitelisting ips)
kubernetes-network-policy-recipes
Kuryr
24
Introduction
Linen
Multus-cni - Multi-homed pod cni
Network-Controller - Open vSwitch, Multiple network interfaces that associate with
Kubernetes pods
NSX-T - CNI plugin supporting load balancing and distributed firewalls.
Nuage
OpenContrail
OpenVSwitch
Romana
Weave Net
Submariner: Cross-Cluster Network Connectivity for Kubernetes - Submariner enables
direct networking between pods in different Kubernetes clusters on prem or in the cloud.
Service mesh
Consul
Envoy
Istio
Linkerd
Weave Mesh
Maesh: Simpler Service Mesh - 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.
Kuma: The Universal Service Mesh - Build, Secure and Observe your modern Service
Mesh.
RPC
gRPC
25
Introduction
Web applications
Kubernator
Kubernetes Resource Report - report Kubernetes cluster and pod resource requests vs
usage and generate static HTML
Kubeapps - A web-based UI for deploying and managing applications in Kubernetes
clusters
Kubevious - An open source UI to make Kubernetes configuration and state obvious
and safe.
Polaris - An open source dashboard for Kubernetes best practices
Octant - A web-based, highly extensible platform for developers to better understand the
complexity of Kubernetes clusters.
Desktop applications
Kubernetic
Kube Forwarder – An open source Kubernetes port forwarding manager
Kontena Lens - The Ultimate Dashboard For Kubernetes.
Mobile applications
Cabin
Cockpit
API/CLI adaptors
awesome-kubectl-plugins - Curated list of kubectl plugins.
click - A CLI focused REPL for quickly interacting with Kubernetes objects.
Ksql
kube-prompt - Interactive kubernetes client built using go-prompt.
kube-ps1 - Kubernetes prompt helper for bash and zsh.
26
Introduction
27
Introduction
Configuration
Ansible
Chef
Habitat
Jsonnet
K8comp
kapitan - Manage complex deployments using jsonnet and jinja2
kenv
Kompose
Konfd
Ktmpl
kubecfg - Combines jsonnet and kubectl to let you declare systems in an easy to
override way
kubediff
kubegen
kustomize - Customization using partial specs
Pulumi - Provides a SDK for k8s deployments targeting on-premises clusters and major
cloud vendors' managed services.
Puppet
Saltstack
Cue - A data constraint language which aims to simplify tasks involving defining and
using data. Cue is a superset of JSON
ytt - YAML templating tool that works on YAML structure allowing you to focus on your
data instead of how to properly escape it.
kosko - Write Kubernetes manifests in JavaScript and validate against Kubernetes
OpenAPI definitions.
Security
Aquasec
Authenticator - A tool for using AWS IAM credentials to authenticate to a Kubernetes
cluster
Calico Network Policy (from Tigera) - Widely adopted open source implementation
unifying Kubernetes Network Policy and Istio Application Policy.
28
Introduction
Load balancing
Avi Networks - Software Load Balancer | Intelligent WAF | Elastic Service Mesh
AWS ALB Ingress Controller
Cloudflare Warp Ingress
Contour - Kubernetes ingress controller for Lyft's Envoy proxy
F5 Big IP Controller
Gimbal - Platform capable of routing traffic to multiple Kubernetes and OpenStack
clusters
Gloo - Envoy-based API gateway and ingress controller
HAProxy Ingress
Linode NodeBalancer Ingress
MetalLB - load-balancer implementation for bare metal Kubernetes clusters, using
standard routing protocols.
Porter - a load balancer which is designed for a bare metal Kubernetes cluster. It's
implemented by physical switch, and uses BGP and ECMP to achieve optimal
performance and HA.
NGINX Ingress Controller
Nginx Plus
29
Introduction
Skipper - HTTP router and reverse proxy for service composition, including use cases
like Kubernetes Ingress
Traefik
Voyager - Secure HAProxy based Ingress Controller
Yggdrasil - Envoy Control Plane for Kubernetes Multi-cluster Ingress
Big Data
Kube-Yarn
Spark
Machine Learning
FfDL - Deep Learning Platform offering TensorFlow, Caffe, PyTorch etc. as a Service on
Kubernetes
kubeflow - Machine Learning Toolkit for Kubernetes.
mxnet-operator - Tools for ML/MXNet on Kubernetes.
Polyaxon - An open source platform for reproducible machine learning and deep
learning on kubernetes
seldon-core - Open source framework for deploying machine learning models on
Kubernetes
TensorFlow k8s
Service Discovery
Consul
Kelsey Hightower Consul
Bridge between Kubernetes and Consul
Operating System
CoreOS
GCI
k3OS
LinuxKit
Talos
RancherOS - A lightweight, secure Linux distribution, built from containers to run
30
Introduction
containers well.
YAML/JSON Config
kompose
ksonnet-lib
kube-libsonnet - Generic library of Kubernetes objects for Jsonnet/Kubecfg with object
to array mapping for painless overrides.
kubegen
kubeval
Static Analysis
kube-score - Kubernetes object analysis with recommendations for improved reliability
and security
popeye - Kubernetes cluster resource sanitzer
Tuning
Ktune
Policy Management
Kyverno - Kubernetes Native Policy Management
Plugins
Krew - Plugin Manager
31
Introduction
Kboom
View-utilization
Debug
Kubectl-Debug
Benchmark Tools
Kubestone
Raspberry Pi
Some of the awesome findings and experiments on using Kubernetes with Raspberry Pi.
Books
A written or printed work consisting of pages glued or sewn together along one side and
bound in covers that provide us with information
Cloud Native DevOps with Kubernetes by John Arundel, Justin Domingus (blog)
DevOps with Kubernetes by Hideto Saito, Hui-Chuan Chloe Lee, Cheng-Yang Wu
Docker and Kubernetes Under the Hood (Chinese) by Harry Zhang, Jianbo Sun and
ZJU SEL lab
Docker in Action, Second Edition by Jeff Nickoloff and Stephen Kuenzli
Docker in Practice, Second Edition by Ian Miell & Aidan Hobson Sayers
Getting Started with Kubernetes by Jonathan Baier
Golden Guide to Kubernetes Application Development by Matthew Palmer
Kubernetes Book (OpenSource Book) by Leverege Developers
Kubernetes Cookbook - Second Edition by Hideto Saito, Hui-Chuan Chloe Lee, Ke-Jou
32
Introduction
Carol Hsu
Kubernetes Design Patterns and Extensions by Onur Yilmaz
Kubernetes Handbook (OpenSource Book in Chinese) by Pengfei Ni
Kubernetes Handbook (OpenSource Book in Chinese) by Jimmy Song
Kubernetes in Action by Marko Lukša
Kubernetes: Scheduling the Future at Cloud Scale by Dave K. Rensin
Kubernetes: Up and Running by Kelsey Hightower
Mastering Kubernetes by Gigi Sayfan
OpenShift in Action by Jamie Duncan & John Osborne
Playing with Java Microservices on Kubernetes and OpenShift by Nebrass Lamouchi
The DevOps 2.3 Toolkit: Kubernetes by Viktor Farcic
Learn Azure in a Month of Lunches, Second Edition by Iain Foulds
Learn Docker in a Month of Lunches by Elton Stoneman
Certifications
A list of some credible certifications to certify yourself as Kubernetes expert
Slide Presentations
A slide is a single page of a presentation created with software such as PowerPoint or
OpenOffice Impress.
33
Introduction
Videos
A recording of moving visual images made digitally or on videotape.
Main Account
Google Developers
Kubernetes
CI/CD Videos
Automating CI/CD on Kubernetes with Jenkins X by James Strachan using Jenkins X
with these slides
34
Introduction
Apcera
CoreOS
DevOps Summit
Engine Yard
Google Cloud Platform
Kismatic
Kube Con
KubeFacts
Kubernetes
KubeWeekly
Learnk8s
Skippbox - Acquired by Bitnami
Sysdig
Amazing People
Ahmet Alp Balkan, Software Engineer at Google & Google Kubernetes Engine
Aparna Sinha, Group Product Manager - Kubernetes at Google
Arun Gupta, Principal Open Source Technologist at Amazon Web Services
Brandon Philips, CTO at CoreOS
Brendan Burns, Partner Architect at Microsoft
Brian Grant, Principal Engineer at Google, Lead Architect of Kubernetes
Carlos Sanchez, Senior Software Engineer, CloudBees
Chris Aniszczyk, Chief Operating Officer at Cloud Native Computing Foundation
Eric Tune, Senior Staff Engineer at Google
Ihor Dvoretskyi, Developer Advocate at Cloud Native Computing Foundation
Jessie Frazzelle, Cloud Developer Advocate at Microsoft
Joe Beda, Principal Engineer at VMware. Former Founder and CTO at Heptio
Joseph Jacks, Entrepreneur In Residence at Quantum Corporation
Kelsey Hightower, Staff Developer Advocate at Google
Kris Nova, Creator of Kubicorn
Michelle Noorali, Software Engineer at Microsoft
Paris Pittman, Developer Relations Manager - Kubernetes at Google
Patrick Reilly, Office of the CTO at Cisco, Cisco board of member for CNCF
Tim Hockin, Senior Staff SW Engineer / Engineering Manager at Google
Meetup Groups
35
Introduction
Amsterdam
Amsterdam #2
Atlanta
Bangalore
Berlin
Boston
Hamburg
Hong Kong
London
Munich
New York
Nuremberg
Paris
Pittsburgh
Pune
San Diego
San Francisco
Seattle
Tunisia
Worldwide
Conferences
36
Introduction
Container Camp
ContainerDays
Devoxx
Docker Con
GCP Next
Kubecon
Contributing
Contributions are most welcome!
This list is just getting started, please contribute to make it super awesome.
License
37