Developing with Containers
containers
development
kubernetes
We will look at different ways that containers can be used during the development process. This includes using 3rd party containers in place of installing tools, running your application within a container, and running your development out of a container. We will run through several examples and then review the pros of cons of the different options in terms of development speed, getting started as a new user, and supporting changes moving forward.
Take Aways
- Learn several different ways to utilize containers during local development.
- Understand pros/cons of different strategies and how it might impact you and your team.