User Tools

Site Tools


kubernetes_k8

This is an old revision of the document!


Kubernetes K8

Apr 2021


Overview

Containers contain functions for software components, a container can be a web server, a data processor or an data I/O device, anything really that you used to be able to run on a bare metal server or a VM. Containers can run on multiple servers in multiple locations.

Kubernetes provides an open-source API that controls how and where those containers will run, and manages continer failure and restarts.

kubernetes_k8.1617990890.txt.gz · Last modified: 2023/03/09 22:35 (external edit)