Skip to content

Commit 9cc8cd6

Browse files
committed
Update 2022 blog to include author in front-matter
1 parent 2de4371 commit 9cc8cd6

File tree

65 files changed

+167
-136
lines changed

Some content is hidden

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

65 files changed

+167
-136
lines changed

content/en/blog/_posts/2022-01-07-kubernetes-is-moving-on-from-dockershim.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ layout: blog
33
title: "Kubernetes is Moving on From Dockershim: Commitments and Next Steps"
44
date: 2022-01-07
55
slug: kubernetes-is-moving-on-from-dockershim
6+
author: >
7+
Sergey Kanzhelev (Google),
8+
Jim Angel (Google),
9+
Davanum Srinivas (VMware),
10+
Shannon Kularathna (Google),
11+
Chris Short (AWS),
12+
Dawn Chen (Google)
613
---
714

8-
**Authors:** Sergey Kanzhelev (Google), Jim Angel (Google), Davanum Srinivas (VMware), Shannon Kularathna (Google), Chris Short (AWS), Dawn Chen (Google)
9-
1015
Kubernetes is removing dockershim in the upcoming v1.24 release. We're excited
1116
to reaffirm our community values by supporting open source container runtimes,
1217
enabling a smaller kubelet, and increasing engineering velocity for teams using

content/en/blog/_posts/2022-01-19-Securing-Admission-Controllers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Securing Admission Controllers"
44
date: 2022-01-19
55
slug: secure-your-admission-controllers-and-webhooks
6+
author: >
7+
Rory McCune (Aqua Security)
68
---
79

8-
**Author:** Rory McCune (Aqua Security)
9-
1010
[Admission control](/docs/reference/access-authn-authz/admission-controllers/) is a key part of Kubernetes security, alongside authentication and authorization. Webhook admission controllers are extensively used to help improve the security of Kubernetes clusters in a variety of ways including restricting the privileges of workloads and ensuring that images deployed to the cluster meet organization’s security requirements.
1111

