Deploying and Maintaining an Automotive IoT Application
In the previous chapter, we delved into the software design of an automotive Internet of Things (IoT) application, focusing on remote diagnostics. We will now turn our attention to the deployment and maintenance aspects of the application, in both the cloud and the vehicle.
In this chapter, we will concentrate on the collaborative efforts between the software engineering teams and other key stakeholders to deploy the software application. We will employ the DevSecOps life cycle as our guiding framework, detailing specific activities, tools, and stakeholder interactions throughout the process. Additionally, we will explore how deployment pipelines are established and managed across all the stages of the DevSecOps life cycle.
In this chapter, we’re going to cover the following main topics:
- The DevSecOps life cycle – an overview of integrating security at every phase of the software life cycle
- Continuous...