Difference between revisions of "Kubernetes Platform Comparative"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
# More Comparative Grids
 
# More Comparative Grids
 
- https://redhatspain.com/matrix-table/
 
- https://redhatspain.com/matrix-table/
 +
 +
 +
# Possible Open Operators
 +
- https://github.com/CrunchyData/postgres-operator
 +
 +
# Minimal Kubernetes Architecture - 5 VMs at a minimum for complete HA redundancy
 +
- https://kubernetes.io/docs/concepts/overview/components/
 +
- 3 vms running Kubernetes Controllers/Nodes
 +
- 2 vms running adc/layer7 load balancing - This could be as simple as VRRP(keepalived & nginx or hapeproxy) There are commercial offerings of this as well.
 +
- vms live on different baremetal vm hosts so they aren't a point of failure.
 +
 +
 +
# Thoughts on platforms and Operators
 +
- All platforms should be portable
 +
- All applications should be migratable.
 +
- You should be allowed to use best of bread and not locked in
 +
- Decisions should be logical and not emotional. Choices need to be logically backed. You and others will feel pain if they aren't

Revision as of 17:01, 4 May 2021

Kubernetes Distributions (Prominent)

Terminologies, Definitions & Clarifications

More Comparative Grids

Possible Open Operators

Minimal Kubernetes Architecture - 5 VMs at a minimum for complete HA redundancy

  • https://kubernetes.io/docs/concepts/overview/components/
  • 3 vms running Kubernetes Controllers/Nodes
  • 2 vms running adc/layer7 load balancing - This could be as simple as VRRP(keepalived & nginx or hapeproxy) There are commercial offerings of this as well.
  • vms live on different baremetal vm hosts so they aren't a point of failure.

Thoughts on platforms and Operators

  • All platforms should be portable
  • All applications should be migratable.
  • You should be allowed to use best of bread and not locked in
  • Decisions should be logical and not emotional. Choices need to be logically backed. You and others will feel pain if they aren't