Life is short, you need Python

Peng Liu`s Blog


  • 首页

  • 分类

  • 关于

  • 归档

  • 标签

Vagrant使用指南

发表于 2019-01-18 | 分类于 vagrant
Vagrant是一款虚拟机管理工具,通过它可以以代码的方式快速地重建不同虚拟环境的虚拟机。 本文以virtualbox作为虚拟机引擎来演示一下Vagrant的使用方法。 Vagrant的依赖Vagrant本身并不具有虚拟化的能力,因此它额外依赖于一套虚拟机程序,我们这里以VirtualBox作为例子 ...
阅读全文 »

influxdb使用

发表于 2019-01-18 | 分类于 influxdb
influxdb安装及配置安装二进制安装这里以centos6.5为例进行安装: wget https://dl.influxdata.com/influxdb/releases/influxdb-1.1.0.x86_64.rpm yum localinstall influxdb-1.1.0.x8 ...
阅读全文 »

debian常用操作

发表于 2019-01-18 | 分类于 debian
debian/ubuntu 清理软件卸载残留sudo apt-get purge xxxsudo apt-get autoremovesudo apt-get cleandpkg -l |grep ^rc|awk ‘{print $2}’ |sudo xargs dpkg -P 更换dash12rm ...
阅读全文 »

debian/ubuntu离线仓库

发表于 2019-01-18 | 分类于 debian
本文由 简悦 SimpRead 转码, 原文地址 https://www.cnblogs.com/silvermagic/p/7665841.html 方法一缓存 deb 包 123# apt install XXX# mkdir -p /usr/local/mydebs# find /var/ ...
阅读全文 »

k8s external-dns

发表于 2019-01-09 | 分类于 k8s
k8s 孵化项目 https://github.com/kubernetes-incubator/external-dns/
阅读全文 »

k8s dns 服务

发表于 2019-01-09 | 分类于 k8s
kubednscoredns官网:https://coredns.io 1.11后CoreDNS 已取代 (Kube DNS)[https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns] 作为集群服务发现元件,由于 ...
阅读全文 »

openshift delete serviceinstance

发表于 2019-01-09 | 分类于 openshift
问题描述openshift catlog中 经常遇见从dashboard中删除Provisioned Services 时 会出现pending 状态。 从console中查看:12oc get serviceinstance​ 删除:12oc delete serviceinstance --al ...
阅读全文 »

Multiple Ingress controllers

发表于 2019-01-08 | 分类于 k8s
Ingress Controller匹配Ingress当集群内创建多个Controller时,如何使某个Controller只监听对应的Ingress呢?这里就需要在Ingress中指定annotations,如下: 12345metadata: name: nginx-ingress ...
阅读全文 »

nginx-ingress配置4/7层测试

发表于 2019-01-08 | 分类于 k8s
这节我们测试下nginx-ingress的4/7层负载,这里的测试环境主要是barematal场景下使用的nodeport方式。首先部署一个ingress,这里使用最新的0.21.0版本: 123456789git clone https://github.com/kubernetes/ingres ...
阅读全文 »

社区中k8s_cluster部署方式汇总

发表于 2019-01-08 | 分类于 k8s
这里罗列了barematal下的部署选型 k8s自动化部署kubeasz项目地址:https://github.com/gjmzj/kubeasz.git 国人做的项目,支持的插件相对比较全面。 kubespray项目地址:https://github.com/kubernetes-sigs/kub ...
阅读全文 »
1…789…14
Peng Liu

Peng Liu

搬砖爱好者

136 日志
21 分类
88 标签
GitHub Twitter 微博 知乎
© 2021 Peng Liu
由 Hexo 强力驱动
主题 - NexT.Mist