DjangoCon US 2018 - Containerless Django: Deploying without Docker by Peter Baumgartner

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=E5yyxS5wyxE



Duration: 0:00
70 views
4


DjangoCon US 2018 - Containerless Django: Deploying without Docker by Peter Baumgartner

Docker or more generally, containers, are great for lots of use cases, but they don’t come for free. Container runtimes, network virtualization, orchestration platforms, and registries are all added to the stack. Like all software, they bring their own bugs and operational burden with them. For most Django sites, containers are a heavyweight solution to a lightweight problem.

Despite the overhead, Docker gets a lot of things right. It makes it easy to generate an image of your application in a known state, test the image, pull the image down to your server, apply a specific configuration environment, and run it in a secure sandbox.

But guess what? We can do all that without Docker! Using mostly “boring” software that is already a part of your server or development environment. I’ll walk you through each step of the pipeline and show you how to:

Generate immutable deployment artifacts
Test the artifact
Deploy the artifact
Sandbox your application to improve security
Quickly rollback to a previous version




Other Videos By Confreaks


2022-04-08DjangoCon US 2018 - Autonomous Vehicles, Intelligent Transportation Systems... by Ken Whitesell
2022-04-08DjangoCon US 2018 - Transfer those Skills!... by Caroline Taylor and Rebekah Post
2022-04-08DjangoCon US 2018 - Herding Cats with Django... by Sage Sharp
2022-04-08DjangoCon US 2018 - Code Review Skills for Pythonistas by Nina Zakharenko
2022-04-08DjangoCon US 2018 - Wagtail CMS - Making Django More User (and Developer) Friendly by Sara Heins
2022-04-08DjangoCon US 2018 - A Python-Driven Web App Framework... by Kendall Chuang and Henry Olson
2022-04-08DjangoCon US 2018 - An Intro to Docker for Djangonauts by Lacey Williams Henschel
2022-04-08DjangoCon US 2018 - Elasticsearch: Accelerating the Django Admin by Kate Kligman
2022-04-08DjangoCon US 2018 - Packaging Django Apps for Distribution on PyPI by Laura Hampton
2022-04-08DjangoCon US 2018 - Building Workflows With Celery by Josue Balandrano Coronel
2022-04-08DjangoCon US 2018 - Containerless Django: Deploying without Docker by Peter Baumgartner
2022-04-08DjangoCon US 2018 - Lightning Talks Day 1
2022-04-08DjangoCon US 2018 - BDD (Behavior Driven Development) Testing for Django Apps by Le Xiao
2022-04-08DjangoCon US 2018 - Opening Keynote by Chloe Condon
2022-04-08DjangoCon US 2018 - It's about time by Russell Keith-Magee
2022-02-01ChefConf 2018 - NFCU and Chef: A Year of Automating AIX, Linux, and More by Alan Thatcher
2022-02-01ChefConf 2018 - Chef + Google Kubernetes Engine by Alex Stephen
2022-02-01ChefConf 2018 - Building and Running ASP.Net Applications in Habitat by Matt Wrock
2022-02-01ChefConf 2018 - Cloud Compliance with InSpec and Automate by Victoria Jeffrey
2022-02-01ChefConf 20218 - How to Prepare for an Audit AKA Make Audits Suck Less by Seth Thoenen
2022-02-01ChefConf 2018 - Production-ready Kubernetes and Habitat in 40 min by Joey Schluchter