docs/data/talks.yml

149 lines
7.0 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# - name (required): Name of video
# description: Short video description
# event_name: Name of the event
# presenters: Presenters of talk
# - Name, Employer
# youtube_id (required): URL to video
# year (required): Year recorded
# resources: Resources to link to
# - name: Name of resource
# icon: Icon name (font-awesome 5 - https://fontawesome.com/icons?d=gallery&p=2&m=free)
# url: URL to resource
- name: "Customizing your Buildpacks Build"
presenters:
- Natalie Arellano, VMware
- Aidan Delaney, Bloomberg
description: >-
Cloud Native Buildpacks makes building container images as easy as running “pack build.” However,
you will eventually want to customize that out-of-the-box experience. This talk explores the many
buildpacks extension points that enable custom workflows. For application developers, we introduce
inline buildpacks and build time environment variables. For platform operators, we present image
extension with Dockerfiles, and how to control the level of customization available in order to
adhere to security requirements.
event_name: KubeCon EU
youtube_id: ZrxAyk1-pSs
year: 2023
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/13eW9rm_lhrbRbwrk_sCeUCkitFI52OJRLbsGVy7eJmA/edit#slide=id.g879acc97aa_0_71
- name: "Intro to Cloud Native Buildpacks"
presenters:
- Javier Romero, VMware
- Sambhav Kothari, Bloomberg
description: >-
Cloud Native Buildpacks transform your application source code into images that can run on any cloud.
In this session you'll learn the basics of using buildpacks, why they make a great choice over the
alternatives, and what new features the project has to offer. Cloud Native Buildpacks embrace modern
container standards, such as the OCI image format. They take advantage of the latest capabilities of
these standards, such as cross-repository blob mounting and image layer "rebasing" on Docker API v2
registries.
event_name: KubeCon NA
youtube_id: bpshvqQMYM0
year: 2021
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/13j_Im9ZLPpAKmQmMSkkeZS9e4Tebhjc_bz8yTF8dR_w/edit?usp=sharing
- name: "Introduction to Cloud Native Buildpacks"
presenters:
- Stephen Levine, VMware
- Jesse Brown, Salesforce
description: >-
Cloud Native Buildpacks transform your application source code into images that can run on any cloud.
In this session you'll learn the basics of using buildpacks, and why they make a great choice over
the alternatives.
event_name: KubeCon EU
youtube_id: r7VfuEHixtc
year: 2021
resources:
- name: Slides
icon: file-powerpoint
url: https://static.sched.com/hosted_files/kccnceu2021/f3/IntroductionToCloudNativeBuildpacks_StephenLevineJesseBrown_v1.pdf
- name: Slides (Office Hours)
icon: file-powerpoint
url: https://docs.google.com/presentation/d/1eM-p7aWv6kiY77GBUR4kvdjuEBA-PEr_th9euNryoJE/view
- name: "Unraveling the magic behind Buildpacks"
presenters:
- Sambhav Kothari, Bloomberg
- Natalie Arellano, VMware
description: >-
In this talk we will explore how lifecycle - the binary at the heart of buildpacks - makes all this possible.
We will be going through the 5 different stages that the lifecycle executes - detect, analyze, restore,
build and finally export and how it stitches up the final OCI image.
event_name: PackagingCon
youtube_id: YoPUu8EryFY
year: 2021
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/1Ejo8Mf7GXxVHL7PjiApCZMJLtbX6VO8n2H7vEcZkV0I/view
- name: "Production CI/CD w/CNBs: Tekton, Gitlab & CircleCI(plus), Oh My!"
presenters:
- David Freilich, VMware
- Natalie Arellano, VMware
description: >-
Dive into some new functionality of Cloud Native Buildpacks which can be powerful in the enterprise
context, such as the ability to narrowly define trusted builders, allowing developers and operators
to restrict access to registry credentials, as well as the ability to create Windows images in a
number of CI/CD systems, including Tekton, Gitlab and CircleCI.
event_name: KubeCon NA
youtube_id: RNN8XwRWGjk
year: 2020
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/1vDv33oHU277mh6oCP7vBqQomMpPFIuzSmMTtfaQyBoY/view
- name: "Deep Dive: Cloud Native Buildpacks"
presenters:
- Joe Kutner, Heroku
- Stephen Levine, Pivotal
year: 2019
description: >-
Learn why you need a buildpack and how to create one. We'll take advantage of caching and Docker
layers to speed up rebuilds and deploys. Unlike Dockerfiles, buildpacks are composable. Finally,
you'll learn how to rebase your application layers on a new image. This allow operators to efficiently
handle the delivery of OS-level dependency upgrades.
event_name: KubeCon NA
youtube_id: j9Ak5YLrihU
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/14cjPH520VGx9aGi4rHRIqgl7RHdUmCRj6PYFEBINPhs/view
- name: "Cloud Native Buildpacks: Containers for Everyone"
presenters:
- Danielle Adams, Heroku
description: >-
Buildpacks are the core of Heroku - they lower the operational burden of creating and maintaining
application environments. Cloud Native Buildpacks combine Herokus seamless developer experience
with modern container standards, making it easy to build Docker images from Node.js source code.
In this talk, Node developers can learn how to perform both OS and application-level upgrades,
create Docker images without Dockerfiles, and run containerized Node.js apps with little
configuration. (Docker experience not required.)
event_name: Node+JS Interactive
youtube_id: "-u5FIbi3Gs8"
year: 2019
resources:
- name: Slides
icon: file-powerpoint
url: https://slides.com/danielleadams/cnbs-node-js-interactive-19
- name: "Pack to the Future: Cloud-Native Buildpacks on k8s"
presenters:
- Emily Casey, Pivotal
- Joe Kutner, Heroku
description: >-
Are you a developer that would rather build features than maintain Dockerfiles? Is your organization
excited about Kubernetes but worried about patching vulnerable dependencies across a great number of
containers? In this talk, youll learn how to use the pack CLI to go from source to image in seconds
and patch a pod even faster. Cloud Foundry and Heroku users have long appreciated the developer
experience and security guarantees provided by buildpacks. Cloud-Native Buildpacks (a CNCF sandbox
project) represents a generational leap in buildpacks, bringing the power of buildpacks to k8s and
beyond.
event_name: SpringOne Platform
youtube_id: J2SXkmOo8iQ
year: 2019
resources:
- name: Slides
icon: file-powerpoint
url: https://docs.google.com/presentation/d/14rkLA2hn3nVu_liiW6Y7hy3hSsnz1HueEdLkhvChONM/view