Skip to content

Commit ff9ecf9

Browse files
authored
Merge pull request #186 from cncf/castrojo-patch-1
Add KCD Italy Crossplane talks
2 parents b6d532d + 3422e83 commit ff9ecf9

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

presentations.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
- name: Application-driven infrastructure with Crossplane
2+
description: |
3+
Crossplane allows users to extend their Kubernetes clusters using CRDs. The CRDs map any infrastructure or managed service, ensuring that the creation process for the users is as simple as the Kubernetes resources creation. Using a collection of YAML manifests, the development teams can assemble the needed cloud services for their applications removing this duty from the operation teams: this is "shift left" at its best. All this powerfulness comes with a cost in terms of security, governance, cognitive load and maintenance. In this talk we'll discuss strategies and techniques to better map the complexity of this infrastructure.
4+
video: https://www.youtube.com/watch?v=zkEL6UnopUQ
5+
slides: https://www.slideshare.net/sparkfabrik/kcd-italy-2022-application-driven-infrastructure-with-crossplane
6+
date: 2023-02-01
7+
presenters:
8+
- name: Daniele Monti
9+
github: Monska85
10+
event:
11+
name: KCD Italy 2022
12+
url: https://community.cncf.io/kcd-italy/
13+
language: EN
14+
projects:
15+
- Crossplane
16+
- name: Secure Software Supply chain for OCI Artifacts on Kubernetes
17+
description: |
18+
In this talk we will talk about how to ensure the security and quality of the software we deploy on Kubernetes using open-source tools like Sigstore, Kyverno and Syft/Grype. We will explain what a secure supply chain is, why it is important and how to implement it with these tools. We will also show you how to generate and verify SBOMs (Software Bill of Materials) of your OCI (Open Container Initiative) artifacts. And finally, we will show you some practical examples of how to use these technologies in action. We hope you enjoy it and find it useful!
19+
video: https://youtu.be/uHotwi6myog
20+
slides: https://www.slideshare.net/slideshows/kcd-italy-2023-secure-software-supply-chain-for-oci-artifact-on-kubernetes/265503999
21+
date: 2023-08-01
22+
presenters:
23+
- name: Paolo Mainardi
24+
github: paolomainardi
25+
- name: Andrea Panisson
26+
github: panisson
27+
event:
28+
name: KCD Italy 2023
29+
url: https://community.cncf.io/kcd-italy/
30+
language: EN
31+
projects:
32+
- Crossplane
133
- name: Observability for You and Me with OpenTelemetry
234
description: |
335
Are you interested in dipping your toes in the cloud native observability waters, but as an engineer you are not sure where to get started with tracing your microservices and applications on Kubernetes? Then this is the session for you, where we take you on your first steps in an active open-source project that offers a buffet of opportunities for getting started with telemetry data. The project, openTelemetry (OTEL), is where we start with de-mystifying key concepts and terms such as observability, telemetry, instrumentation to lay a foundation. Then we’ll explore the OTEL community and how to become not only an end-user, but possibly a contributor.We will wrap up with an overview of the components in this project, such as the Collector, the OTEL protocol (OTLP), its APIs, and its SDKs. Attendees will leave with an understanding of key observability concepts in distributed tracing!

0 commit comments

Comments
 (0)