k8s 大杂烩

总体初略架构

K8s 官方教程

https://minikube.sigs.k8s.io/docs/start/

K8s 自带 etcd service discovery:
Kubernetes Service Discovery

操作实践

https://wkrzywiec.medium.com/deployment-of-multiple-apps-on-kubernetes-cluster-walkthrough-e05d37ed63d1

Service Discovery for Microservices with Kubernetes

k8s 安全图解:
k8s 安全策略最佳实践

k8s之Secret详细理解及使用

参考案例

https://zhuanlan.zhihu.com/p/128571899

自定义ingress controller

https://blog.csdn.net/zhangge3663/article/details/107759007

自动伸缩:

https://blog.csdn.net/weixin_45826416/article/details/124282577

Istio Ingress 鉴权

https://istio.io/latest/docs/tasks/security/authorization/authz-custom/

https://istio.io/latest/blog/2021/better-external-authz/

keycloak+istio实现基于jwt的服务认证授权

https://medium.com/@senthilrch/api-authentication-using-istio-ingress-gateway-oauth2-proxy-and-keycloak-a980c996c259

https://github.com/bestaone/HiAuth

Istio学习笔记:IngressGateway实现基于OAuth2.0+JWT的API鉴权

springcloud 整合 gateway_从Spring Cloud到Kubernetes的微服务迁移实践

Architecting Kubernetes clusters — how many should you have?

Kubernetes 实战之多租户系统实战

K8s 安全和 secret 加密(各大云厂商都有插件kms插件支持)

使用阿里云KMS进行Secret的落盘加密

aws: Using EKS encryption provider support for defense-in-depth

tencent:使用 KMS 进行 Kubernetes 数据源加密

Using a KMS provider for data encryption

Rancher 视频入门

你可能感兴趣的:(k8s 大杂烩)