Files
awesome-kubernetes/docs/kubernetes.md
2020-03-07 12:38:05 +01:00

32 KiB
Raw Blame History

Kubernetes

Kubernetes Tutorials

Kubernetes Cheat Sheets

Kubernetes Patterns

Kubernetes Networking

Local Installers

Production Cluster Installers

Rancher

Helm and Kubernetes

Other tools

  • VMware octant 🌟🌟🌟 A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters.
  • KSS - Kubernetes pod status on steroid
  • kubectl-debug
  • kubectl-tree kubectl plugin to browse Kubernetes object hierarchies as a tree
  • The Golden Kubernetes Tooling and Helpers list
  • kubech (kubectl change) Set kubectl contexts/namespaces per shell/terminal to manage multi Kubernetes cluster at the same time.
  • Kubecle is a web ui running locally that provides useful information about your kubernetes clusters. It is an alternative to Kubernetes Dashboard. Because it runs locally, you can access any kubernetes clusters you have access to
  • Permission Manager is a project that brings sanity to Kubernetes RBAC and Users management, Web UI FTW
  • developer.sh: Kubernetes client tools overview
  • kubectx Faster way to switch between clusters and namespaces in kubectl
  • go-kubectx 5x-10x faster alternative to kubectx. Uses client-go.
  • kubevious is open-source software that provides a usable and highly graphical interface for Kubernetes. Kubevious renders all configurations relevant to the application in one place.
  • Guard is a Kubernetes Webhook Authentication server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately.
  • octant.dev Visualize your Kubernetes workloads. Octant is an open source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications.

Demos

Spring PetClinic Sample Application

SpringBoot with Docker

Troubleshooting

Security

AWS EKS

Docker in Docker

Videos