摘要:
Service 的概念 Kubernetes Service 定义了这样一种抽象:一个 Pod 的逻辑分组,一种可以访问它们的策略 —— 通常称为微服务。 这一组 Pod 能够被 Service 访问到,通常是通过 Label Selector Service能够提供负载均衡的能力,但是在使用上有以 阅读全文
摘要:
1、修改数据表的名字 语法: rename table 旧的表名字 to 新的表名字 mysql> use kings;Reading table information for completion of table and column namesYou can turn off this fe 阅读全文