11 2019 档案

摘要:kubectl create clusterrolebinding kubelet-api-test --clusterrole=system:kubelet-api-admin --serviceaccount=default:kubelet-api-test clusterrolebinding 阅读全文
posted @ 2019-11-28 20:01 FromScratch 阅读(178) 评论(0) 推荐(0)
摘要:apiVersion: apps/v1kind: Deploymentmetadata: name: igirl namespace: chaolai labels: app: igirlspec: replicas: 1 selector: matchLabels: app: igirl temp 阅读全文
posted @ 2019-11-28 15:16 FromScratch 阅读(516) 评论(0) 推荐(0)
摘要:kind: NamespaceapiVersion: v1metadata: name: demo-webshell generateName: demo-webshell labels: name: demo-webshell purpose: Demonstration annotations: 阅读全文
posted @ 2019-11-28 15:04 FromScratch 阅读(256) 评论(0) 推荐(0)
摘要:apiVersion: v1kind: Servicemetadata: name: kong-dashboard namespace: kongspec: type: NodePort ports: - name: kong-dashboard port: 80 targetPort: 8080 阅读全文
posted @ 2019-11-28 10:45 FromScratch 阅读(185) 评论(0) 推荐(1)
摘要:apiVersion: v1kind: Namespacemetadata: name: kong apiVersion: apiextensions.k8s.io/v1beta1kind: CustomResourceDefinitionmetadata: name: kongconsumers. 阅读全文
posted @ 2019-11-28 10:44 FromScratch 阅读(793) 评论(0) 推荐(0)
摘要:1、涉及到角色A、平台B、目标应用2、过程A、在平台进行登录,平台回调目标应用的处理程序 目标应用需要实现处理程序,<目标应用的URL>/auth?code=xxxxxxx 处理程序内需要: A-1:获取应用访问平台的访问token,建议缓存到目标应用的redis缓存,有效期建议2000秒,过期后自 阅读全文
posted @ 2019-11-25 13:04 FromScratch 阅读(290) 评论(0) 推荐(0)
摘要:git打tag 清风流苏 清风流苏 清风流苏 清风流苏 32018.09.06 09:44:06字数 459阅读 35,027 32018.09.06 09:44:06字数 459阅读 35,027 32018.09.06 09:44:06字数 459阅读 35,027 32018.09.06 09 阅读全文
posted @ 2019-11-02 15:01 FromScratch 阅读(292) 评论(0) 推荐(0)