创建Deployment时,还没有 Service
@ -7,14 +7,14 @@ module.exports = [
|
||||
url: 'https://github.com/fanux/sealos',
|
||||
weight: 60
|
||||
},
|
||||
{
|
||||
name: 'SOCK BOOM',
|
||||
description: '我在这里 Fan Qiang 查阅 Kubernetes 第一手资料',
|
||||
strong: '推荐',
|
||||
action: '试一试',
|
||||
url: 'https://sockboom.tel/auth/register?affid=182351',
|
||||
weight: 100
|
||||
},
|
||||
// {
|
||||
// name: 'SOCK BOOM',
|
||||
// description: '我在这里 Fan Qiang 查阅 Kubernetes 第一手资料',
|
||||
// strong: '推荐',
|
||||
// action: '试一试',
|
||||
// url: 'https://sockboom.tel/auth/register?affid=182351',
|
||||
// weight: 100
|
||||
// },
|
||||
// {
|
||||
// name: '华为云',
|
||||
// description: '【2核4G云服务器低至331元/年,限时抢购】华为云开年回馈用户,产品低至1折',
|
||||
|
||||
|
Before Width: | Height: | Size: 140 KiB |
|
Before Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 384 KiB |
|
After Width: | Height: | Size: 763 KiB |
|
After Width: | Height: | Size: 319 KiB |
|
After Width: | Height: | Size: 386 KiB |
|
After Width: | Height: | Size: 341 KiB |
|
After Width: | Height: | Size: 973 KiB |
@ -142,13 +142,13 @@ kubectl get pods
|
||||
|
||||
**打开 Kuboard 集群概览界面**,如下图所示:
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
**点击 default 名称空间**
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -166,8 +166,9 @@ kubectl get pods
|
||||
| 容器名称 | nginx | |
|
||||
| 镜像 | nginx:1.7.9 | |
|
||||
| 抓取策略 | Always | 每次创建 Pod 都尝试抓取镜像 |
|
||||
| Ports | TCP : 80 | 该容器组监听 TCP 80 端口 |
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
@ -179,9 +180,9 @@ kubectl get pods
|
||||
|
||||
此时可查看到该应用的部署结果,如下图所示:
|
||||
|
||||

|
||||

|
||||
|
||||
点击上图中的 ***代理*** 按钮,可以直接测试部署结果。更多细节请参考 [Kuboard Proxy](/guide/proxy), 此功能要求 Kuboard 版本不低于 `v1.0.7-beta.4`。
|
||||
点击上图中的 ***代理*** 按钮,可以直接测试部署结果。更多细节请参考 [Kuboard Proxy](/guide/proxy), 此功能要求 Kuboard 版本不低于 `v1.0.9.4`。
|
||||
|
||||
通过代理访问已部署的 nginx 服务时,默认显示结果如下所示:
|
||||
|
||||
|
||||