简介

蓝鲸配置平台(蓝鲸CMDB)是一个面向资产及应用的企业级配置管理平台。

蓝鲸配置平台提供了全新自定义模型管理,用户不仅可以方便地实现内置模型属性的拓展,同时也能够根据不同的企业需求随时新增模型和关联关系,把网络、中间件、虚拟资源等纳入到CMDB的管理中。除此之外还增加了更多符合场景需要的新功能:机器数据快照、数据自动发现、变更事件主动推送、更加精细的权限管理、可拓展的业务拓扑等功能。

在技术构建上,架构的核心聚焦于资源,我们把CMDB管理的原子资源分为主机、进程和通用对象三种类型,并构建了对这些资源的原子操作层。在这些原子操作之上,我们构建了更贴近用户操作的场景层,场景层通过对不同资源的组合操作来完成用户的请求。

部署

  • 拉取镜像
1
2
3
4
5
6
7
8
9
10
11
12
[root@ks-allinone ~]# docker pull ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:latest
latest: Pulling from bk.io/cmdb-standalone
18b8eb7e7f01: Pull complete
61cb1f08289f: Pull complete
797a1deed7d1: Pull complete
edafa5fae516: Pull complete
1d41d7cc2fc4: Pull complete
Digest: sha256:a8e10932aa92856d3ed64a8d49c2ebe561671c1277052301618757162fe07c7f
Status: Downloaded newer image for ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:latest
[root@ks-allinone ~]# netstat -tulpn |grep 8081
[root@ks-allinone ~]# docker images |grep cmdb
ccr.ccs.tencentyun.com/bk.io/cmdb-standalone latest 26971f6d8687 13 days ago 1.8GB
  • 启动容器
1
2
3
4
5
[root@ks-allinone ~]# docker run -d -p 8081:8090 ccr.ccs.tencentyun.com/bk.io/cmdb-standalone:latest
321d25db27a132c2fb17c3186bd3bec18a98920538d682155220538c02dae0e6
[root@ks-allinone ~]# netstat -tulpn |grep 8081
tcp6 0 0 :::8081 :::* LISTEN 19734/docker-proxy

效果图