January 9, 2020

172 words 1 min read

Front-end Application Deployment Patterns

Front-end Application Deployment Patterns

Kubernetes is a powerful deployment platform that allows complex workflows like rolling, blue-green, and canary deployments of software. Safely managing these complex deployment patterns for frontend …

Talk Title Front-end Application Deployment Patterns
Speakers Ross Kukulinski (Product Manager, VMware)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Seattle, WA, USA
Date Dec 9-14, 2018
URL Talk Page
Slides Talk Slides
Video

Kubernetes is a powerful deployment platform that allows complex workflows like rolling, blue-green, and canary deployments of software. Safely managing these complex deployment patterns for frontend browser applications where HTML references multiple CSS, JavaScript, or image assets is fraught with challenges. Doing this poorly results in broken page loads or inconsistent UI behavior. In this session, Ross Kukulinski, will cover: - Common deployment patterns for applications on Kubernetes - How web-applications make these patterns more complex - Solutions and associated live-demos showing how to resolve these problems Attendees will leave this presentation with a variety of strategies to manage blue-green, canary, and A/B deployments of front-end applications using of Kubernetes.

comments powered by Disqus