Please enable JavaScript to use this page!

AllTalks site logo
🍔

Docker Desktop & WSL 2 Integration Deep Dive

Have you ever wondered how Docker Desktop on Windows works with WSL 2 to provide a better developer experience? This talk will dive deep into the Docker Desktop and WSL architectures and show how they fit together.


DockerCon

27 min

How to Get Started with Docker

Peter McKee

Containers are essential in today's modern development world. The Docker toolset is the easiest way to get started with containers and Kubernetes. In this talk, we'll walk through installing Docker a…

NDC DevOps

58 min

Top Secret Cloud Native Security Lessons

Ben Hall

Cloud native technologies such as Kubernetes, Docker, Istio and more are becoming the foundations of software development and infrastructure deployments. With these new technologies, a new set of les…

DockerCon

28 min

From Fortran on the Desktop to Kubernetes in the Cloud: A Windows Migration Story

Elton Stoneman

How do you provide a SaaS offering when your product is a 10-year old Fortran app, currently built to run on Windows 10? With Docker and Kubernetes of course - and you can do it in a week (... to pro…

DockerCon

21 min

Hardening Docker Daemon with Rootless Mode

Akihiro Suda

Docker supports "Rootless mode", which allows running the entire Docker daemon and its dependencies as a non-root user on the host, so as to protect the host from malicious containers in a simple but…

DevOops

71 min

PaaS в Avito

Александр Лукьянченко

Что такое PaaS? Что нам стоит построить микросервисную архитектуру с точки зрения платформы? Какие компоненты нам необходимы, чтобы не тормозить разработку продукта? Посмотрим на то из каких компонен…

DockerCon

31 min

How to Create PHP Development Environments with Docker Compose

Erika Heidi

With the popularization of microservices and distributed systems, containers became a popular choice for creating lightweight and disposable environments that can be easily replicated and distributed…

NDC DevOps

59 min

It's A Trap!

Sam Newman

The growth of the public cloud market is obvious to everyone. But what’s less well known is that enterprises are still growing the infrastructure and services they run for themselves. A host of reaso…

OdessaFrontend Meetup

36 min

Можно ли жить без Docker?

Юрий Чихрай

Последнее время технология Docker у всех на слуху, и в жизни каждого разработчика рано или поздно наступает момент, когда перед ним стоит вопрос: «а оно (Docker) мне надо?». Если на серверной части п…

swampUP

34 min

Events, Streams, Devops and Velocity!

Victor Gamov

Today we are experiencing a profound shift in how we understand distributed systems. Organizations want interconnected reactionary systems that drive microservices, machine learning, system accountin…

DotNext

60 min

Building your own profiling and diagnosis tools with Event Tracing for Windows

Pavel Yosifovich

Отладка и диагностика от знатока Windows Kernel. Analyzing and profiling applications, native or managed, can be tricky and time-consuming. Event Tracing for Windows (ETW) is a mature, low-overhead…

swampUP

25 min

Lesson Learned From Cloud Migrations: Planning is Everything

Chris Short

“Migrating to the cloud saves money!” “Not running your own infrastructure reduces your bottom line!” “Lift and shift is a legitimate first step towards moving to the cloud!” These are all potential …

HighLoad++

41 min

Высокодоступное приложение в кластере Kubernetes

Марсель Ибраев

Многие знают, что Kubernetes — штука отказоустойчивая. И что он из коробки имеет множество инструментов, позволяющих сделать ваше приложение высокодоступным. Но когда требования к доступности приложе…

NDC DevOps

47 min

Cultivating Production Excellence

Liz Fong-Jones

Taming the complex distributed systems we're responsible for requires changing not just the tools and technical approaches we use; it also requires changing who is involved in production, how they co…

swampUP

35 min

Kubernetes meets Real World: The DevOps Edition

Jessica Deen

Kubernetes is the de facto open source container orchestration system that supercharges applications. We know this to be true after nearly 6 years, but what comes after the 101 course? This demo fuel…

FrontendConf

49 min

Методы борьбы с legacy-кодом на примере GitLab

Илья Климов

Знакомьтесь: GitLab. Превосходная система для организации полного DevOps-цикла и настоящий кошмар для frontend-программиста. В 2019 году у нас есть: - AJAX-запросы, которые в ответ присылают jquery-к…

Joker

59 min

War Story: Как мы внедряли поддержку Java 11 в Jenkins

Олег Ненашев

Сказ о том, как мы внедряли поддержку Java 11 в Jenkins — одном из наиболее популярных серверов автоматизации для CI/CD. Цель доклада — рассказать о том, с какими проблемами мы столкнулись в реальном…

YaTalks

38 min

Как наши кластеры оказались в топе суперкомпьютеров

Дмитрий Монахов

Из доклада вы узнаете краткую историю кластеров для обучения нейронных сетей в Яндексе: Зачем они нам понадобились? Что такое современный HPC и почему это не просто объединение нескольких сотен серв…

DevOops

72 min

Устраиваем DevOps без полномочий

Барух Садогурский, Леонид Игольник

Казалось бы, доклад про устроение DevOps должен быть про настройку Дженкинса, но нет! Этот доклад для тех, кто понимает, что DevOps — это история про культуру, коллаборацию и общение, но не очень пр…

AWS re:Invent

59 min

Security best practices for the Amazon EC2 instance metadata service

Mark Ryland

The Amazon EC2 instance metadata service (IMDS) provides a rich set of relevant data to software on that instance. The IMDS ability to perform introspection about the runtime environment, as well as …