- 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:

- 從零構建知識圖譜:技術、方法與案例
- LaTeX Cookbook
- Android應用程序開發與典型案例
- Mastering Python Scripting for System Administrators
- Neo4j Essentials
- Podman實戰
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- 深度強化學習算法與實踐:基于PyTorch的實現
- SQL Server 2012數據庫管理與開發項目教程
- Hands-On Functional Programming with TypeScript
- Mastering JBoss Enterprise Application Platform 7
- C++ Application Development with Code:Blocks
- Android編程權威指南(第4版)
- Python Automation Cookbook
- Kotlin語言實例精解