Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.41 KB

kubernetes.md

File metadata and controls

28 lines (23 loc) · 1.41 KB

Rancher

Rancher is an organization recently pruchased by SUSE that distributes Rancher and RKE. I used Rancher since version 1.6 to deploy a kubernetes cluster across multiple nodes (physical and virtual). RKE can be used at the command line for creating clusters like the one on 4 Intel NUCs at http://wiki.obrienlabs.cloud/display/DEV/Intel+NUC+Kubernetes+Cluster

Installing Rancher on an OSX cluster using Suse Linux VMs

RKE 1

  • runs on docker - deprecated

RKE 2 - RKE Government

K3S

  • half the memory footprint for embedded devices

Google Kubernetes Engine

Contributing to Kubernetes

https://github.com/kubernetes/community/blob/master/contributors/guide/README.md

Google Cloud Deployment Manager exports to Kubernetes Resource Model or Terraform - https://cloud.google.com/deployment-manager/docs/dm-convert?_ga=2.245568516.-1453179973.1650887889

Links