Kubernetes 异常配置检测框架## Kubernetes 异常配置检测框架 顾静, 阿里云 邓隽, 阿里云 ## 我们来自阿里云容器服务 • 顾静,研发工程师 • 邓隽,技术专家 ## 我们参与打造 • 容器服务(ACK/ASK) • 容器镜像服务(ACR) • 服务网格(ASM) 1 Kubernetes 典型异常 2 检测框架演进 3 生产实践 4 总结 ## Kubernetes 使用日常 Server Pod Master API Server Pod Master API Server Pod Master ## Kubernetes 典型异常 ## 网络异常 • 安全组、路由表配置错误 • 节点防火墙软件等修改 iptables、内核参数 • 网络链路长,手动排查成本高 ## 异常影响 • 应用间无法正常通信 • 集群内 Controller 无法正常工作  0 码力 | 33 页 | 668.91 KB | 2 年前3
Apache ActiveMQ Artemis 1.0.0 User Manualsimple JMS program. We'll also show how to configure and use JNDI, and also how to use JMS with Apache ActiveMQ Artemis without using any JNDI. ## A simple ordering system For this chapter we're going client. ## JNDI Configuration The JMS specification establishes the convention that administered objects (i.e. JMS queue, topic and connection factory instances) are made available via the JNDI API. Brokers Brokers are free to implement JNDI as they see fit assuming the implementation fits the API. Apache ActiveMQ Artemis does not have a JNDI server. Rather, it uses a client-side JNDI implementation that relies0 码力 | 215 页 | 1.27 MB | 2 年前3
《玩转webpack》 第四章 进阶篇: 编写可维护的 webpack 构建配置进阶篇:编写可维护的webpack 构建配置 05 | 进阶篇:webpack 构建速度和体积优化策略 06 | 原理篇:通过源码掌握webpack 打包原理 07 | 原理篇:编写 Loader 和插件 08 | 实战篇:React 全家桶 和webpack 开发商城项目 ## ☐ ☐ ☐ ☐ ## 扫码试看/订阅 《玩转webpack》 ## 构建配置抽离成 npm 包的意义 包的意义 通用性 ·业务开发者无需关注构建配置 ·统一团队构建脚本 可维护性 ·构建配置合理的拆分 ·README 文档、ChangeLog 文档等 质量 ·冒烟测试、单元测试、测试覆盖率 ·持续集成 ## 构建配置管理的可选方案 通过多个配置文件管理不同环境的构建,webpack --config 参数进行控制 将构建配置设计成一个库,比如:hjs-webpack、Neutrino、webpack-blocks webpack-blocks 抽成一个工具进行管理,比如:create-react-app, kyt, nwb 将所有的配置放在一个文件,通过 --env 参数控制分支选择 ## 构建配置包设计 ## 通过多个配置文件管理不同环境的 webpack 配置 ·基础配置:webpack.base.js ·开发环境:webpack.dev.js ·生产环境:webpack.prod.js ·SSR环境:webpack0 码力 | 30 页 | 5.38 MB | 2 年前3
OpenShift Container Platform 4.4 安装949b/p1_1.jpg) # OpenShift Container Platform 4.4 ## 安装 安装并配置 OpenShift Container Platform 集群 Powered by TCPDF (www.tcpdf.org) 安装并配置 OpenShift Container Platform 集群 ## 法律通告 Copyright $ \copyright OpenStack community. All other trademarks are the property of their respective owners. ## 摘要 本文档提供有关安装和配置 OpenShift Container Platform 的信息。 ## 目录 第1章 收集安装日志 ..... 3 1.1. 从失败安装中收集日志 ..... 3 1.2. 通过到主机的 模式下安装集群 ..... 7 第3章 安装配置 ..... 8 3.1. 不同平台的安装方法 ..... 8 3.2. 自定义节点 ..... 8 3.3. 创建用于在受限网络中安装的镜像 REGISTRY ..... 20 3.4. 可用的集群自定义 ..... 28 3.5. 配置防火墙 ..... 30 3.6. 配置私有集群 ..... 33 ## 第1章 收集安装日志0 码力 | 40 页 | 468.04 KB | 2 年前3
Weblate 2.9 Documentation0 码力 | 214 页 | 1.61 MB | 2 年前3
Apache Karaf Container 4.x - DocumentationCave 4.17. Enterprise 4.17.1. Http Service 4.17.2. WebContainer (JSP/Servlet) 4.17.3. Naming (JNDI) 4.17.4. Transaction (JTA) 4.17.5. DataSources (JDBC) 4.17.6. JMS 4.17.7. Persistence (JPA) ##### 4.17.3. Naming (JNDI) The Apache Karaf Naming (JNDI) is an optional enterprise feature. You have to install the jndi feature first: karaf@root()> feature:install jndi Apache Karaf provides complete JNDI support. You have two parts in the Apache Karaf JNDI support: • a fully compliant implementation of the OSGi Alliance JNDI Service specification. • a more "regular" JNDI context0 码力 | 370 页 | 1.03 MB | 1 年前3
Spring Boot 2.3.10.RELEASE Reference Documentation Embedded Database Support ..... 122 Connection to a Production Database ..... 123 Connection to a JNDI DataSource ..... 124 4.11.2. Using JdbcTemplate ..... 125 4.11.3. JPA and Spring Data JPA ... 14. Messaging 156 4.14.1. JMS 156 ActiveMQ Support 156 ActiveMQ Artemis Support 157 Using a JNDI ConnectionFactory 158 Sending a Message 158 Receiving a Message 159 4.14.2. AMQP 161 RabbitMQ variable or system property). 6. ServletConfig init parameters. 7. ServletContext init parameters. 8. JNDI attributes from java:comp/env. 9. Java System properties (System.properties/). 10. OS environment0 码力 | 549 页 | 11.77 MB | 2 年前3
KiCad 7.0 Reference manual0 码力 | 25 页 | 969.09 KB | 2 年前3
Spring Boot 1.4.5.RELEASE Reference DocumentationConfigure a DataSource Embedded Database Support Connection to a production database Connection to a JNDI DataSource Using JdbcTemplate JPA and 'Spring Data' Entity Classes Spring Data JPA Repositories Guava Simple None 32. Messaging JMS ActiveMQ support Artemis support HornetQ support Using a JNDI ConnectionFactory Sending a message Receiving a message AMQP RabbitMQ support Sending a message variable or system property) 6. ServletConfig init parameters. 7. ServletContext init parameters. 8. JNDI attributes from java:comp/env. 9. Java System properties (System.properties/). 10. OS environment0 码力 | 566 页 | 506.66 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Kubernetes异常检测配置检查集群异常DSLServletContextWeb 配置ServletConfigWeb 环境对象会话超时Apache ActiveMQ ArtemisJMS队列主题JNDI配置Webpack构建配置npm 包测试覆盖率ESLintOpenShift Container Platform安装配置镜像 registry防火墙配置资源配置Weblate项目配置组件配置版本升级管理命令Apache KarafOSGiFeaturesJAASMaven pluginSpring Boot依赖管理构建系统MavenGradle环境变量KiCad路径配置项目模板配置工具自动配置Actuator配置管理













