Openshift 简明教程

OpenShift Tutorial

OpenShift 是由 Red Hat 开发的云开发平台即服务 (PaaS)。它是一个开源开发平台,使开发人员能够在云基础架构上开发和部署他们的应用程序。在开发基于云的服务中很有帮助。本教程将帮助您了解 OpenShift 以及如何在现有基础架构中使用它。本教程中使用的所有示例和代码段都是经过测试的工作代码,只需通过更改当前定义的名称和变量,即可在任何 OpenShift 设置中使用。

OpenShift is a cloud development Platform as a Service (PaaS) developed by Red Hat. It is an open source development platform, which enables the developers to develop and deploy their applications on cloud infrastructure. It is very helpful in developing cloud-enabled services. This tutorial will help you understand OpenShift and how it can be used in the existing infrastructure. All the examples and code snippets used in this tutorial are tested and working code, which can be simply used in any OpenShift setup by changing the current defined names and variables.

Audience

准备本教程的目的是为了给那些想要了解 OpenShift 的特性和功能、以及学习它如何帮助构建基于云的服务和应用程序的人们。

This tutorial has been prepared for those who want to understand the features and functionalities of OpenShift and learn how it can help in building cloud-enabled services and applications.

完成本教程后,读者将对 OpenShift 及其关键构建模块有中等程度的了解。还将公平地了解如何在预先配置的基础架构中配置并使用 OpenShift。

After completing this tutorial, readers will be at a moderate level of understanding of OpenShift and its key building block. It will also give a fair idea on how to configure OpenShift in a preconfigured infrastructure and use it.

Prerequisites

想要了解和学习 OpenShift 的读者应该具备 Docker 和 Kubernetes 的基本知识。读者还需要对系统管理、基础架构和网络协议通信有一定的了解。

Readers who want to understand and learn OpenShift should have a basic knowledge of Docker and Kubernetes. Readers also need to have some understanding of system administration, infrastructure, and network protocol communication.