Skip to content

Commit 03a9729

Browse files
authored
Merge pull request #46103 from dipesh-rawat/blog-post-2021-add-author
Update 2021 blog content files to move author details in front-matter
2 parents 5ad094d + fa563d7 commit 03a9729

File tree

53 files changed

+145
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+145
-111
lines changed

content/en/blog/_posts/2021-03-09-The-Evolution-of-Kubernetes-Dashboard/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ layout: blog
33
title: "The Evolution of Kubernetes Dashboard"
44
date: 2021-03-09
55
slug: the-evolution-of-kubernetes-dashboard
6+
author: >
7+
Marcin Maciaszczyk (Kubermatic),
8+
Sebastian Florek (Kubermatic)
69
---
710

8-
Authors: Marcin Maciaszczyk, Kubermatic & Sebastian Florek, Kubermatic
9-
1011
In October 2020, the Kubernetes Dashboard officially turned five. As main project maintainers, we can barely believe that so much time has passed since our very first commits to the project. However, looking back with a bit of nostalgia, we realize that quite a lot has happened since then. Now it’s due time to celebrate “our baby” with a short recap.
1112

1213
## How It All Began

content/en/blog/_posts/2021-04-06-PodSecurityPolicy-Past-Present-and-Future.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ layout: blog
33
title: "PodSecurityPolicy Deprecation: Past, Present, and Future"
44
date: 2021-04-06
55
slug: podsecuritypolicy-deprecation-past-present-and-future
6+
author: >
7+
Tabitha Sable (Kubernetes SIG Security)
68
---
7-
**Author:** Tabitha Sable (Kubernetes SIG Security)
89

910
{{% pageinfo color="primary" %}}
1011
**Update:** *With the release of Kubernetes v1.25, PodSecurityPolicy has been removed.*

content/en/blog/_posts/2021-04-08-cronjob-reaches-ga/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ layout: blog
33
title: 'Kubernetes 1.21: CronJob Reaches GA'
44
date: 2021-04-09
55
slug: kubernetes-release-1.21-cronjob-ga
6+
author: >
7+
Alay Patel (Red Hat),
8+
Maciej Szulik (Red Hat)
69
---
710

8-
**Authors:** Alay Patel (Red Hat), and Maciej Szulik (Red Hat)
9-
1011
In Kubernetes v1.21, the
1112
[CronJob](/docs/concepts/workloads/controllers/cron-jobs/) resource
1213
reached general availability (GA). We've also substantially improved the

content/en/blog/_posts/2021-04-08-kubernetes-release-1.21.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: 'Kubernetes 1.21: Power to the Community'
44
date: 2021-04-08
55
slug: kubernetes-1-21-release-announcement
66
evergreen: true
7+
author: >
8+
[Kubernetes 1.21 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.21/release-team.md)
79
---
810

9-
**Authors:** [Kubernetes 1.21 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.21/release-team.md)
10-
1111
We’re pleased to announce the release of Kubernetes 1.21, our first release of 2021! This release consists of 51 enhancements: 13 enhancements have graduated to stable, 16 enhancements are moving to beta, 20 enhancements are entering alpha, and 2 features have been deprecated.
1212

1313
This release cycle, we saw a major shift in ownership of processes around the release team. We moved from a synchronous mode of communication, where we periodically asked the community for inputs, to a mode where the community opts-in to contribute features and/or blogs to the release. These changes have resulted in an increase in collaboration and teamwork across the community. The result of all that is reflected in Kubernetes 1.21 having the most number of features in the recent times.

content/en/blog/_posts/2021-04-12-introducing-suspended-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: "Introducing Suspended Jobs"
33
date: 2021-04-12
44
slug: introducing-suspended-jobs
55
layout: blog
6+
author: >
7+
Adhityaa Chandrasekar (Google)
68
---
79

8-
**Author:** Adhityaa Chandrasekar (Google)
9-
1010
[Jobs](/docs/concepts/workloads/controllers/job/) are a crucial part of
1111
Kubernetes' API. While other kinds of workloads such as [Deployments](/docs/concepts/workloads/controllers/deployment/),
1212
[ReplicaSets](/docs/concepts/workloads/controllers/replicaset/),

