Book Image

Wildfly Cookbook

Book Image

Wildfly Cookbook

Overview of this book

Table of Contents (23 chapters)
WildFly Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, you will learn what OpenShift is, and how you can take advantage of it by deploying your application directly to the Internet on the cloud.

First of all, OpenShift is a Platform as a Service, which stands for the famous acronym PaaS. OpenShift is Red Hat's PaaS, and you can find it in three different versions:

  • OpenShift Origin: This one is the free and open source version of OpenShift. You can find its code stream on GitHub at https://github.com/openshift/origin.

  • OpenShift Online: OpenShift Online (OSO) is the version that we will use in this chapter. For the moment you just need to know that it's a free PaaS, where you can deploy your application based on your favorite environment. We will discuss it later in the chapter. OpenShift Online is available for free at https://www.openshift.com.

  • OpenShift Enterprise: OpenShift Enterprise (OSE) is the version for which Red Hat provides support at the enterprise level.

As mentioned in the book Getting Started with OpenShift...