In the previous chapter, we looked at how to deploy our website as a container using the command line.
In this chapter, we will explore how to write deployment files to externalize various configuration options and help with automation. Using deployment and service files is the preferred way to configure your services, deployments, and other K8S components because it allows automatic scaling, which lets teams scale up or down to meet transactional needs of the application faster. ...