Jump to content

Kubernetes: Difference between revisions

126 bytes added ,  14 December 2021
no edit summary
No edit summary
Line 1: Line 1:
Kubernetes, also known as K8s, is a container orchestration service by Google.
Kubernetes, also known as K8s, is a container orchestration service by Google.<br>
It supposedly has a harder learning curve than docker-swarm but is heavily inspired by Google's internal [https://research.google/pubs/pub43438/#:~:text=Google's%20Borg%20system%20is%20a,tens%20of%20thousands%20of%20machines. borg system].
It supposedly has a harder learning curve than docker-swarm but is heavily inspired by Google's internal [https://research.google/pubs/pub43438/#:~:text=Google's%20Borg%20system%20is%20a,tens%20of%20thousands%20of%20machines. borg system].<br>
This document contains notes on both administrating a self-hosted Kubernetes cluster and deploying applications to one.


==Getting Started==
==Getting Started==