Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executable tutorial proposal #2636

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions contributions/executable-tutorial/cnra-amano/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.

The executable tutorial can be found:
killercoda - https://killercoda.com/kubewarden-executable-tutorial
Github - https://github.com/kamano905/kubewarden-executable-tutorial
Loading