概述
KVM即基于内核的虚拟机(英语:Kernel-based Virtual Machine,缩写为 KVM),是一种用于Linux内核中的虚拟化基础设施,可以将Linux内核转化为一个hypervisor。KVM在2007年2月被导入Linux 2.6.20核心中,以Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
CentOS7 已经出来很久了, 拿出来耍耍。
配置好163yum源 之后,打算更新一下 系统的包 yum update 。
不料却报错了。
Actual results:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
解决方法: yum install deltarpm -y
https://bugzilla.redhat.com/show_bug.cgi?id=957941
[译] 使用 Docker 容器应该避免的 10 个事情
当你最后投入容器的怀抱,发现它能解决很多问题,而且还具有众多的优点:
第一:它是不可变的 – 操作系统,库版本,配置,文件夹和应用都是一样的。您可以使用通过相同QA测试的镜像,使产品具有相同的表现。
第二:它是轻量级的 – 容器的内存占用非常小。不需要几百几千MB,它只要对主进程分配内存再加上几十MB。
第三:它很快速 – 启动一个容器与启动一个单进程一样快。不需要几分钟,您可以在几秒钟内启动一个全新的容器。
但是,许多用户依然像对待典型的虚拟机那样对待容器。但...
How-to setup Kubernetes to manage Docker Cluster on CentOS7
环境介绍
操作系统: CentOS Linux release 7.3.1611 (Core)
Kubernetes 版本: 1.5.2
Etcd 版本: 3.2.7
Docker 版本: 1.12.6
Flannel 版本: 0.7.1
主机信息
Role service Hostname IP Address
Master kube-APIServer kubelet proxy etcd k8s-master.suz...
How-to setup Kubernetes to manage Docker Cluster on ubuntu
什么是 Kubernetes
Kubernetes 是来自 Google 云平台的开源容器集群管理系统。基于 Docker 构建一个容器的调度服务。该系统可以自动在一个容器集群中选择一个工作容器供使用。其核心概念是 Container Pod。详细的设计思路请参考这里。 关于 Kubernetes 系统架构及组件介绍见
You can monitor the DRBD status by using one of two methods: Sample output of the commands follows. These examples assume that you are running the commands on the primary (active) IBM® Netezza® host. If you run them from the standby host, the output shows the secondary status first, then the primary...
开源容器集群管理系统Kubernetes架构及组件介绍
Together we will ensure that Kubernetes is a strong and open container management framework for any application and in any environment, whether in a private, public or hybrid cloud. --Urs Hölzle, Google
Monitor DRBD status
how-to create a high-availability mysql setup with corosync pacemaker and drbd on ubuntu
Mysql Warning Can't create test file xxx.lower-test
# cat /etc/mysql/my.cnf | grep datadir
#datadir = /var/lib/mysql
datadir = /data/mysql-drbd
# ll /data/| grep mysql
drwxr-xr-x 5 mysql mysql 4096 Jun 28 16:05 mysql-drbd/
#mysql_install_db --user=mysql --datadir=/data/mysql-drbd/
...
...