2016-08-30 18:11:04 +00:00
|
|
|
name: kubernetes-master
|
|
|
|
summary: The Kubernetes control plane.
|
2016-03-07 17:23:01 +00:00
|
|
|
maintainers:
|
2017-07-25 10:09:09 +00:00
|
|
|
- Tim Van Steenburgh <tim.van.steenburgh@canonical.com>
|
|
|
|
- George Kraft <george.kraft@canonical.com>
|
|
|
|
- Rye Terrell <rye.terrell@canonical.com>
|
|
|
|
- Konstantinos Tsakalozos <kos.tsakalozos@canonical.com>
|
2017-07-27 12:42:36 +00:00
|
|
|
- Charles Butler <Chuck@dasroot.net>
|
|
|
|
- Matthew Bruzek <mbruzek@ubuntu.com>
|
2016-03-07 17:23:01 +00:00
|
|
|
description: |
|
2016-09-16 15:16:05 +00:00
|
|
|
Kubernetes is an open-source platform for deploying, scaling, and operations
|
|
|
|
of application containers across a cluster of hosts. Kubernetes is portable
|
2016-03-07 17:23:01 +00:00
|
|
|
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
|
2016-08-30 18:11:04 +00:00
|
|
|
- kubernetes
|
|
|
|
- master
|
2016-03-07 17:23:01 +00:00
|
|
|
subordinate: false
|
2016-08-30 18:11:04 +00:00
|
|
|
series:
|
2016-08-04 17:04:16 +00:00
|
|
|
- xenial
|
2016-08-30 18:11:04 +00:00
|
|
|
provides:
|
|
|
|
kube-api-endpoint:
|
|
|
|
interface: http
|
|
|
|
cluster-dns:
|
2017-03-08 23:52:02 +00:00
|
|
|
# kube-dns is deprecated. Its functionality has been rolled into the
|
|
|
|
# kube-control interface. The cluster-dns relation will be removed in
|
|
|
|
# a future release.
|
2016-08-30 18:11:04 +00:00
|
|
|
interface: kube-dns
|
2017-03-08 23:52:02 +00:00
|
|
|
kube-control:
|
|
|
|
interface: kube-control
|
2016-08-30 18:11:04 +00:00
|
|
|
cni:
|
|
|
|
interface: kubernetes-cni
|
|
|
|
scope: container
|
|
|
|
requires:
|
|
|
|
etcd:
|
|
|
|
interface: etcd
|
|
|
|
loadbalancer:
|
|
|
|
interface: public-address
|
|
|
|
ceph-storage:
|
|
|
|
interface: ceph-admin
|
|
|
|
resources:
|
2017-01-27 16:43:15 +00:00
|
|
|
kubectl:
|
2016-08-30 18:11:04 +00:00
|
|
|
type: file
|
2017-01-27 16:43:15 +00:00
|
|
|
filename: kubectl.snap
|
|
|
|
description: kubectl snap
|
|
|
|
kube-apiserver:
|
|
|
|
type: file
|
|
|
|
filename: kube-apiserver.snap
|
|
|
|
description: kube-apiserver snap
|
|
|
|
kube-controller-manager:
|
|
|
|
type: file
|
|
|
|
filename: kube-controller-manager.snap
|
|
|
|
description: kube-controller-manager snap
|
|
|
|
kube-scheduler:
|
|
|
|
type: file
|
|
|
|
filename: kube-scheduler.snap
|
|
|
|
description: kube-scheduler snap
|
|
|
|
cdk-addons:
|
|
|
|
type: file
|
|
|
|
filename: cdk-addons.snap
|
|
|
|
description: CDK addons snap
|