Copyright
Brief Table of Contents
Table of Contents
Foreword
Preface
Acknowledgments
About this book
About the authors
About the cover illustration
1. Fundamentals
Chapter 1. Getting to know OpenShift
1.1. What is a container platform?
1.1.1. Containers in OpenShift
1.1.2. Orchestrating containers
1.2. Examining the architecture
1.2.1. Integrating container images
1.2.2. Accessing applications
1.2.3. Handling network traffic in your cluster
1.3. Examining an application
1.3.1. Building applications
1.3.2. Deploying and serving applications
1.4. Use cases for container platforms
1.4.1. Technology use cases
1.4.2. Use cases for businesses
1.4.3. When containers aren’t the answer
1.5. Solving container storage needs
1.6. Scaling applications
1.7. Integrating stateful and stateless applications
1.8. Summary
Chapter 2. Getting started
2.1. Cluster options
2.2. Logging in
2.2.1. Using the oc command-line application
2.3. Creating projects
2.4. Application components
2.4.1. Custom container images