当前位置: 首页 > 文档资料 > 技术文档 Cookbook >

Web Console

优质
小牛编辑
128浏览
2023-12-01

目的

熟悉使用 OCP Web Console。

环境

  • openshift v3.11.16/kubernetes v1.11.0

步骤

Application Console

Type in the master public URL provided by your instructor in a browser. Use <master public URL>:<port>. You will be directed to an OpenShift login page.

NoteYour browser may complain about the server’s security certificates not trusted by your computer. You can agree to proceed to the master URL.

login.png

Key in the username and password provided by the instructor. You will see the list of projects now. Note the project you created in the last lab exercise is shown here.

projects list.png

Also note the New Project button which allows you to create a new project from Web Console.

Now click on the CLI Project to view the details. OpenShift takes you by default to the Overview page and shows you a graphic representation of the application that is deployed here. You can see that a single pod is running and is front ended by a service. Note the route that you configured for this service is also shown. You will also see the Add to Project button on the top. This can be used to create new application from Web Console inside this project.

project details.png

Select Builds under Builds tab, you will see all the build configurations. Click onto each build configuration and select the Configuration tab, we will be able to view all the build details.

project build details.png

Select Pods under Applications tab, you will find a running pod that is running your application image. Note that it also tells you the node on which the pod is running and other details about this pod. You will also see the build pod that had succeeded.

project pods.png

Click onto running pod, it shows the details on the pod. In addition, metrics, logs and terminal also available for monitoring.

project pod details.png

Click on Terminal tab, you will be able to access the pod from web console.

terminal view.png

Click Builds on left menu and select Builds. Select the build name time and then click on Configuration tab. Note there are webhook URLs. We will use them in a later lab exercise. You can start a build from the Web Console by pressing the Start Build button in the right top corner. It also gives you a command to start the build from CLI.

project build configuration.png

  1. Select Services under Applications tab, you will find the service created for your application. Click onto one of the services, it shows all the details about the service along with the option to expose it as a route.

  2. Select Routes under Applications tab, you will see all the routes in the project. Click onto a route, it shows all the details for this route.

  3. Select Deployments under Applications tab, you will see all the deployments. Click onto a deployment, it shows all the details of the deployment. By pressing the Deploy button, you will be able to start a deployment from the web console.

  4. Select Monitoring tab, you will see all the events for the project. Also latest events grouped by resource type.

  5. Select Images under Builds tab, it shows the list of image streams for the project. Click onto the specific image stream, it shows more details about the image stream.

Click on the Resources tab on the left to see that it would display the Quotas and Other Resources, if they exist. We will deal with them in a different lab exercise.

Cluster Console

最后更新:

类似资料

  • 认证(Authentication) 身份验证是大多数现有应用程序的重要组成部分。有许多不同的方法、策略和方法来处理用户授权。我们最终决定使用什幺取决于特定的应用程序要求,并且与它们的需求密切相关。 passport 是目前最流行的 node.js 认证库,为社区所熟知,并相继应用于许多生产应用中。将此工具与 Nest 框架集成起来非常简单。为了演示,我们将设置 passport-http-bea

  • 下面是一个 XML 技术的列表。 XHTML (可扩展 HTML) 更严格更纯净的基于 XML 的 HTML 版本。 XML DOM (XML 文档对象模型) 访问和操作 XML 的标准文档模型。 XSL (可扩展样式表语言) XSL 包含三个部分: XSLT (XSL 转换) - 把 XML 转换为其他格式,比如 HTML XSL-FO (XSL 格式化对象)- 用于格式化 XML 文档的语言

  • AJAX不能独立工作。 它与其他技术结合使用来创建交互式网页。 JavaScript 松散类型的脚本语言。 在页面中发生事件时调用JavaScript函数。 整个AJAX操作的胶水。 DOM 用于访问和操作结构化文档的API。 表示XML和HTML文档的结构。 CSS 允许将演示样式与内容明确分开,并可通过JavaScript以编程方式进行更改 XMLHttpRequest 与服务器执行异步交互的

  • 可能因为是线下面,再加上公司内部信息流通比较快,一天内的上下午就面完了! 我个人还是对公司的业务非常感兴趣的!所以提前看过好几篇公司业务相关的文章 面试官人很nice,我俩基本上是我一答他一回应,所以我在这里重点挑自己印象里答得不好的地方写写。 技术面 堆和栈的区别?堆是怎么样的数据结构? 数组和链表的具体区别呢?优缺点?存取效率? 原型链?可以先答概念,在用Object和Array来解释各个指向

  • 用例是黑盒测试的功能测试,用于根据系统的使用从系统的开始到结束识别测试用例。通过使用这种技术,测试团队创建了一个测试场景,可以从头到尾根据每个功能的功能运行整个软件。 在这种情况下,有一个测试人员代表用户逐个使用系统的功能。在这种情况下,有一个演员代表用户使用软件系统的功能。 这描述了软件应用程序的逐步功能,可以通过一个例子来理解,假设存在在线资金转移的软件应用程序。转账的各个步骤如下: 用户登录

  • 主要内容:动态分区的缺点,需要分页动态分区的缺点 动态分区的主要缺点是外部碎片。 尽管这可以通过压缩来消除,但正如我们前面所讨论的那样,压缩使得系统效率低下。 我们需要找一种替代机制,以更优化的方式加载分区中的进程。 让我们讨论一个称为分页的动态灵活机制。 需要分页 让我们考虑一个大小为2 MB的进程P1和分为三个分区的主内存。 在三个分区中,两个分区是每个大小为1 MB的空洞。 P1需要在主存中加载2 MB空间。 我们有两个1M