Website | Docs | Source

Kubernetes is a portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation.

Features:


Kubernetes scope levels:

Project (Strongest network/data/metadata isolation)
... contains Cluster(s) (Strongest control plane isolation, stronger network/data isolation, strong metadata isolation)
... contains Node(s) (stronger resource/network/data isolation)
... contains Pod(s) (Some network isolation, some more resource isolation)
... contains Container(s) (Some resource isolation, kernel security isolation)
... with Namespaces (Some control plane isolation, service account isolation) being inside Cluster and encircling Pods


Articles


Related Projects

kyverno: Kubernetes Native Policy Management


Tags: tool   platform   distribution   containers  

Last modified 10 May 2022