From a982e451bbdf1e2f94d068f14476ddbeec3bcbaf Mon Sep 17 00:00:00 2001 From: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:45:55 +0530 Subject: [PATCH 1/4] fixed the link --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md index 7fc83cad03..590aa0597d 100644 --- a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md +++ b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md @@ -45,7 +45,7 @@ Linux containers (and underlying mechanisms such as kernel namespaces) work. You can read about cgroups in the Kubernetes glossary: [`cgroup`](https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-cgroup) and learn more about cgroups interact with namespaces in the NGINX project article [What Are Namespaces and cgroups, and How Do They Work?](https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work/). (As you read that, bear in mind that Linux kernel namespaces are a different thing from -[Kubernetes namespaces](h/docs/concepts/overview/working-with-objects/namespaces/)). +[Kubernetes namespaces](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/)). ## Skip the talk, what do I need to use this new approach? From 256d6a26385238c8acc81eb2e68bc00e0fcbcd0a Mon Sep 17 00:00:00 2001 From: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:56:41 +0530 Subject: [PATCH 2/4] Fixed the link --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md index 590aa0597d..25161b8c96 100644 --- a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md +++ b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md @@ -45,7 +45,7 @@ Linux containers (and underlying mechanisms such as kernel namespaces) work. You can read about cgroups in the Kubernetes glossary: [`cgroup`](https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-cgroup) and learn more about cgroups interact with namespaces in the NGINX project article [What Are Namespaces and cgroups, and How Do They Work?](https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work/). (As you read that, bear in mind that Linux kernel namespaces are a different thing from -[Kubernetes namespaces](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/)). +[Kubernetes namespaces](/docs/concepts/overview/working-with-objects/namespaces/)). ## Skip the talk, what do I need to use this new approach? From ca413bf30e7b464825fb0749bca6c16579b1f4f2 Mon Sep 17 00:00:00 2001 From: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Fri, 29 Apr 2022 18:07:53 +0530 Subject: [PATCH 3/4] fixed the broken link --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md index 25161b8c96..dff7428219 100644 --- a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md +++ b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md @@ -45,7 +45,7 @@ Linux containers (and underlying mechanisms such as kernel namespaces) work. You can read about cgroups in the Kubernetes glossary: [`cgroup`](https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-cgroup) and learn more about cgroups interact with namespaces in the NGINX project article [What Are Namespaces and cgroups, and How Do They Work?](https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work/). (As you read that, bear in mind that Linux kernel namespaces are a different thing from -[Kubernetes namespaces](/docs/concepts/overview/working-with-objects/namespaces/)). +[Kubernetes namespaces](/docs/concepts/overview/working-with-objects/namespaces/). ## Skip the talk, what do I need to use this new approach? From c68c4e95187bdb91675335461ca26faae0fc35f7 Mon Sep 17 00:00:00 2001 From: Tej Singh Rana <58101587+Tej-Singh-Rana@users.noreply.github.com> Date: Fri, 29 Apr 2022 19:17:14 +0530 Subject: [PATCH 4/4] Added back the bracket --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md index dff7428219..25161b8c96 100644 --- a/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md +++ b/content/en/blog/_posts/2022-04-28-Increasing-the-security-bar-in-Ingress-NGINX/index.md @@ -45,7 +45,7 @@ Linux containers (and underlying mechanisms such as kernel namespaces) work. You can read about cgroups in the Kubernetes glossary: [`cgroup`](https://kubernetes.io/docs/reference/glossary/?fundamental=true#term-cgroup) and learn more about cgroups interact with namespaces in the NGINX project article [What Are Namespaces and cgroups, and How Do They Work?](https://www.nginx.com/blog/what-are-namespaces-cgroups-how-do-they-work/). (As you read that, bear in mind that Linux kernel namespaces are a different thing from -[Kubernetes namespaces](/docs/concepts/overview/working-with-objects/namespaces/). +[Kubernetes namespaces](/docs/concepts/overview/working-with-objects/namespaces/)). ## Skip the talk, what do I need to use this new approach?