Cargando…

Deploying to OpenShift : a guide for busy developers /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dumpleton, Graham (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2018.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Intro; Copyright; Table of Contents; Preface; Who Should Read This Book; Why I Wrote This Book; Online Resources; Conventions Used in This Book; O'Reilly Safari; How to Contact Us; Acknowledgments; Chapter 1. The OpenShift Container Platform; The Role of Containers; Orchestrating at Scale; Containers as a Service; Platform as a Service; Deploying Your Application; Chapter 2. Running an OpenShift Cluster; Using OpenShift Online; Installing OpenShift Origin; Launching Using Minishift; Running oc cluster up; Summary; Chapter 3. Accessing the OpenShift Cluster; Using the Web Console.
  • Using the Command LineUsing the OpenShift REST API; Summary; Chapter 4. Adding Applications to a Project; The Role of a Project; Creating a Project; Adding a Collaborator; Deploying Applications; Deploying from the Catalog; Deploying an Image; Deploying a Set of Resources; Summary; Chapter 5. Deploying Applications from Images; Deploying Your First Image; Scaling Up the Application; Runtime Configuration; Deleting the Application; Deploying Using the Web Console; Importing an Image; Pushing to the Registry; Images and Security; Summary; Chapter 6. Building and Deploying from Source.
  • The Source Build StrategyDeploying from Source; Creating a Separate Build; Triggering a New Build; Building from a Local Source; Binary Input Builds; Testing the Container Image; Build and Runtime Configuration; Summary; Chapter 7. Building an Image from a Dockerfile; The Docker Build Strategy; Security and Docker Builds; Creating the Build; Deploying the Image; Build and Runtime Configuration; Using an Inline Dockerfile; Summary; Chapter 8. Understanding Source-to-Image Builders; The Source-to-Image Project; Building the Application Image; Assembling the Source Code.
  • Creating an S2I Builder ImageBuilding the S2I Builder Image; Using the S2I Builder with OpenShift; Adding an S2I Builder to the Catalog; Summary; Chapter 9. Customizing Source-to-Image Builds; Using Environment Variables; Overriding the Builder Scripts; Read-Only Code Repositories; Overriding the Runtime Image; Updating the Image Metadata; Summary; Chapter 10. Using Incremental and Chained Builds; Faster Builds Using Caching; Using Incremental Builds; Saving Artifacts from a Build; Restoring the Build Artifacts; Enabling Incremental Builds; Using Chained Builds; Summary.
  • Chapter 11. Webhooks and Build AutomationUsing a Hosted Git Repository; Accessing a Private Git Repository; Adding a Repository Webhook; Customized Build Triggers; Summary; Chapter 12. Configuration and Secrets; Passing Environment Variables; Working with Configuration Files; Handling of Secret Information; Deleting Configuration and Secrets; Summary; Chapter 13. Services, Networking, and Routing; Containers and Pods; Services and Endpoints; Connecting Between Projects; Creating External Routes; Using Secure Connections; Internal and External Ports; Exposing Non-HTTP Services.