Jump to content

Kubernetes: Difference between revisions

127 bytes removed ,  1 September 2022
no edit summary
No edit summary
Line 1: Line 1:
Kubernetes, also known as K8s, is a container orchestration service by Google.<br>
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].<br>
This means it runs containers across a cluster of machines for you and handles networking and container failures<br>
This document contains notes on both administrating a self-hosted Kubernetes cluster and deploying applications to one.
This document contains notes on both administrating a self-hosted Kubernetes cluster and deploying applications to one.