SDV Guide
digital.auto
  • Welcome
  • SDV101
    • Part A: Essentials
      • Smart Phone? No: Habitat on Wheels!
      • Basics: What is a Software-defined Vehicle
      • MHP: Expert Opinion
      • Challenges: What sets automotive software development apart?
      • SDV Domains and Two-Speed Delivery
    • Part B: Lessons Learned
      • Learnings from the Internet Folks
        • Innovation Management
        • Cloud Native Principles
          • DevOps and Continuous Delivery
          • Loose Coupling
            • Microservices & APIs
            • Containerization
            • Building Robust and Resilient Systems
      • Learnings from the Smart Phone Folks
    • Part C: Building Blocks
      • Foundation: E/E Architecture
        • Today`s E/E Architectures
        • Evolving Trends in E/E Architectur
        • Case Study: Rivian
      • Standards for Software-Defined Vehicles and E/E Architectures
      • Building Blocks of an SDV
        • Service-Oriented Architecture
          • The SOA Framework for SDVs
          • Container Runtimes
          • Vehicle APIs
          • Example: Real-World Application of SDV Concepts
          • Ensuring Functional Safety
          • Event Chains in Vehicle SOAs
          • Vehicle SOA Tech Stack
        • Over-the-Air Updates: The Backbone of Software-Defined Vehicles
        • Vehicle App Store: The Holy Grail of Software-Defined Vehicles
      • Summary: Building Blocks for Software-Defined Vehicles
    • Part D: Implementation Strategies
      • #DigitalFirst
      • Hardware vs Software Engineering
        • The Traditional V-Model in Automotive Development
        • Agile V-Model, anybody?
        • Key: Loosely Coupled, Automated Development Pipelines
        • The SDV Software Factory
      • Implementing the Shift Left
        • Simulation and Digital Prototyping
          • Early Validation: Cloud-based SDV Prototyping
          • Detailed Validation: SDVs and Simulation
        • Towards the Virtual Vehicle
          • Case Study: Multi-Supplier Collaboration on Virtual Platform
          • Long-Term Vision
        • Physical test system
        • De-Coupled, Multi-Speed System Evolution
        • Continuous Homologation
        • Summary and Outlook
      • Enterprise Topics
        • Variant Management
        • Engineering Intelligence
        • Enterprise Organization, Processes, and Architecture
        • Incumbent OEMs vs EV Start-ups
  • SDV201
  • ./pulse
    • SDV Culture
    • Lean Sourcing
      • LeanRM
        • Why so many Requirements?
      • SCM for SDVs
    • SDV Systems Engineering
      • LeanSE
      • SDVxMBSE
    • Digital First
    • Loose Coupling
      • API-first
      • Freeze Points
    • Automation and Engineering Intelligence
    • Continuous Homologation
    • Build / Measure / Learn
  • Glossary
Powered by GitBook

SDV Guide

  • Legal Notice
  • Disclaimer
  • Privacy Policy

(c) 2025 Dirk Slama

On this page
  • DevOps and Continuous Delivery: Two Sides of the Same Coin
  • DevOps: Breaking Down Silos
  • Continuous Delivery: Automating the Release Process
  • The DevOps and CI/CD Infinity Loop
  • Pipelines: Automating the Development Lifecycle
  • Independent Pipelines for Collaborative Development
  • The Road Ahead for Automotive
  1. SDV101
  2. Part B: Lessons Learned
  3. Learnings from the Internet Folks
  4. Cloud Native Principles

DevOps and Continuous Delivery

PreviousCloud Native PrinciplesNextLoose Coupling

Last updated 6 months ago

Cloud-native principles form the foundation for agile methods, DevOps, and continuous improvement. Supported by DevOps practices like automation and collaboration, and continuous delivery pipelines, cloud-native principles empower teams to adapt quickly, reduce risk, and consistently deliver value.

DevOps and Continuous Delivery: Two Sides of the Same Coin

DevOps provides the cultural framework, while Continuous Delivery (CD) delivers the technical practices for implementing cloud-native systems.

DevOps: Breaking Down Silos

DevOps is a cultural and organizational approach that eliminates silos between development, operations, and testing teams to foster seamless collaboration. A personal example highlights the importance of this:

"Years ago, I worked on a development team for a major airline, building a tool using new technology—a NoSQL database. Despite our progress, the operations team eventually refused to support it because their processes only allowed relational databases. We had to redesign the architecture to meet operational requirements, wasting time and effort" Dirk Slama, Lead Author

This story underscores the core principle of DevOps: ensuring alignment between different teams like development and operations from the start.

Continuous Delivery: Automating the Release Process

CD automates the software release process, enabling frequent and reliable deployments. Tools like Jenkins, Docker, and Selenium streamline this pipeline, making it possible to:

  • Commit code.

  • Build systems.

  • Test, deploy, and operate systems efficiently.

The synergy between DevOps and CD results in faster delivery, reduced errors, and continuous feedback, essential for innovation at scale.

The DevOps and CI/CD Infinity Loop

The DevOps infinity loop illustrates the lifecycle of software delivery:

  1. Plan: Define upcoming changes.

  2. Develop: Write and test code or create AI models.

  3. Build: Compile and package source code or AI models into executable software that is ready for deployment.

  4. Test: Validate functionality and performance.

  5. Release: Deploy software (including AI models) to production.

  6. Operate: Monitor the system in real-time.

  7. Learn: Gather insights to improve future iterations.

Modern development extends beyond traditional coding to include training and fine-tuning AI models, integrating data from operational environments, and deploying assets not just to the cloud but also to edge devices, such as smartphones and IoT devices.

Pipelines: Automating the Development Lifecycle

Pipelines automate and streamline the development lifecycle, from code commitment to deployment. Key tools include:

  • GitHub: Code management.

  • Maven: Build automation.

  • Selenium: Web testing.

  • Docker: Containerization.

  • Jenkins: Orchestration and automation across all steps.

These pipelines ensure faster delivery, higher quality, and reduced errors. However, in the automotive industry—especially for embedded systems—many of these goals remain unmet.

Independent Pipelines for Collaborative Development

Consider an example where two teams develop components independently:

  1. Team A develops a smartphone app.

  2. Team B builds a cloud backend for the app.

Each team uses its own pipeline to independently test and iterate on its component. During early stages:

  • Team A uses a mock backend service for testing.

  • Team B uses a mock smartphone app for validation.

Once both components are stable, they merge in an integration pipeline to:

  • Test the combined system.

  • Deploy the complete solution.

  • Monitor the system holistically to identify improvements.

This approach ensures flexibility in development while enabling smooth integration and deployment.

The Road Ahead for Automotive

While these cloud-native principles are widely adopted in internet-based systems, the automotive industry—especially for embedded software—faces significant challenges. Automation, agile practices, and continuous delivery pipelines offer immense potential to transform this sector by enabling:

  • Faster delivery.

  • Enhanced quality.

  • Continuous feedback and innovation.

By learning from cloud-native best practices, automotive development can evolve to meet the demands of modern software-defined vehicles.