Deploying to the Cloud
Using containers locally is one thing, but deploying them into a production environment can be a whole other animal. There are multiple options like Rancher, Swarm, and Kubernetes, each with their own learning curve. How do we take a container and set of locally developed software and deploy it to the cloud? We will look at different ways to handle moving from development to Production with containers.