Files
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

20 lines
392 B
Markdown
Executable File

---
title: Cluster
id: cluster
date: 2018-04-12
full_link:
short_description: >
A set of machines, called nodes, that run containerized applications managed by Kubernetes.
aka:
tags:
- fundamental
- operation
---
A set of machines, called nodes, that run containerized applications managed by Kubernetes.
<!--more-->
A cluster has several worker nodes and at least one master node.