Skip to content

Commit c0de5c6

Browse files
committed
Update blog layout to include author in metadata
1 parent 01bc0af commit c0de5c6

File tree

12 files changed

+34
-24
lines changed

12 files changed

+34
-24
lines changed

content/en/blog/_posts/2024-01-15-SIG-Release-Spotlight/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "Spotlight on SIG Release (Release Team Subproject)"
44
date: 2024-01-15
55
slug: sig-release-spotlight-2023
66
canonicalUrl: https://www.kubernetes.dev/blog/2024/01/15/sig-release-spotlight-2023/
7+
author: >
8+
Nitish Kumar
79
---
810

9-
**Author:** Nitish Kumar
10-
1111
The Release Special Interest Group (SIG Release), where Kubernetes sharpens its blade
1212
with cutting-edge features and bug fixes every 4 months. Have you ever considered how such a big
1313
project like Kubernetes manages its timeline so efficiently to release its new version, or how

content/en/blog/_posts/2024-01-23-image-filesystem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: 'Image Filesystem: Configuring Kubernetes to store containers on a separate filesystem'
44
date: 2024-01-23
55
slug: kubernetes-separate-image-filesystem
6+
author: >
7+
Kevin Hannon (Red Hat)
68
---
79

8-
**Author:** Kevin Hannon (Red Hat)
9-
1010
A common issue in running/operating Kubernetes clusters is running out of disk space.
1111
When the node is provisioned, you should aim to have a good amount of storage space for your container images and running containers.
1212
The [container runtime](/docs/setup/production-environment/container-runtimes/) usually writes to `/var`.

content/en/blog/_posts/2024-02-22-k8s-book-club/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "A look into the Kubernetes Book Club"
44
slug: k8s-book-club
55
date: 2024-02-22
66
canonicalUrl: https://www.k8s.dev/blog/2024/02/22/k8s-book-club/
7+
author: >
8+
Frederico Muñoz (SAS Institute)
79
---
810

9-
**Author**: Frederico Muñoz (SAS Institute)
10-
1111
Learning Kubernetes and the entire ecosystem of technologies around it is not without its
1212
challenges. In this interview, we will talk with [Carlos Santana
1313
(AWS)](https://www.linkedin.com/in/csantanapr/) to learn a bit more about how he created the

content/en/blog/_posts/2024-03-01-sig-cloud-provider-spotlight.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ title: "Spotlight on SIG Cloud Provider"
44
slug: sig-cloud-provider-spotlight-2024
55
date: 2024-03-01
66
canonicalUrl: https://www.k8s.dev/blog/2024/03/01/sig-cloud-provider-spotlight-2024/
7+
author: >
8+
Arujjwal Negi
79
---
810

9-
**Author**: Arujjwal Negi
10-
1111
One of the most popular ways developers use Kubernetes-related services is via cloud providers, but
1212
have you ever wondered how cloud providers can do that? How does this whole process of integration
1313
of Kubernetes to various cloud providers happen? To answer that, let's put the spotlight on [SIG

content/en/blog/_posts/2024-03-07-cri-o-seccomp-oci-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "CRI-O: Applying seccomp profiles from OCI registries"
44
date: 2024-03-07
55
slug: cri-o-seccomp-oci-artifacts
6+
author: >
7+
Sascha Grunert
68
---
79

8-
**Author:** Sascha Grunert
9-
1010
Seccomp stands for secure computing mode and has been a feature of the Linux
1111
kernel since version 2.6.12. It can be used to sandbox the privileges of a
1212
process, restricting the calls it is able to make from userspace into the

content/en/blog/_posts/2024-03-12-mid-cycle-1.30.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ layout: blog
33
title: 'A Peek at Kubernetes v1.30'
44
date: 2024-03-12
55
slug: kubernetes-1-30-upcoming-changes
6+
author: >
7+
Amit Dsouza,
8+
Frederick Kautz,
9+
Kristin Martin,
10+
Abigail McCarthy,
11+
Natali Vlatko
612
---
713

8-
**Authors:** Amit Dsouza, Frederick Kautz, Kristin Martin, Abigail McCarthy, Natali Vlatko
9-
1014
## A quick look: exciting changes in Kubernetes v1.30
1115

1216
It's a new year and a new Kubernetes release. We're halfway through the release cycle and

content/en/blog/_posts/2024-04-03-windows-ops-readiness.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ layout: blog
33
title: "Introducing the Windows Operational Readiness Specification"
44
date: 2024-04-03
55
slug: intro-windows-ops-readiness
6+
author: >
7+
Jay Vyas (Tesla),
8+
Amim Knabben (Broadcom),
9+
Tatenda Zifudzi (AWS)
610
---
711

8-
**Authors:** Jay Vyas (Tesla), Amim Knabben (Broadcom), and Tatenda Zifudzi (AWS)
9-
10-
1112
Since Windows support [graduated to stable](/blog/2019/03/25/kubernetes-1-14-release-announcement/)
1213
with Kubernetes 1.14 in 2019, the capability to run Windows workloads has been much
1314
appreciated by the end user community. The level of and availability of Windows workload

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-1/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "DIY: Create Your Own Cloud with Kubernetes (Part 1)"
44
slug: diy-create-your-own-cloud-with-kubernetes-part-1
55
date: 2024-04-05T07:30:00+00:00
6+
author: >
7+
Andrei Kvapil (Ænix)
68
---
79

8-
**Author**: Andrei Kvapil (Ænix)
9-
1010
At Ænix, we have a deep affection for Kubernetes and dream that all modern technologies will soon
1111
start utilizing its remarkable patterns.
1212

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-2/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "DIY: Create Your Own Cloud with Kubernetes (Part 2)"
44
slug: diy-create-your-own-cloud-with-kubernetes-part-2
55
date: 2024-04-05T07:35:00+00:00
6+
author: >
7+
Andrei Kvapil (Ænix)
68
---
79

8-
**Author**: Andrei Kvapil (Ænix)
9-
1010
Continuing our series of posts on how to build your own cloud using just the Kubernetes ecosystem.
1111
In the [previous article](/blog/2024/04/05/diy-create-your-own-cloud-with-kubernetes-part-1/), we
1212
explained how we prepare a basic Kubernetes distribution based on Talos Linux and Flux CD.

content/en/blog/_posts/2024-04-05-diy-create-your-own-cloud-with-kubernetes-part-3/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "DIY: Create Your Own Cloud with Kubernetes (Part 3)"
44
slug: diy-create-your-own-cloud-with-kubernetes-part-3
55
date: 2024-04-05T07:40:00+00:00
6+
author: >
7+
Andrei Kvapil (Ænix)
68
---
79

8-
**Author**: Andrei Kvapil (Ænix)
9-
1010
Approaching the most interesting phase, this article delves into running Kubernetes within
1111
Kubernetes. Technologies such as Kamaji and Cluster API are highlighted, along with their
1212
integration with KubeVirt.

0 commit comments

Comments
 (0)