1212
However, as with any additional component added to a cluster, security risks can present themselves. A security risk example is if the deployment and management of the admission controller are not handled correctly. To help admission controller users and designers manage these risks appropriately, the [security documentation](https://github.com/kubernetes/community/tree/master/sig-security#security-docs) subgroup of SIG Security has spent some time developing a [threat model for admission controllers](https://github.com/kubernetes/sig-security/tree/main/sig-security-docs/papers/admission-control). This threat model looks at likely risks which may arise from the incorrect use of admission controllers, which could allow security policies to be bypassed, or even allow an attacker to get unauthorised access to the cluster.

content/en/blog/_posts/2022-02-07-sig-multicluster-spotlight/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: "Spotlight on SIG Multicluster"
44
date: 2022-02-07
55
slug: sig-multicluster-spotlight-2022
66
canonicalUrl: https://www.kubernetes.dev/blog/2022/02/04/sig-multicluster-spotlight-2022/
7+
author: >
8+
Dewan Ahmed (Aiven),
9+
Chris Short (AWS)
710
---
811

9-
**Authors:** Dewan Ahmed (Aiven) and Chris Short (AWS)
10-
1112
## Introduction
1213

1314
[SIG Multicluster](https://github.com/kubernetes/community/tree/master/sig-multicluster) is the SIG focused on how Kubernetes concepts are expanded and used beyond the cluster boundary. Historically, Kubernetes resources only interacted within that boundary - KRU or Kubernetes Resource Universe (not an actual Kubernetes concept). Kubernetes clusters, even now, don't really know anything about themselves or, about other clusters. Absence of cluster identifiers is a case in point. With the growing adoption of multicloud and multicluster deployments, the work SIG Multicluster doing is gaining a lot of attention. In this blog, [Jeremy Olmsted-Thompson, Google](https://twitter.com/jeremyot) and [Chris Short, AWS](https://twitter.com/ChrisShort) discuss the interesting problems SIG Multicluster is solving and how you can get involved. Their initials **JOT** and **CS** will be used for brevity.

content/en/blog/_posts/2022-02-16-sig-node-ci-subproject-celebrates/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: 'SIG Node CI Subproject Celebrates Two Years of Test Improvements'
44
date: 2022-02-16
55
slug: sig-node-ci-subproject-celebrates
66
canonicalUrl: https://www.kubernetes.dev/blog/2022/02/16/sig-node-ci-subproject-celebrates-two-years-of-test-improvements/
7+
author: >
8+
Sergey Kanzhelev (Google),
9+
Elana Hashman (Red Hat)
710
---
811

9-
**Authors:** Sergey Kanzhelev (Google), Elana Hashman (Red Hat)
10-
1112
Ensuring the reliability of SIG Node upstream code is a continuous effort
1213
that takes a lot of behind-the-scenes effort from many contributors.
1314
There are frequent releases of Kubernetes, base operating systems,

content/en/blog/_posts/2022-03-31-ready-for-dockershim-removal.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ layout: blog
33
title: "Is Your Cluster Ready for v1.24?"
44
date: 2022-03-31
55
slug: ready-for-dockershim-removal
6+
author: >
7+
Kat Cosgrove
68
---
79

8-
**Author:** Kat Cosgrove
9-
10-
1110
Way back in December of 2020, Kubernetes announced the [deprecation of Dockershim](/blog/2020/12/02/dont-panic-kubernetes-and-docker/). In Kubernetes, dockershim is a software shim that allows you to use the entire Docker engine as your container runtime within Kubernetes. In the upcoming v1.24 release, we are removing Dockershim - the delay between deprecation and removal in line with the [project’s policy](https://kubernetes.io/docs/reference/using-api/deprecation-policy/) of supporting features for at least one year after deprecation. If you are a cluster operator, this guide includes the practical realities of what you need to know going into this release. Also, what do you need to do to ensure your cluster doesn’t fall over!
1211

1312
## First, does this even affect you?

content/en/blog/_posts/2022-04-07-Kubernetes-1-24-removals-and-deprecations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes Removals and Deprecations In 1.24"
44
date: 2022-04-07
55
slug: upcoming-changes-in-kubernetes-1-24
6+
author: >
7+
Mickey Boxell (Oracle)
68
---
79

8-
**Author**: Mickey Boxell (Oracle)
9-
1010
As Kubernetes evolves, features and APIs are regularly revisited and removed. New features may offer
1111
an alternative or improved approach to solving existing problems, motivating the team to remove the
1212
old approach.

content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ layout: blog
33
title: 'Increasing the security bar in Ingress-NGINX v1.2.0'
44
date: 2022-04-28
55
slug: ingress-nginx-1-2-0
6+
author: >
7+
Ricardo Katz (VMware),
8+
James Strong (Chainguard)
69
---
710

8-
**Authors:** Ricardo Katz (VMware), James Strong (Chainguard)
9-
1011
The [Ingress](/docs/concepts/services-networking/ingress/) may be one of the most targeted components
1112
of Kubernetes. An Ingress typically defines an HTTP reverse proxy, exposed to the Internet, containing
1213
multiple websites, and with some privileged access to Kubernetes API (such as to read Secrets relating to

content/en/blog/_posts/2022-04-29-kubernetes-1.23-release-interview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
layout: blog
33
title: "Frontiers, fsGroups and frogs: the Kubernetes 1.23 release interview"
44
date: 2022-04-29
5+
author: >
6+
Craig Box (Google)
57
---
68

7-
**Author**: Craig Box (Google)
8-
99
One of the highlights of hosting the weekly [Kubernetes Podcast from Google](https://kubernetespodcast.com/) is talking to the release managers for each new Kubernetes version. The release team is constantly refreshing. Many working their way from small documentation fixes, step up to shadow roles, and then eventually lead a release.
1010

1111
As we prepare for the 1.24 release next week, [in accordance with long-standing tradition](https://www.google.com/search?q=%22release+interview%22+site%3Akubernetes.io%2Fblog), I'm pleased to bring you a look back at the story of 1.23. The release was led by [Rey Lejano](https://twitter.com/reylejano), a Field Engineer at SUSE. [I spoke to Rey](https://kubernetespodcast.com/episode/167-kubernetes-1.23/) in December, as he was awaiting the birth of his first child.

content/en/blog/_posts/2022-05-03-dockershim-historical-context.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ layout: blog
33
title: "Dockershim: The Historical Context"
44
date: 2022-05-03
55
slug: dockershim-historical-context
6+
author: >
7+
Kat Cosgrove
68
---
79

8-
**Author:** Kat Cosgrove
9-
10-
1110
Dockershim has been removed as of Kubernetes v1.24, and this is a positive move for the project. However, context is important for fully understanding something, be it socially or in software development, and this deserves a more in-depth review. Alongside the dockershim removal in Kubernetes v1.24, we’ve seen some confusion (sometimes at a panic level) and dissatisfaction with this decision in the community, largely due to a lack of context around this removal. The decision to deprecate and eventually remove dockershim from Kubernetes was not made quickly or lightly. Still, it’s been in the works for so long that many of today’s users are newer than that decision, and certainly newer than the choices that led to the dockershim being necessary in the first place.
1211

1312
So what is the dockershim, and why is it going away?

content/en/blog/_posts/2022-05-03-kubernetes-release-1.24.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: blog
33
title: "Kubernetes 1.24: Stargazer"
44
date: 2022-05-03
55
slug: kubernetes-1-24-release-announcement
6+
author: >
7+
[Kubernetes 1.24 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.24/release-team.md)
68
---
79

8-
**Authors**: [Kubernetes 1.24 Release Team](https://github.com/kubernetes/sig-release/blob/master/releases/release-1.24/release-team.md)
9-
1010
We are excited to announce the release of Kubernetes 1.24, the first release of 2022!
1111

1212
This release consists of 46 enhancements: fourteen enhancements have graduated to stable,

0 commit comments

Comments
 (0)