Book Image

OpenShift Cookbook

By : Shekhar Gulati
Book Image

OpenShift Cookbook

By: Shekhar Gulati

Overview of this book

Table of Contents (19 chapters)
OpenShift Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Running OpenShift on a Virtual Machine
Index

Introduction


OpenShift (or any other Platform as a Service (PaaS)) is based on one core principle, in that it should simplify the application life cycle management, including application scaling to help developers build their business applications faster. They all help developers achieve higher productivity by provisioning, managing, and scaling the infrastructure as well as application stack for them. It enables software developers to take their ideas, write code on the local machine, and then deploy the application to the cloud in minutes. PaaS can take you a long way without requiring much work by providing a good foundation to your next big business idea. PaaS can also help enforce best practices, such as continuous integration, in your application from inception. In addition, PaaS can also help you get quick feedback from the customer, and you can iterate faster.

OpenShift provides application developers all the services and tools required to develop and deploy their applications. Apps...