- DevOps with Kubernetes
- Hideto Saito Hui Chuan Chloe Lee Cheng Yang Wu
- 186字
- 2021-07-02 13:41:45
Communication tools
When you start to use several DevOps tools, you need to go back and forth to visit several consoles to check whether the CI and CD pipelines work properly or not. In particular, the following events need to be monitored:
- Merging the source code to GitHub
- Triggering the new build on Jenkins
- Triggering AWS CodeDeploy to deploy the new version of the application
These events need to be tracked. If there's any trouble, DevOps teams needs to discuss this with the developers and the QA team. However, communication can be a problem here, because DevOps teams are required to capture each event one by one and then pass it on as appropriate. This is inefficient.
There are some communication tools that help to integrate these different teams. They allow anyone to join to look at the events and communicate. Slack (https://slack.com) and HipChat (https://www.hipchat.com) are the most popular communication tools.
These tools also support integration with SaaS services so that DevOps teams can see events on a single chat room. The following screenshot is a Slack chat room that integrates with Jenkins:

- JSP網絡編程(學習筆記)
- Python快樂編程:人工智能深度學習基礎
- 從零開始:數字圖像處理的編程基礎與應用
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- 信息可視化的藝術:信息可視化在英國
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Getting Started with Python Data Analysis
- PLC編程與調試技術(松下系列)
- C# 8.0核心技術指南(原書第8版)
- 區塊鏈底層設計Java實戰
- HTML5從入門到精通(第4版)
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- Scala for Machine Learning(Second Edition)
- Learning VMware vSphere
- Python機器學習與量化投資