12 2022 档案
摘要:vim docker-compose.yml version: '3' services: zookeeper: image: zookeeper ports: - 2182:2181 restart: always kafka1: image: wurstmeister/kafka contain
阅读全文
摘要:官网:https://docs.konghq.com/kubernetes-ingress-controller/2.0.x/references/custom-resources/ github地址:https://github.com/Kong/kubernetes-ingress-contro
阅读全文
摘要:参考官方文档:https://hub.docker.com/_/varnish 1、创建配置文件 vim default.vcl vcl 4.1; import directors; import std; backend kuboard { .host = "11.21.14.22"; .port
阅读全文
摘要:kubectl label node k8s-worker node-role.kubernetes.io/work=
阅读全文
摘要:1、查看当前内核版本 2、 CentOS 允许使用 ELRepo,这是一个第三方仓库,可以将内核升级到最新版本。 1.导入该源的秘钥 rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org 2.启用该源仓库 rpm -Uvh http:/
阅读全文
摘要:一、常规操作 1、进入数据库 psql -h localhost -p 5432 -U kong 2、查看库 kong=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges + + +
阅读全文
摘要:Kubernetes社区的公共Helm图表的中央存储库:https://rimusz.net/chartcenter/ and https://github.com/jfrog/chartcenter
阅读全文
摘要:1、下载安装包 官网地址:http://varnish-cache.org/ wget http://varnish-cache.org/downloads/varnish-7.2.1.tgz 2、在线安装依赖工具 yum -y install gcc readline-devel pcre-dev
阅读全文