- 62
- 20 984
Cloud Native Bern / Swiss Cloud Native Day
Switzerland
เข้าร่วมเมื่อ 7 ส.ค. 2019
cloudnativeday.ch and www.meetup.com/cloudnativebern/
SCND24 - Container Security with Falco: A Quick Start Guide - Ayesha Kaleem
Dive into the essentials of container runtime security using Falco, an open-source tool designed for cloud-native environments. From understanding its architecture to practical implementation and real-world use cases, this talk aims to provide a concise yet comprehensive guide for securing your containerized applications.
Agenda:
Introduction to Container Runtime Security
Brief overview of container security challenges.
Falco Unveiled
Introduction to Falco and its role in container security.
A quick look at Falco's architecture.
Key Features and Real-time Threat Detection
Highlighting Falco's real-time threat detection capabilities.
Creating and implementing security policies.
Installation and Configuration
Step-by-step guide on installing and configuring Falco in various orchestration platforms.
Use Cases and Best Practices
Practical examples showcasing Falco in action.
Tips for optimizing Falco and integrating with other security tools.
Target Audience:
DevOps engineers, system administrators, security professionals, and anyone involved in containerized application development and deployment.
Expected Outcomes:
Participants will gain a quick yet solid understanding of container runtime security principles, enabling them to implement Falco effectively for enhanced container security.
Conclusion:
Secure your containerized applications swiftly with Falco. This talk provides a streamlined approach to empower attendees with the knowledge and tools needed for robust container runtime security.
Agenda:
Introduction to Container Runtime Security
Brief overview of container security challenges.
Falco Unveiled
Introduction to Falco and its role in container security.
A quick look at Falco's architecture.
Key Features and Real-time Threat Detection
Highlighting Falco's real-time threat detection capabilities.
Creating and implementing security policies.
Installation and Configuration
Step-by-step guide on installing and configuring Falco in various orchestration platforms.
Use Cases and Best Practices
Practical examples showcasing Falco in action.
Tips for optimizing Falco and integrating with other security tools.
Target Audience:
DevOps engineers, system administrators, security professionals, and anyone involved in containerized application development and deployment.
Expected Outcomes:
Participants will gain a quick yet solid understanding of container runtime security principles, enabling them to implement Falco effectively for enhanced container security.
Conclusion:
Secure your containerized applications swiftly with Falco. This talk provides a streamlined approach to empower attendees with the knowledge and tools needed for robust container runtime security.
มุมมอง: 124
วีดีโอ
SCND24 - Demystifying CNI - Writing a CNI from scratch - Filip Nikolic
มุมมอง 2982 หลายเดือนก่อน
Whether you're new to Kubernetes or a seasoned veteran, understanding the details of Pod creation and networking is essential. This talk unravels the intricacies of Kubernetes networking by building the simplest of CNIs (Container Network Interface) from scratch. A CNI plugin is a crucial component, enabling communication between containers in a Kubernetes cluster. In just a few lines of code, ...
SCND24 - A Greener, Cost-Effective Cloud with Serverless WebAssembly - Sohan Maheshwar
มุมมอง 1482 หลายเดือนก่อน
Software Carbon Intensity (SCI) quantifies emissions from an application, combining operational and hardware emissions. Serverless functions reduce operational emissions by running apps on-demand, but faces cold-start delays. WebAssembly (Wasm) offers a solution to cold-start issues with near-instant startup, akin to containers but more efficiently. Wasm modules are just as secure as containers...
SCND24 - The DART and Hera missions - Sabine Raducan
มุมมอง 3382 หลายเดือนก่อน
Following a 10-month journey through space, NASA's Double Asteroid Redirection Test (DART) spacecraft successfully impacted the asteroid Dimorphos, ~ 160 meters in diameter and the secondary of the Didymos system, at more than 6 km/s. This impact occurred on September 26, 2022 and caused a more than 30-minute shift in Dimorphos' orbit around its primary. The aftermath of the impact has been obs...
SCND24 - Go Green: Reducing Emissions, Costs, and Greenwashing - Pini Reznik
มุมมอง 1752 หลายเดือนก่อน
Our planet is screaming for action, and businesses have a powerful opportunity to lead the charge. But navigating the world of sustainability is fraught with pitfalls, from hidden emissions to misleading greenwashing tactics. This talk cuts through the hype and delivers actionable strategies for reducing your carbon footprint, slashing costs, and avoiding greenwashing traps. Learn: - Concrete m...
SCND24 - Bare-Metal Networking For Everyone - Mateusz Kowalski & Marcel Härri
มุมมอง 1232 หลายเดือนก่อน
Do you feel that networking can be overwhelming? You are not alone. Understanding container networking may feel like a superpower and Kubernetes on Bare Metal may sound like dark magic, but don’t get scared. We all know Bare Metal helps your AI/ML applications to run faster, but the learning curve can be steep. Kubernetes manages host networking on the nodes it deploys. Isn’t it a chicken and e...
SCND24 - If you can - doesn't mean you should: lessons from Terraforming clouds - Natalie Godec
มุมมอง 2752 หลายเดือนก่อน
We all love automation; the fewer steps needed to get something deployed - the better. Even if it means abstraction layer on top of abstraction layer - we all love our abstraction layers. Terraform, modules, wrappers and orchestration tools allow for an increasingly more sophisticated code - but where do you draw the line? In this talk, we will explore the boundaries of infrastructure as code a...
SCND24 - Using SBOMs and Cilium in legacy & cloud native applications - E. Siegert & S. Graf
มุมมอง 1122 หลายเดือนก่อน
In the last years and months supply chain security became crucial. In the cloud-native ecosystem, reacting to vulnerabilities is a challenge, however supported by tools from the vibrant ecosystem: We have the mechanism at hand to know exactly which software we are using and how to react to upcoming vulnerabilities. Nevertheless, our approach goes one step further: Based on existing and well est...
SCND24 - Demystifying Secure Application Communication with Zero Trust - Lin Sun
มุมมอง 1052 หลายเดือนก่อน
Modern cloud-native applications are frequently distributed across multiple Kubernetes clusters or virtual machines. But what exactly are the requirements for securing communication among these cloud native applications? Is encryption alone sufficient? Do applications require unique identities? How can we ensure the integrity of our applications' data? Do we need to control who can access what?...
SCND24 - Fireside Chat with Kelsey Hightower
มุมมอง 3462 หลายเดือนก่อน
SCND24 - Fireside Chat with Kelsey Hightower
Gain SRE Superpowers with K8sGPT - Thomas Schuetz - #swisscnd 2023
มุมมอง 244ปีที่แล้ว
Visit us at cloudnativeday.ch Did you spend hours finding production issues on your Kubernetes environments? Were you really upset when you found out that it were trivial things which held you back? In this talk, you will learn about some common issues you find in Kubernetes clusters and how AI can help you troubleshoot them. Finally, you will learn how to gain SRE superpowers with your AI-driv...
OpenFeature - Managing Feature Flags - Robin Wyss & Nicola Roten - #swisscnd 2023
มุมมอง 188ปีที่แล้ว
Visit us at cloudnativeday.ch Are you looking for a way to deploy and release new capabilities in your software without risking downtime or impacting your users? Feature flags allow decoupling the deployment from the release of new capabilities in your software. But there is more to feature flags than adding a “glorified IF” statement around your new capabilities. In this session, you learn wha...
The Importance of Privacy in the Digital Age - Naomi Brockwell - #swisscnd 2023
มุมมอง 441ปีที่แล้ว
Visit us at cloudnativeday.ch Massive technological shifts over the past few decades have improved society in all kinds of ways, but this new digital landscape has also enabled the surveillance of individuals like never before. What are the consequences of this shift, and what kinds of precedents are we setting for future generations by normalizing pervasive surveillance? This presentation will...
Hardening the security of your Kubernetes network stack with eBPF - Marga Manterola - #swisscnd 2023
มุมมอง 128ปีที่แล้ว
Visit us at cloudnativeday.ch As the adoption of Kubernetes continues to grow in the Cloud Native landscape, so do the security challenges associated with its complex network architecture. In the past couple of years, eBPF has become very popular as a powerful platform for the next generation of networking and security tools, but there is a gap between detailed events at the kernel level, and m...
Embarking on a K8s Odyssey: A Tale of Building, Deploying&Scaling - Kunal Kushwaha - #swisscnd 2023
มุมมอง 108ปีที่แล้ว
Visit us at cloudnativeday.ch Join Alex, a passionate developer, on an enthralling journey to conquer Kubernetes. From building a strong foundation to deployment, security, testing, management, and monitoring, Alex seeks guidance from experts in each stage regarding what open source projects to use in each domain as the project grows. Witness their trials and triumphs as they navigate the compl...
Terraform Practices to Enable Infrastructure Scaling - Hila Fish - #swisscnd 2023
มุมมอง 163ปีที่แล้ว
Terraform Practices to Enable Infrastructure Scaling - Hila Fish - #swisscnd 2023
The Carvel toolsuite: build, configure, deploy k8s apps - Daniel Garnier - #swisscnd 2023
มุมมอง 492ปีที่แล้ว
The Carvel toolsuite: build, configure, deploy k8s apps - Daniel Garnier - #swisscnd 2023
Why K8s Native Infrastructure is the Future: a look at Crossplane - Andrea Giardini - #swisscnd 2023
มุมมอง 1.2Kปีที่แล้ว
Why K8s Native Infrastructure is the Future: a look at Crossplane - Andrea Giardini - #swisscnd 2023
Back to the future in the space of cloud native security - Anais Urlichs - #swisscnd 2023
มุมมอง 96ปีที่แล้ว
Back to the future in the space of cloud native security - Anais Urlichs - #swisscnd 2023
How Kubernetes Optimisation Can Combat Climate Change - Annie Talvasto - #swisscnd 2023
มุมมอง 98ปีที่แล้ว
How Kubernetes Optimisation Can Combat Climate Change - Annie Talvasto - #swisscnd 2023
Why We Switched to Serverless Containers - Florian Forster - #swisscnd 2022
มุมมอง 1K2 ปีที่แล้ว
Why We Switched to Serverless Containers - Florian Forster - #swisscnd 2022
Intertwinement of Tinkerbell, Cluster API and GitOps - Katie Gamanji - #swisscnd 2022
มุมมอง 2012 ปีที่แล้ว
Intertwinement of Tinkerbell, Cluster API and GitOps - Katie Gamanji - #swisscnd 2022
Cilium: Cloud Native Networking & Security Made in Switzerland - Thomas Graf - #swisscnd 2022
มุมมอง 9492 ปีที่แล้ว
Cilium: Cloud Native Networking & Security Made in Switzerland - Thomas Graf - #swisscnd 2022
An Electric Automation Engine - Gerhard Lazu - #swisscnd 2022
มุมมอง 2322 ปีที่แล้ว
An Electric Automation Engine - Gerhard Lazu - #swisscnd 2022
Large-Scale Kubernetes Deployment for Service Providers - Alberto García Lamela - #swisscnd 2022
มุมมอง 1362 ปีที่แล้ว
Large-Scale Kubernetes Deployment for Service Providers - Alberto García Lamela - #swisscnd 2022
When to Choose Rust for Your Cloud Native App - Tim McNamara - #swisscnd 2022
มุมมอง 4922 ปีที่แล้ว
When to Choose Rust for Your Cloud Native App - Tim McNamara - #swisscnd 2022
The New Paradigm for Operating & Developing Edge Apps - Frank Brockners - #swisscnd 2022
มุมมอง 1702 ปีที่แล้ว
The New Paradigm for Operating & Developing Edge Apps - Frank Brockners - #swisscnd 2022
Intertwinement of Tinkerbell, Cluster API and GitOps - Katie Gamanji - #swisscnd 2022
มุมมอง 1892 ปีที่แล้ว
Intertwinement of Tinkerbell, Cluster API and GitOps - Katie Gamanji - #swisscnd 2022