Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Multi-Cloud Handbook for Developers

You're reading from   Multi-Cloud Handbook for Developers Learn how to design and manage cloud-native applications in AWS, Azure, GCP, and more

Arrow left icon
Product type Paperback
Published in Feb 2024
Publisher Packt
ISBN-13 9781804618707
Length 292 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Authors (2):
Arrow left icon
Jeveen Jacob Jeveen Jacob
Author Profile Icon Jeveen Jacob
Jeveen Jacob
Subash Natarajan Subash Natarajan
Author Profile Icon Subash Natarajan
Subash Natarajan
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Part 1:Introduction to Multi-Cloud and Cloud-Native
2. Chapter 1: Discovering the Multi-Cloud and Cloud-Native Universe FREE CHAPTER 3. Chapter 2: Building the Backbone of Cloud-Native Applications 4. Part 2: Designing and Developing Cloud-Native Applications for Multi-Cloud
5. Chapter 3: Designing for Diversity with Multi-Cloud Application Strategies 6. Chapter 4: Crafting and Deploying in the Multi-Cloud as a Developer 7. Part 3: Managing and Operating Cloud-Native Apps in Multi-Cloud
8. Chapter 5: Managing Security, Data, and Compliance on Multi-Cloud 9. Chapter 6: Maximizing Value and Minimizing Cost in Multi-Cloud 10. Chapter 7: Troubleshooting Multi-Cloud Applications 11. Part 4: Best Practices, Case Studies, and Future Trends for Multi-Cloud and Cloud-Native
12. Chapter 8: Learning from Pioneers and Case Studies 13. Chapter 9: Bringing Your Cloud-Native Application to Life 14. Chapter 10: Future-Proofing Your Cloud Computing Skills 15. Index 16. Other Books You May Enjoy

CI/CD

Continuous Integration (CI) encourages developers to merge their code changes into a central repository frequently, preferably several times a day. This frequent integration can help prevent the dreaded “merge hell.” It allows teams to catch bugs and conflicts early and rectify them when they’re still fresh and relatively easy to fix.

When CI is combined with continuous deployment (CD), we have a robust system that takes the freshly integrated code and automatically tests, builds, and deploys it. This can mean deploying to a staging environment for further testing, or it could mean deploying straight to production if the automated tests provide enough confidence in the quality of the build. This continuous process ensures rapid feedback on the software and quicker delivery of features to the end users.

There are various tools available to implement CI/CD. Jenkins, an open source automation server, provides numerous plugins for building, deploying, and...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime