Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 868 Bytes

KUBERNETES.md

File metadata and controls

33 lines (24 loc) · 868 Bytes

Kubernetes

Kubernetes is the most common container orchestration available. It is used and developed by huge companies like Google or Red Hat. You can use it for single host deployments or multi-node cluster setups alike.

Reasons

  • most common orchestrator
  • huge userbase
  • very powerful
  • lots of development tools
  • YAML based configuration

Docs & Links

Features

  • orchestrate containers
  • manage container workflows
  • schedule jobs
  • extendable with drivers and applications
  • service and lifecycle management

Usage

We will not provide detailed user or developer guidelines, but you can find some container repository examples here.