Fix glossary definitions for cluster infrastructure & operations (#18317)

- Fix category typo
- Reword
This commit is contained in:
Tim Bannister 2020-03-16 05:18:35 +00:00 committed by GitHub
parent 8af9b075c6
commit 8999de5238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

View File

@ -8,6 +8,6 @@ short_description: >
aka:
tags:
- operations
- operation
---
The infrastructure layer provides and maintains VMs, networking, security groups and others.
The infrastructure layer provides and maintains VMs, networking, security groups and others.

View File

@ -4,10 +4,18 @@ id: cluster-operations
date: 2019-05-12
full_link:
short_description: >
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster.
The work involved in managing a Kubernetes cluster.
aka:
tags:
- operations
- operation
---
Activities such as upgrading the clusters, implementing security, storage, ingress, networking, logging and monitoring, and other operations involved in managing a Kubernetes cluster.
The work involved in managing a Kubernetes cluster: managing
day-to-day operations, and co-ordinating upgrades.
<!--more-->
Examples of cluster operations work include: deploying new Nodes to
scale the cluster; performing software upgrades; implementing security
controls; adding or removing storage; configuring cluster networking;
managing cluster-wide observability; and responding to events.