logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

DockerRegistryV2删除镜像

使用版本测试版本: registry-2.4.1镜像删除步骤1、通过 /v2/镜像名称>/manifests/tag>的方式获取镜像的digest注意获取的请求头中需要加Accept:application/vnd.docker.distribution.manifest.v2+json否则获取不到正确的digest(虽然也能够获取到一个digest,但是之后

#docker
ssh-keygen生成密钥设置方法,让ubuntu无密码登录linux

通过ssh-keygen 生成identitieshttp://blog.sina.com.cn/s/blog_7ae2408501018xsj.htmlssh 无密码登录要使用公钥与私钥。linux下可以用用ssh-keygen生成公钥/私钥对,服务器为centos,客户端为ubuntucentos的ip地址192.168.1.2401.在ubuntu

kubernetes相关

1、基于kubernetes优化的应用平台类似于k8s,但是在k8s之上做了自己的优化,OpenShift Application Platform2、基于k8s的paas国内的基于Kubernetes的Web一站式管理系统:ku8eye国外的基于k8s的Paas平台(这个是glusterfs的某个创始人在glusterfs被redhat收购之后搞出来的一个东西)

k8s安装过程

允许远程登陆:vi/etc/ssh/sshd_configPermitRootLoginwithout-password修改为:PermitRootLoginyesservicessh restart免密码登陆:ssh-keygen-t rsatouch/root/.ssh/authorized_keyscat/root

#docker#容器
Ceph相关

0、docker化ceph集群在docker中搭建起ceph集群,detail1、将CephRBD作为k8s存储卷在ceph中创建块,然后作为k8s卷直接挂载。被挂在的容器需要能够作为客户端执行ceph操作(貌似) detail$ sudo docker run -d \--net=host \-v /var/lib/ceph:/var/lib/ceph \-v /etc/c

ERROR Server died unexpectedly: (io.confluent.kafka.schemaregistry.rest.SchemaRegistryMain:51)

../bin/schema-registry-start ../etc/schema-registry/schema-registry.properties Confluent schema-registry启动失败,报错:ERROR Server died unexpectedly:(io.confluent.kafka.schemaregistry.rest.SchemaRegistry...

#kafka
Quartz的SimpleThreadPool

/** Copyright 2001-2009 Terracotta, Inc.** Licensed under the Apache License, Version 2.0 (the "License"); you may not* use this file except in compliance with the License. You may obtain

Kubernetes autoscaling

使用kubernetes pod scaler 来根据CPU利用率动态增减pod数量实现负载均衡。api 接口文档创建POST /apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers参数 v1.HorizontalPodAutoscaler (json 格式){"kind" : "Horiz

生产环境使用kubernetes的经验

原文:http://blog.kubernetes.io/2016/02/sharethis-kubernetes-in-production.html

[static pod部署方式]kubernetes 升级方式

0.prerequisite 1.下载文件:     从Kubernetes的github上下载最新的发布版    :https://github.com/kubernetes/kubernetes/releases2.测试环境文件发布包地址(112.74.163.191)   Kubernetes1.4.3 release :    /data01/naturec

    共 12 条
  • 1
  • 2
  • 请选择