#8 Kraków Cloud Native Group
Talk #1: “AWS Lambda, Elixir i IoT Button” by Wojciech Gawronski
Abstract
Serverless is on fire nowadays. In most cases, it surfaces when someone wants to optimize costs or found an interesting workflow that perfectly suitable for it. However, during talk Wojciech would like to emphasize (in a fun and novel way) what is more important in that approach: we can save time. This resource is sometimes even more precious than money, so during the talk we combine serverless with an idea of the mashup applications and power of the AWS ecosystem. Thanks to that we will build a complete product quickly, and it will be prepared for future enhancements.
Bio
Software Engineering Consultant by heart and soul. Co-founder of Pattern Match (https://pattern-match.com). He believes that IT should serve the domain and business. A strong advocate of Functional Programming, Serverless, DevOps, and Cloud Computing. After hours he is a meet-ups organizer, bookworm, and music geek. Blogger and co-organizer of Functional Miners meet-up in Silesia (about distributed systems, programming language theory and functional programming in general).
Talk #2: “Using Admission Webhooks to enhance security” by Piotr Szwed
Abstract
Piotr will present a use case about enforcing node selectors to separate nodes used by different teams on the single Kubernetes cluster. Following with an example Pod Admission Webhook in Go, including pod nodeSelectors Mutation and Validation, they’ll analyze the increase in security — no secrets/tokens from one team spread to other machines.