Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 4.03 KB

episode3-devops.md

File metadata and controls

42 lines (33 loc) · 4.03 KB

Episode 3 - DevOps for Cloud Native Apps

Watch episode on youtube Watch episode on channel9

Cloud Native Show - Azure DevOps for .NET Core + Cloud Native Apps

Guest(s)

Introduction

Cloud native is containers, microservices and serverless that run in multicloud environments and are managed through DevOps processes and principles. The relationship between DevOps and cloud native applications is not always clearly defined. In this episode, Abel joins us to explain the key aspects of the relationship and why DevOps are important to cloud native apps.

Key Points / Questions

  1. what is devops why do I even care?
  2. Why is it so important for cloud native?
  3. How does cloud native devops different than any other devops?
  4. Some key DevOps concepts specific to To Cloud Native
  5. The idea of deploying just the microservice that changed is super enticing. But how do you make sure your app doesn't crater when you don't deploy everything at once?
  6. How do you maintain quality in these pipelines for your cloud native apps
  7. Just how much can you automate in your pipelines? Database, security, infrastructure (including things like dns) etc
  8. Some examples of Cloud Native pipelines

Show Notes