Friday, August 16, 2019

Deploying to OpenShift: A Guide for Busy Developers


File Size: 5.85 Mb

Description
OpenShift implements a polyglot platform for the deployment of web applications and services. It uses containers in conjunction with a Security-Enhanced Linux (SELinux) environment to implement a secure multitenant environment suitable for the enterprise. You can deploy OpenShift in your own infrastructure or on public clouds, or you can use OpenShift Online, Red Hat’s cloud-based hosting service.

The latest version of OpenShift uses the industry-standard Kubernetes platform from the Cloud Native Computing Foundation (CNCF) for managing and running applications within containers at scale. The ability to run any application image is ensured through adherence to image and runtime specifications from the Open Container Initiative (OCI).

OpenShift offers you the ability to easily deploy your web application code directly using a library of predefined image builders, or you can bring your own container images. With support in OpenShift for features such as persistent volumes, you are not limited to just running stateless 12-factor or cloud-native applications. Using OpenShift, you can also deploy databases and many legacy applications that you otherwise would not be able to run on a traditional Platform as a Service (PaaS) offering.

Content:-
Preface
1. The OpenShift Container Platform
2. Running an OpenShift Cluster
3. Accessing the OpenShift Cluster
4. Adding Applications to a Project
5. Deploying Applications from Images
6. Building and Deploying from Source
7. Building an Image from a Dockerfile
8. Understanding Source-to-Image Builders
9. Customizing Source-to-Image Builds
10. Using Incremental and Chained Builds
11. Webhooks and Build Automation
12. Configuration and Secrets
13. Services, Networking, and Routing
14. Working with Persistent Storage
15. Resource Quotas and Limits
16. Monitoring Application Health
17. Application Lifecycle Management
18. Logging, Monitoring, and Debugging
Afterword
Index

Author Details
"Graham Dumpleton"




Download Drive-1

You May Also Like These E-Books:-

No comments:

Post a Comment