快速部署OpenShift应用
本文介绍了使用Service Catalog和OC命令部署OpenShift应用、部署基本概念和流程、扩展存储、清理OpenShift对象等。以 Angular 6集成Spring Boot 2,Spring Security,JWT和CORS 中的Spring Boot和Angular项目为例,详细讲解了S2I和Pipeline两种部署方式。 OKD版本3.11,Spring Boot项目源码 heroes-api ,Angular项目源码 heroes-web 。 初识OpenShift部署 Service Catalog OpenShift初始安装中含有一些样例APP供大家学习使用。其中有Apache HTTP Server和Apache HTTP Server(httpd),这两者有什么区别?分别点击进入可以发现: Apache HTTP Server使用template(template名字为httpd-example)部署方式。 Apache HTTP Server(httpd)使用builder image(image stream名字为httpd)部署方式。 Service Catalog样例使用了template和builder image(image+source)两种部署方式。进入Application