Book Image

Practical OneOps

By : Nilesh Nimkar
Book Image

Practical OneOps

By: Nilesh Nimkar

Overview of this book

Walmart’s OneOps is an open source DevOps platform that is used for cloud and application lifecycle management. It can manage critical and complex application workload on any multi cloud-based infrastructure and revolutionizes the way administrators, developers, and engineers develop and launch new products. This practical book focuses on real-life cases and hands-on scenarios to develop, launch, and test your applications faster, so you can implement the DevOps process using OneOps. You will be exposed to the fundamental aspects of OneOps starting with installing, deploying, and configuring OneOps in a test environment, which will also come in handy later for development and debugging. You will also learn about design and architecture, and work through steps to perform enterprise level deployment. You will understand the initial setup of OneOps such as creating organization, teams, and access management. Finally, you will be taught how to configure, repair, scale, and extend applications across various cloud platforms.
Table of Contents (18 chapters)
Practical OneOps
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Deploying to multiple clouds


One of the hallmarks of OneOps is its ability to deploy the same assembly to multiple clouds. By definition, OneOps is multi-cloud management software. If you have multiple clouds defined in your OneOps installation, and it's highly recommended that you have multiple clouds, then you can deploy your assembly in parallel to both the clouds.

Note

Why deploy to multiple clouds ? There are several reasons you should consider doing this. The most common reason is to deploy to multiple geographic zones. When you deploy an application, you may want to configure it in such a way that clients in a particular part of the world are routed to the nearest datacenter. You may also want to deploy to different vendors to maintain redundancy, or for pricing reasons and, ultimately, choose a vendor that offers better pricing.

However, you have to take a few things into consideration before you deploy the assembly to multiple clouds. You will have to pick which cloud will be your...