Skip to content

Commit 2cc93fe

Browse files
authored
Merge pull request #45984 from dipesh-rawat/blog-post-2023-add-author
Update 2023 blog content files to move author details in front-matter
2 parents 774a520 + 5354e73 commit 2cc93fe

File tree

78 files changed

+222
-166
lines changed

Some content is hidden

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

78 files changed

+222
-166
lines changed

content/en/blog/_posts/2023-01-02-cross-namespace-data-sources-alpha.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes v1.26: Alpha support for cross-namespace storage data sources"
44
date: 2023-01-02
55
slug: cross-namespace-data-sources-alpha
6+
author: >
7+
Takafumi Takahashi (Hitachi Vantara)
68
---
79

8-
**Author:** Takafumi Takahashi (Hitachi Vantara)
9-
1010
Kubernetes v1.26, released last month, introduced an alpha feature that
1111
lets you specify a data source for a PersistentVolumeClaim, even where the source
1212
data belong to a different namespace.

content/en/blog/_posts/2023-01-05-retroactive-default-storage-class.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes v1.26: Retroactive Default StorageClass"
44
date: 2023-01-05
55
slug: retroactive-default-storage-class
6+
author: >
7+
Roman Bednář (Red Hat)
68
---
79

8-
**Author:** Roman Bednář (Red Hat)
9-
1010
The v1.25 release of Kubernetes introduced an alpha feature to change how a default
1111
StorageClass was assigned to a PersistentVolumeClaim (PVC). With the feature enabled,
1212
you no longer need to create a default StorageClass first and PVC second to assign the

content/en/blog/_posts/2023-01-06-unhealthy-pod-eviction-policy-for-pdb.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ layout: blog
33
title: "Kubernetes 1.26: Eviction policy for unhealthy pods guarded by PodDisruptionBudgets"
44
date: 2023-01-06
55
slug: "unhealthy-pod-eviction-policy-for-pdbs"
6+
author: >
7+
Filip Křepinský (Red Hat),
8+
Morten Torkildsen (Google),
9+
Ravi Gudimetla (Apple)
610
---
711

8-
**Authors:** Filip Křepinský (Red Hat), Morten Torkildsen (Google), Ravi Gudimetla (Apple)
9-
10-
1112
Ensuring the disruptions to your applications do not affect its availability isn't a simple
1213
task. Last month's release of Kubernetes v1.26 lets you specify an _unhealthy pod eviction policy_
1314
for [PodDisruptionBudgets](/docs/concepts/workloads/pods/disruptions/#pod-disruption-budgets) (PDBs)

content/en/blog/_posts/2023-01-12-protect-mission-critical-pods-priorityclass/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "Protect Your Mission-Critical Pods From Eviction With PriorityClass"
44
date: 2023-01-12
55
slug: protect-mission-critical-pods-priorityclass
66
description: "Pod priority and preemption help to make sure that mission-critical pods are up in the event of a resource crunch by deciding order of scheduling and eviction."
7+
author: >
8+
Sunny Bhambhani (InfraCloud Technologies)
79
---
810

9-
**Author:** Sunny Bhambhani (InfraCloud Technologies)
10-
1111
Kubernetes has been widely adopted, and many organizations use it as their de-facto
1212
orchestration engine for running workloads that need to be created and deleted frequently.
1313

content/en/blog/_posts/2023-01-20-Security-Behavior-Analysis/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ layout: blog
33
title: Consider All Microservices Vulnerable — And Monitor Their Behavior
44
date: 2023-01-20
55
slug: security-behavior-analysis
6+
author: >
7+
David Hadas (IBM Research Labs)
68
---
79

8-
**Author:**
9-
David Hadas (IBM Research Labs)
10-
1110
_This post warns Devops from a false sense of security. Following security
1211
best practices when developing and configuring microservices do not result
1312
in non-vulnerable microservices. The post shows that although all deployed

content/en/blog/_posts/2023-02-03-sig-instrumentation-spotlight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "Spotlight on SIG Instrumentation"
44
slug: sig-instrumentation-spotlight-2023
55
date: 2023-02-03
66
canonicalUrl: https://www.kubernetes.dev/blog/2023/02/03/sig-instrumentation-spotlight-2023/
7+
author: >
8+
Imran Noor Mohamed (Delivery Hero)
79
---
810

9-
**Author:** Imran Noor Mohamed (Delivery Hero)
10-
1111
Observability requires the right data at the right time for the right consumer
1212
(human or piece of software) to make the right decision. In the context of Kubernetes,
1313
having best practices for cluster observability across all Kubernetes components is crucial.

content/en/blog/_posts/2023-02-06-k8s-gcr-io-freeze-announcement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "k8s.gcr.io Image Registry Will Be Frozen From the 3rd of April 2023"
44
date: 2023-02-06
55
slug: k8s-gcr-io-freeze-announcement
6+
author: >
7+
Mahamed Ali (Rackspace Technology)
68
---
79

8-
**Authors**: Mahamed Ali (Rackspace Technology)
9-
1010
The Kubernetes project runs a community-owned image registry called `registry.k8s.io`
1111
to host its container images. On the 3rd of April 2023, the old registry `k8s.gcr.io`
1212
will be frozen and no further images for Kubernetes and related subprojects will be

content/en/blog/_posts/2023-03-01-introducing-kwok/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: "Introducing KWOK: Kubernetes WithOut Kubelet"
44
date: 2023-03-01
55
slug: introducing-kwok
66
canonicalUrl: https://kubernetes.dev/blog/2023/03/01/introducing-kwok/
7+
author: >
8+
Shiming Zhang (DaoCloud),
9+
Wei Huang (Apple),
10+
Yibo Zhuang (Apple)
711
---
812

9-
**Author:** Shiming Zhang (DaoCloud), Wei Huang (Apple), Yibo Zhuang (Apple)
10-
1113
<img style="float: right; display: inline-block; margin-left: 2em; max-width: 15em;" src="/blog/2023/03/01/introducing-kwok/kwok.svg" alt="KWOK logo" />
1214

1315
Have you ever wondered how to set up a cluster of thousands of nodes just in seconds, how to simulate real nodes with a low resource footprint, and how to test your Kubernetes controller at scale without spending much on infrastructure?

content/en/blog/_posts/2023-03-10-forensic-container-analysis/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Forensic container analysis"
44
date: 2023-03-10
55
slug: forensic-container-analysis
6+
author: >
7+
Adrian Reber (Red Hat)
68
---
79

8-
**Authors:** Adrian Reber (Red Hat)
9-
1010
In my previous article, [Forensic container checkpointing in
1111
Kubernetes][forensic-blog], I introduced checkpointing in Kubernetes
1212
and how it has to be setup and how it can be used. The name of the

content/en/blog/_posts/2023-03-10-image-registry-change.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@ layout: blog
33
title: "k8s.gcr.io Redirect to registry.k8s.io - What You Need to Know"
44
date: 2023-03-10T17:00:00.000Z
55
slug: image-registry-redirect
6+
author: >
7+
Bob Killen (Google),
8+
Davanum Srinivas (AWS),
9+
Chris Short (AWS),
10+
Frederico Muñoz (SAS Institute),
11+
Tim Bannister (The Scale Factory),
12+
Ricky Sadowski (AWS),
13+
Grace Nguyen (Expo),
14+
Mahamed Ali (Rackspace Technology),
15+
Mars Toktonaliev (independent),
16+
Laura Santamaria (Dell),
17+
Kat Cosgrove (Dell)
618
---
719

8-
**Authors**: Bob Killen (Google), Davanum Srinivas (AWS), Chris Short (AWS), Frederico Muñoz (SAS
9-
Institute), Tim Bannister (The Scale Factory), Ricky Sadowski (AWS), Grace Nguyen (Expo), Mahamed
10-
Ali (Rackspace Technology), Mars Toktonaliev (independent), Laura Santamaria (Dell), Kat Cosgrove
11-
(Dell)
12-
13-
1420
On Monday, March 20th, the k8s.gcr.io registry [will be redirected to the community owned
1521
registry](https://kubernetes.io/blog/2022/11/28/registry-k8s-io-faster-cheaper-ga/),
1622
**registry.k8s.io** .

0 commit comments

Comments
 (0)