Files
awesome-kubernetes/docs/kubernetes.md
2020-03-19 19:39:20 +01:00

39 KiB
Raw Blame History

Kubernetes

Operators

Tools for multi-cloud Kubernetes management

GKE vs EKS vs AKS

Kubernetes Tutorials

Kubernetes Cheat Sheets

Kubernetes Patterns

Kubernetes Networking

Local Installers

Production Cluster Installers

Rancher

  • rancher.com Rancher is enterprise management for Kubernetes
  • Rancher 2
  • Rancher 2 RKE Rancher 2 that runs in docker containers. RKE is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It solves the common frustration of installation complexity with Kubernetes by removing most host dependencies and presenting a stable path for deployment, upgrades, and rollbacks.
  • k3s Basic kubernetes with automated installer.
  • k3d k3s that runs in docker containers.
  • k3OS k3OS is a Linux distribution designed to remove as much OS maintenance as possible in a Kubernetes cluster. It is specifically designed to only have what is needed to run k3s. Additionally the OS is designed to be managed by kubectl once a cluster is bootstrapped. Nodes only need to join a cluster and then all aspects of the OS can be managed from Kubernetes. Both k3OS and k3s upgrades are handled by the k3OS operator.
  • k3sup (said 'ketchup') is a light-weight utility to get from zero to KUBECONFIG with k3s on any local or remote VM. All you need is ssh access and the k3sup binary to get kubectl access immediately.
  • rancher.com: Custom alerts using Prometheus queries
k3s use cases kOS value add
rancher architecture

Helm and Kubernetes

Other tools

Demos

Spring PetClinic Sample Application

SpringBoot with Docker

Troubleshooting

Security

AWS EKS

Docker in Docker

Serverless

Container Ecosystem

Container Flowchart

Assess managed Kubernetes services for your workloads. Managed services from cloud providers can simplify Kubernetes deployment but create some snags in a multi-cloud model. Follow three steps to see if these services can benefit you. Container flowchart

Videos