Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 955 Bytes

kubernetes.md

File metadata and controls

36 lines (30 loc) · 955 Bytes
tags categories
kubernetes
kubectl
docker
container
cloud
automation
cloud
docker
kubernetes

Kubernetes

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Google originally designed Kubernetes, but the Cloud Native Computing Foundation now maintains the project.

Kubernetes works with Docker, Containerd, and CRI-O.

Github Repository: https://github.com/kubernetes/kubernetes

See also