💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
一、链接 https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dns/coredns 二、执行 ``` kubectl get svc ``` 三、配置 coredns.yaml ![](https://img.kancloud.cn/cd/ed/cded242e6963421fd4d4aedd88e2af57_859x324.png) ![](https://img.kancloud.cn/8a/f2/8af21d212c19d42098ebfb0652267b64_1666x710.png) 四、执行 kubectl apply -f coredns.yaml 五、 执行 kubectl get pods -n kube-system 六、 测试 1、 上传bs.yaml 2、kubectl apply -f bs.yaml 3、 kubectl exec -it busybox sh 4、 nslookup 5、 ping ip ![](https://img.kancloud.cn/28/68/2868710e302cbfcc28f22097d30d42f9_817x542.png)