Anton Sankov

Talks
Getting started with Go
Are you wondering why some language named Go is getting more and more popular? If yes, join this workshop to understand why and make your first steps with it. We will start from scratch and by the end of the workshop you will know how to write Go programs the Go way.
Securing Kubernetes with Open Policy Agent
Kubernetes RBAC is limited because it only goes as far as whether a user can or cannot create new Kubernetes resources. Admission controllers solve this problem. They are a generic build-in security mechanism that allows you to write custom logic that determines whether or not a given resource can or cannot be created into the cluster. Open Policy Agent (OPA) implements this mechanism and allows you to write policies and rules on whether or not a given resource can or cannot be created in the Kubernetes cluster.