上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 准备两个Filter kn service create image-filter --image villardl/filter-nodejs:0.1 --env FILTER='event.type == "com.yang.file.image"' --scale-min=1 kn servi 阅读全文
posted @ 2022-10-24 15:29 Maniana 阅读(35) 评论(0) 推荐(0)
摘要: 准备实践环境 [root@master ~]# kn service create sq-appender-01 --image ikubernetes/appender --env MESSAGE=" - Handled by SQ-01" Creating service 'sq-appende 阅读全文
posted @ 2022-10-24 12:00 Maniana 阅读(74) 评论(0) 推荐(0)
摘要: 创建broker br01 [root@master ~]# kn broker create br01 Broker 'br01' successfully created in namespace 'default'. [root@master ~]# kn broker list NAME U 阅读全文
posted @ 2022-10-21 15:04 Maniana 阅读(69) 评论(0) 推荐(0)
摘要: 创建channel [root@master sources]# kn channel create imc01 Channel 'imc01' created in namespace 'default'. [root@master sources]# kn channel create imc0 阅读全文
posted @ 2022-10-21 13:56 Maniana 阅读(92) 评论(0) 推荐(0)
摘要: [root@master ~]# git clone https://github.com/iKubernetes/k8s-gitlab.git [root@master deploy-gitlab]# kubectl apply -f . namespace/gitlab created serv 阅读全文
posted @ 2022-10-21 11:53 Maniana 阅读(91) 评论(0) 推荐(0)
摘要: 创建crd [root@master ~]# kubectl apply -f https://github.com/knative/eventing/releases/download/knative-v1.7.4/eventing-crds.yaml customresourcedefiniti 阅读全文
posted @ 2022-10-20 16:29 Maniana 阅读(75) 评论(0) 推荐(0)
摘要: [root@master basic]# kubectl apply -f hello-world.yaml [root@master basic]# cat hello-world.yaml apiVersion: serving.knative.dev/v1 kind: Service meta 阅读全文
posted @ 2022-10-19 20:29 Maniana 阅读(144) 评论(0) 推荐(0)
摘要: 部署方法 https://knative.dev/docs/install/yaml-install/serving/install-serving-with-yaml/#prerequisites 部署serving核心组件 [root@master ~]# kubectl apply -f ht 阅读全文
posted @ 2022-10-17 15:48 Maniana 阅读(230) 评论(2) 推荐(0)
摘要: 部署keycloak,前面的文章有 添加域 名字叫istio 访问keycloak添加客户端 配置客户端 获取客户端的凭据,后面要用 创建mappers 部署oauth2-proxy [root@k8s-master 05-JWT-and-Keycloak]# kubectl apply -f 01 阅读全文
posted @ 2022-09-29 11:34 Maniana 阅读(2471) 评论(1) 推荐(0)
摘要: 设置hosts文件 vim /etc/hosts 10.211.55.28 master 10.211.55.29 node1 10.211.55.30 node2 关闭swap swapoff -a sed -i '/swap/s/^/#/' /etc/fstab 关闭防火墙 systemctl 阅读全文
posted @ 2022-09-26 20:24 Maniana 阅读(486) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页