From 8f5b8c744b1b6847d9e6202d7de61fe86ed2e0bc Mon Sep 17 00:00:00 2001 From: r-chandni <136533224+r-chandni@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:05:24 +0200 Subject: [PATCH 1/2] Executable tutorial proposal --- .../executable-tutorial/cnra-amano/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 contributions/executable-tutorial/cnra-amano/README.md diff --git a/contributions/executable-tutorial/cnra-amano/README.md b/contributions/executable-tutorial/cnra-amano/README.md new file mode 100644 index 000000000..9f6e02fd3 --- /dev/null +++ b/contributions/executable-tutorial/cnra-amano/README.md @@ -0,0 +1,18 @@ +# Assignment Proposal +## Title +Policy as Code with Kubewarden: Implement and Enforce Kubernetes Policies +## Names and KTH ID +- Chandni Rakhashiya (cnra@ug.kth.se) +- Katsutoshi Amano (amano@kth.se) +## Deadline +- Task 3 +## Category +- Executable Tutorial +## Description +In this tutorial, we will explain what Policy as Code and Kubewarden are, and why they are important for Kubernetes environments. We will walk through the process of implementing and enforcing policies using Kubewarden in a Kubernetes cluster. Additionally, we will write a policy using Rego and deploy it to the cluster, demonstrating how policies can be automated and integrated seamlessly into DevOps workflows. + + + **Relevance** + + +Policy as Code is crucial for maintaining consistency, security, and compliance in Kubernetes environments, making it a core practice in modern DevOps. Kubewarden provides a powerful and flexible way to implement and enforce these policies. From af78664a2002d75f4a477db259b5e4af4357b3c8 Mon Sep 17 00:00:00 2001 From: r-chandni <136533224+r-chandni@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:16:03 +0200 Subject: [PATCH 2/2] Executable tutorial submission --- contributions/executable-tutorial/cnra-amano/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributions/executable-tutorial/cnra-amano/README.md b/contributions/executable-tutorial/cnra-amano/README.md index 9f6e02fd3..9067aee82 100644 --- a/contributions/executable-tutorial/cnra-amano/README.md +++ b/contributions/executable-tutorial/cnra-amano/README.md @@ -16,3 +16,7 @@ In this tutorial, we will explain what Policy as Code and Kubewarden are, and wh Policy as Code is crucial for maintaining consistency, security, and compliance in Kubernetes environments, making it a core practice in modern DevOps. Kubewarden provides a powerful and flexible way to implement and enforce these policies. + +The executable tutorial can be found: +killercoda - https://killercoda.com/kubewarden-executable-tutorial +Github - https://github.com/kamano905/kubewarden-executable-tutorial