Completed
WordPress deployment on Kubernetes
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Lessons Learned Deploying Traditional Web Applications on Top of Kubernetes
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Traditional Web Applications
- 3 General Workflow for a Traditional Web Application What processes and steps are required to deploy on Kubernetes
- 4 Build Container Image
- 5 Build Helm Chart
- 6 Build and Release Pipeline What steps to perform on a build and release pipeline
- 7 Optimize Container Image Size How to reduce your container image size
- 8 Good practices
- 9 Persistence of Application Data What application les to persist between runs
- 10 Multiple Application Services How to support running multiple application services
- 11 Horizontal Scaling How to design a Helm chart to support scaling your application updown
- 12 WordPress deployment on Kubernetes