šŸš§ This platform open-source and is in early development. We welcome feature requests and pull requests! šŸš€

Introduction to Kyverno

2021-02-19

In this episode, we'll get you up to speed with everything you need to get started with Kyverno.


šŸæ Rawkode Live

Hosted by David McKay / šŸ¦ https://twitter.com/rawkode
Website: https://rawkode.live
Discord Chat: https://rawkode.live/chat

#RawkodeLive

šŸ•° Timeline

00:00 - Holding Screen
00:15 - Introductions
01:30 - What is Kyverno?
09:20 - Kyverno vs. PodSecurityPolicies
15:20 - Installing Kyverno
18:30 - Applying our first policy
24:40 - Can we all use the same prepackaged policies?
29:55 - Applying the PodSecurityPolicy policies
40:00 - Writing Kyverno policies
48:50 - Audit reports
57:20 - Generating policies
01:08:00 - Variables
01:10:00 - External data sources (API Server)

šŸ‘„ About the Guests

Jim Bugwadia

Founder at Nirmata

šŸ¦ https://twitter.com/jimbugwadia
šŸ§© https://github.com/JimBugwadia
šŸŒ https://nirmata.com/


Shuting Zhao

Maintainer of the Kyverno project

šŸ¦ https://twitter.com/ShutingZhao2
šŸ§© https://github.com/realshuting
šŸŒ https://www.linkedin.com/in/shuting-zhao-1a1aa912b/


šŸ”Ø About the Technologies

Kyverno

Kyverno is a policy engine designed for Kubernetes. With Kyverno, policies are managed as Kubernetes resources and no new language is required to write policies. This allows using familiar tools such as kubectl, git, and kustomize to manage policies. Kyverno policies can validate, mutate, and generate Kubernetes resources. The Kyverno CLI can be used to test policies and validate resources as part of a CI/CD pipeline.

šŸŒ https://kyverno.io/
šŸ¦ https://twitter.com/kyverno
šŸ§© https://github.com/kyverno/kyverno

#Policy #Compliance #Kubernetes