In XX, most Java services use KESS for service governance. KESS Agent is most likely to be used in local service development. Therefore, install KESS Agent before setting up a local development environment. To install KESS Agent on macOS, download the following installation package:  https://java-guide-docs.corp.kuaishou.com/java-guide-book/01-getting-started/01-configure-your-environment.html#%E5%AE% Download kiss-agent-macos-x64-latest. PKG and click on it to install it directly. If you have any of the following warnings during the installation: WARNING Because of the macOS security policy, you may receive a WARNING that you cannot verify the developer when you install the Pkg package. You can choose System Preferences > Security & Privacy > General to continue the installation. After the installation is successful, KESS Agent starts running immediately. You can view the running status of KESS Agent using logs: Run the ls /var/log/kessAgent command. If you see the log file output (that is, there are files in this directory), then KESS Agent is successfully installed.Copy the code