Skip to content

Commit d4a4d91

Browse files
authored
Merge pull request #175 from sagikazarmark/marksk-osseu2023
Add sagikazarmark's OSS EU 2023 presentation
2 parents 418f047 + ab093c1 commit d4a4d91

File tree

1 file changed

+48
-17
lines changed

1 file changed

+48
-17
lines changed

presentations.yaml

Lines changed: 48 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
- name: From Perimeter to Zero Trust - Securing Kubernetes with Paralus
2-
description: |
1+
- name: From Perimeter to Zero Trust - Securing Kubernetes with Paralus
2+
description: |
33
From monoliths to microservices, VMs to containers, the way we run and deploy our applications today has evolved over the years. Hence the way we safeguard our applications should also evolve. In this talk, I'll talk about how securing infrastructure has evolved and moved away from traditional perimeter-based security to robust and agile zero trust. Will introduce Zero Trust and its principles and touch upon the differences between the various security options to secure your Kubernetes clusters. We will then look at how Paralus can help secure access to your Kubernetes clusters with a quick hands-on demo.
4-
video: https://www.youtube.com/watch?v=RCQJq966sK8
5-
slides: https://docs.google.com/presentation/d/1e_JHiT63eLlovl0rWSu2mduGO8YpjjnAzK_dPTWwcoM/edit#slide=id.p
4+
video: https://www.youtube.com/watch?v=RCQJq966sK8
5+
slides: https://docs.google.com/presentation/d/1e_JHiT63eLlovl0rWSu2mduGO8YpjjnAzK_dPTWwcoM/edit#slide=id.p
66
date: 2023-02-20
77
presenters:
8-
- name: Atulpriya Sharma
9-
github: Techmaharaj
8+
- name: Atulpriya Sharma
9+
github: Techmaharaj
1010
event:
1111
name: Kubernetes Community Days Pakistan
12-
url: https://www.linkedin.com/company/kubernetes-community-days-pakistan/
12+
url: https://www.linkedin.com/company/kubernetes-community-days-pakistan/
1313
language: EN
1414
projects:
1515
- paralus
1616
tags:
1717
- Ambassador
18-
- name: From Chaos to Calm - Improving Service Mesh Reliability
19-
description: |
18+
- name: From Chaos to Calm - Improving Service Mesh Reliability
19+
description: |
2020
Multiple microservices, complex architecture, and recurring performance issues. This lack of visibility hampers a team's ability to troubleshoot effectively, leading to prolonged downtime & frustrated customers. But what if there was a way to unravel the mystery of your service mesh and ensure it's always performing at its best? In this talk, we'll shed some light on service mesh observability and reliability. We'll then see how advanced technologies like Chaos Engineering can help make our service mesh more reliable. To showcase how this would work, we'll have a demo of using Litmus Chaos along with Kiali to observe our service mesh and in turn, take preventive measures to make it more reliable. So, don't let your service mesh be a mystery any longer - attend the talk and learn how to make it more observable and reliable than ever before!
21-
video: https://youtu.be/fB-cFVM3XeU?si=QQmyR7fAXSg1291V
22-
slides: https://docs.google.com/presentation/d/1zcDMjkvo-AQ0-2d49pRY_EzSpCtm7lpADh6oosV-XZk/edit#slide=id.g35f391192_00
21+
video: https://youtu.be/fB-cFVM3XeU?si=QQmyR7fAXSg1291V
22+
slides: https://docs.google.com/presentation/d/1zcDMjkvo-AQ0-2d49pRY_EzSpCtm7lpADh6oosV-XZk/edit#slide=id.g35f391192_00
2323
date: 2023-08-21
2424
presenters:
25-
- name: Atulpriya Sharma
26-
github: Techmaharaj
27-
event:
25+
- name: Atulpriya Sharma
26+
github: Techmaharaj
27+
event:
2828
name: Kubernetes Community Days Chennai
2929
url: https://kcdchennai.in/
3030
language: EN
3131
tags:
3232
- Ambassador
3333
- name: The Security Evolution of GRPC Services in the Mesh
34-
description: |
34+
description: |
3535
This presentation aims to explore the evolving surrounding of gRPC services intercommunication in the context of containers and inside service mesh. It will delve in the history and intricacies of securing communication, authentication, authorization and accounting within a modern distributed system architecture. This talk also emphasize the current crucial role of Istio in enhancing the security posture of gRPC services east-west traffic compared with older approaches, that includes default encryption, identity and access management, and secure service-to-service communication on service mesh without the complexity of sidecars usage.
3636
video: https://www.youtube.com/watch?v=CdwRy-SwAZI
3737
slides: https://docs.google.com/presentation/d/1uXMaTdL12xc1IVAuy66w11D6RQKlj2bo/edit#slide=id.p1
3838
date: 2022-10-04
3939
presenters:
40-
- name: Amim Knabben
40+
- name: Amim Knabben
4141
github: knabben
4242
event:
4343
name: IstioCon 2023
@@ -49,7 +49,7 @@
4949
tags:
5050
- Ambassador
5151
- name: WTF Are Inclusive Communities and How to Maintain Them?
52-
description: |
52+
description: |
5353
We are all here thanks to Cloud Native communities. Some of you might aspire to build tech communities that are diverse, open, inclusive and safe. Even if you are not planning to build a new community, you probably wish to belong to one with these characteristics. And while Cloud Native brought us all together, it doesn’t mean that we can feel safe to openly share and learn. That’s when reflecting on values collaboratively becomes crucial. It goes beyond abiding by a CoC or building a diverse line-up: it makes us part of the process and it makes us accountable for the values themselves. In this talk Carla and Jade will share a real life example on how they mapped out the personal values of several teams, to create a shared value system for their internal community to follow and belong to. A system that was also expressed externally through the voice of their WTF is Cloud Native brand.
5454
video: https://www.youtube.com/watch?v=FIjkWKJdvWY
5555
slides: https://docs.google.com/presentation/d/15EJNsIcdzBKun0wmP13eAYIph6HWQIazfakBkM5R5oA/edit#slide=id.g18c6e5792fa_0_0
@@ -204,3 +204,34 @@
204204
- External Secrets
205205
tags:
206206
- Ambassador
207+
- name: "DIY Private Container Registry"
208+
description: |
209+
The growing adoption of containerization and container orchestration has amplified the need for secure and controlled distribution of container images.
210+
This talk delves into the process of distributing private container images and OCI artifacts,
211+
examining the strengths and weaknesses of various solutions in relation to specific use cases,
212+
such as software sales and customized builds for clients.
213+
214+
We compare different approaches, beginning with hosted registries that provide cost-effectiveness, streamlined implementation,
215+
and minimal maintenance, although they possess inherent limitations. Subsequently, we investigate a range of open-source solutions,
216+
from turnkey options that are user-friendly and low-maintenance but may offer limited integration capabilities,
217+
to constructing fully bespoke solutions using low-level building blocks, which grant extensive customization possibilities.
218+
219+
Join us as we navigate the ever-evolving world of constructing private container distribution using open-source software
220+
and assist you in determining the most appropriate approach tailored to your unique needs and requirements.
221+
slides: https://slides.sagikazarmark.hu/2023-09-21-diy-private-container-registry/
222+
video: https://www.youtube.com/watch?v=lYpuwZ-m6Tw&list=PLbzoR-pLrL6pDxQxPguJTiqVC31JtMgxd
223+
repo: https://github.com/portward/quickstart/
224+
date: 2023-09-21
225+
presenters:
226+
- name: Márk Sági-Kazár
227+
github: sagikazarmark
228+
event:
229+
name: OSS EU 2023
230+
url: https://osseu2023.sched.com/event/1RjbC
231+
language: EN
232+
projects:
233+
- Harbor
234+
- Distribution
235+
- Zot
236+
tags:
237+
- Ambassador

0 commit comments

Comments
 (0)