Fix glossary definitions for cluster infrastructure & operations (#18317)
- Fix category typo - Reword
This commit is contained in:
parent
8af9b075c6
commit
8999de5238
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue