no title

hydra

configure
doc: https://hydra.cc/docs/tutorials/basic/your_first_app/simple_cli/

spicedb

SpiceDB 是一个受Zanzibar启发的数据库,用于存储、计算和验证应用权限

Istio

Istio gateway Istio 网关

ibazel

https://www.npmjs.com/package/@bazel/ibazel

jsonnet

教程:https://zhuanlan.zhihu.com/p/61660797

registry

docker tag ubuntu:latest 127.0.0.1:5000/ubuntu:latest
docker push 127.0.0.1:5000/ubuntu:latest
curl 127.0.0.1:5000/v2/_catalog

参考: https://yeasy.gitbook.io/docker_practice/repository/registry

k8s

重新拉取pod

kubectl get pod PODNAME -n NAMESPACE -o yaml | kubectl replace --force -f -
# or
kubectl replace --force -f xx.yaml

#重启某个 deployment
kubectl rollout restart deployment xx

flannel

core-dns 会等待网络组件安装后才会 running

flannel 安装后

# cni 二进制位置
ls /opt/cni/bin/
# 配置位置
ls /etc/cni/net.d
# flannel 会为每个node分配子网
/run/flannel/subnet.env
route -n
flannel.1 隧道。 flannel 节点与节点的通信通过 udp 隧道

# yum install bridge-utils
brctl show 

cni0  网桥,容器与容器间通信依赖 cni0 网桥,跨主机通信 依赖 cni0 和 主机 eth0 通信

posted @ 2023-02-01 00:32  绣幕  阅读(35)  评论(0编辑  收藏  举报