content/en/blog/_posts/2021-04-13-kube-state-metrics-goes-v-2-0.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ layout: blog
33
title: "kube-state-metrics goes v2.0"
44
date: 2021-04-13
55
slug: kube-state-metrics-v-2-0
6+
author: >
7+
Lili Cosic (Red Hat),
8+
Frederic Branczyk (Polar Signals),
9+
Manuel Rüger (Sony Interactive Entertainment),
10+
Tariq Ibrahim (Salesforce)
611
---
712

8-
**Authors:** Lili Cosic (Red Hat), Frederic Branczyk (Polar Signals), Manuel Rüger (Sony Interactive Entertainment), Tariq Ibrahim (Salesforce)
9-
1013
## What?
1114

1215
[kube-state-metrics](https://github.com/kubernetes/kube-state-metrics), a project under the Kubernetes organization, generates Prometheus format metrics based on the current state of the Kubernetes native resources. It does this by listening to the Kubernetes API and gathering information about resources and objects, e.g. Deployments, Pods, Services, and StatefulSets. A full list of resources is available in the [documentation](https://github.com/kubernetes/kube-state-metrics/tree/master/docs) of kube-state-metrics.

content/en/blog/_posts/2021-04-14-local-storage-features-go-beta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Local Storage: Storage Capacity Tracking, Distributed Provisioning and Generic Ephemeral Volumes hit Beta"
44
date: 2021-04-14
55
slug: local-storage-features-go-beta
6+
author: >
7+
Patrick Ohly (Intel)
68
---
79

8-
**Authors:** Patrick Ohly (Intel)
9-
1010
The ["generic ephemeral
1111
volumes"](/docs/concepts/storage/ephemeral-volumes/#generic-ephemeral-volumes)
1212
and ["storage capacity

content/en/blog/_posts/2021-04-15-Three-Tenancy-Models-for-Kubernetes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ layout: blog
33
title: 'Three Tenancy Models For Kubernetes'
44
date: 2021-04-15
55
slug: three-tenancy-models-for-kubernetes
6+
author: >
7+
Ryan Bezdicek (Medtronic),
8+
Jim Bugwadia (Nirmata),
9+
Tasha Drew (VMware),
10+
Fei Guo (Alibaba),
11+
Adrian Ludwin (Google)
612
---
713

8-
**Authors:** Ryan Bezdicek (Medtronic), Jim Bugwadia (Nirmata), Tasha Drew (VMware), Fei Guo (Alibaba), Adrian Ludwin (Google)
9-
1014
Kubernetes clusters are typically used by several teams in an organization. In other cases, Kubernetes may be used to deliver applications to end users requiring segmentation and isolation of resources across users from different organizations. Secure sharing of Kubernetes control plane and worker node resources allows maximizing productivity and saving costs in both cases.
1115

1216
The Kubernetes Multi-Tenancy Working Group is chartered with defining tenancy models for Kubernetes and making it easier to operationalize tenancy related use cases. This blog post, from the working group members, describes three common tenancy models and introduces related working group projects.

content/en/blog/_posts/2021-04-16-volume-health-monitoring-alpha.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Volume Health Monitoring Alpha Update"
44
date: 2021-04-16
55
slug: volume-health-monitoring-alpha-update
6+
author: >
7+
Xing Yang (VMware)
68
---
79

8-
**Author:** Xing Yang (VMware)
9-
1010
The CSI Volume Health Monitoring feature, originally introduced in 1.19 has undergone a large update for the 1.21 release.
1111

1212
## Why add Volume Health Monitoring to Kubernetes?

content/en/blog/_posts/2021-04-19-introducing-indexed-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "Introducing Indexed Jobs"
33
date: 2021-04-19
44
slug: introducing-indexed-jobs
5+
author: >
6+
Aldo Culquicondor (Google)
57
---
68

7-
**Author:** Aldo Culquicondor (Google)
8-
99
Once you have containerized a non-parallel [Job](/docs/concepts/workloads/controllers/job/),
1010
it is quite easy to get it up and running on Kubernetes without modifications to
1111
the binary. In most cases, when running parallel distributed Jobs, you had

0 commit comments

Comments
 (0)