转:kubernetes集群:nexus搭建docker私有仓库及使用 2020年12月7日 | Leave a comment https://www.cnblogs.com/zoujiaojiao/p/12468670.html &nb… Read More
K8S hello service YAML 2020年12月3日 | Leave a comment 问题: 解决: apiVersion: v1 kind: Service metadata: name: nginx-service spec: type: NodePort selector: app: nginx ports: - protocol: TCP port: 8080 targetPort: 80 nodePort: 30080 12345678910111213 apiVersion: v1kind: Servicemetadata: name: nginx-servicespec: type: NodePort selector: app: nginx ports: - protocol: TCP port: 8080 targetPort: 80 nodePort: 30080 … Read More
K8S hello deployment YAML 2020年12月3日 | Leave a comment 问题: 解决: nginx-deployment.xml [crayon-6745… Read More
转:k8s使用需认证的私服仓库 2020年12月2日 | Leave a comment https://www.cnblogs.com/hellxz/p/13470099.html 阅… Read More
spring boot + swagger 配置 (springfox 3.0 版本) 2020年12月2日 | Leave a comment 问题: 之前都需要手工配置 @EnableSwagger 之类 springfox 3.0 有个 starte… Read More
Cannot deserialize value of type `java.time.LocalDateTime` 2020年12月1日 | Leave a comment 问题: 解决: @JsonFormat 参考: … Read More
转:Web API design 2020年12月1日 | Leave a comment https://docs.microsoft.com/en-us/azure/architecture/bes… Read More
转: MySQL中文全文检索 2020年11月28日 | Leave a comment https://www.cnblogs.com/martinzhang/p/3220345.html &nbs… Read More
转: 使用kubeadm快速搭建单机kubernetes 1.15集群 2020年11月26日 | Leave a comment https://blog.csdn.net/f_qwerdf/article/details/93618202… Read More
转 : kubeadmin 快速部署k8s集群 2020年11月25日 | Leave a comment https://blog.csdn.net/zhanghua850127/article/details/10… Read More