mirror of https://github.com/k3s-io/k3s
20 lines
708 B
YAML
20 lines
708 B
YAML
name: kubernetes
|
|
summary: Kubernetes is an application container orchestration platform.
|
|
maintainers:
|
|
- Matthew Bruzek <matthew.bruzek@canonical.com>
|
|
- Charles Butler <charles.butler@canonical.com>
|
|
description: |
|
|
Kubernetes is an open-source platform for deploying, scaling, and operations
|
|
of application containers across a cluster of hosts. Kubernetes is portable
|
|
in that it works with public, private, and hybrid clouds. Extensible through
|
|
a pluggable infrastructure. Self healing in that it will automatically
|
|
restart and place containers on healthy nodes if a node ever goes away.
|
|
tags:
|
|
- infrastructure
|
|
subordinate: false
|
|
requires:
|
|
etcd:
|
|
interface: etcd
|
|
series:
|
|
- xenial
|