1.K8S是容器编排平台,Spring Cloud+ K8S,就只把Kuberneste当作容器编排工具
2.K8S微服务,即IAAS+PaaS结合的工具
Spring Cloud已过时:
虽然这个项目在构建云原生应用程序时可能对您有用,但它也不是在 Kubernetes 上部署 Spring Boot 应用程序的必要条件。如果您刚刚开始在 Kubernetes 上运行 Spring Boot 应用程序,那么您只需一个基本的 Spring Boot 应用程序和 Kubernetes 本身即可完成很多工作。
Spring on Kubernetes!
- Create a basic Spring Boot app
- Build a Docker image for the app
- Push the app to a Docker repo
- Create deployment and service descriptors for Kubernetes
- Deploy and run the app on Kubernetes
- External configuration and service discovery
- Deploy the Spring PetClinic App with MySQL
C#服务架构:
net Remoting-》WebService-》WCF-》WebApi
二进制到web service到WCF到现在json restful
ASP->WebForm->AspMVC->Asp MVC Razor->Asp WebApi
无需IIS 即可运行,类Spring Boot。配置从XML-》Json配置-》YAML配置
java服务架构:
RPC-》dubbo-》spring cloud restful-》K8S微服务架构
SSH-》SSM-Spring boot->Spring Cloud->Spring Cloud Alibaba->云原生
service mesh网格:也是基于K8S,网格是一种规范,Istio是一种技术实现的产品
CNCF云原生:一种倡导,基于云,基于开源,去构建软件,而不是
IDC-》虚拟化—》混合云-》公有云-》云标准,而云标准前的提倡最接近于云原生
DevOps CICD:
自主开发-》Jenkins—》Gitlab- CI-》云效/云码/等。
让开发与部署策略相分聊,而是不让开发人员写发布策略。
Dockerfile:开发人员写发部代码
Gitlab CI:代码提交即部署,这也有问题,自动到测试和生产环境,策略配置,太以开发为主。
Jenkins pipline: 开发、测试、权限、部署一体化。发布工具与发布流程绑定,ctrip绑定在一起,17u没有绑定在一起。
云效:接近Jenkins,自主开发,更业务化和场景化,而不是技术化Pluging,有长基运营和运维团队。
相关链接:
Cloud Native Computing Foundationhttps://www.cncf.io/
GitHub - istio/istio: Connect, secure, control, and observe services.https://github.com/istio/istio
GitHub - spring-cloud/spring-cloud-kubernetes: Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...https://github.com/spring-cloud/spring-cloud-kubernetes
https://hackmd.io/@ryanjbaxter/spring-on-k8s-workshophttps://hackmd.io/@ryanjbaxter/spring-on-k8s-workshop
Spring Cloud?Dubbo?还是K8s?https://mp.weixin.qq.com/s/Z4DwCL6SUx2U33080xh01w
万字长文带你入门Istio - 知乎1. 简介在本教程中,我们将介绍服务网格的基础知识,并了解它如何实现分布式系统架构。 我们将主要关注Istio,它是服务网格的一种具体实现。在此过程中,我们将介绍Istio的核心架构。2. 什么是服务网格?在过去的几…https://zhuanlan.zhihu.com/p/369068128



