Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 618 Bytes

2023-09-15-K8S-21SpringBoot-Configmap&Secret.md

File metadata and controls

24 lines (20 loc) · 618 Bytes
layout title subtitle date author header-img catalog tags
post
SpringCloudKubernetes-02 ConfigMap&Secret
SpringCloudKubernetes
2023-09-15
Claire
img/post-bg-github-cup.jpg
true
Kubernetes
SpringCloud
ConfigMap
Secret

K8S作为当下火热的微服务交付方式,SpringBoot作为目前Java领域最受欢迎的框架,两者的结合是必然的

今天就想讨论一下SpringBoot利用k8s的ConfigMap和Secret将部分配置外挂,将敏感信息脱敏和部分配置动态化

主要涉及到的内容:

  • springboot
  • k8s configmap
  • k8s secret